]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PMD/PMDLinkDef.h
Possibility to have different binaries in the same tree introduced
[u/mrichter/AliRoot.git] / PMD / PMDLinkDef.h
CommitLineData
fe4da5cc 1#ifdef __CINT__
2
3#pragma link off all globals;
4#pragma link off all classes;
5#pragma link off all functions;
6
7#pragma link C++ class AliPMD;
6edc06da 8#pragma link C++ class AliPMDv0;
fe4da5cc 9#pragma link C++ class AliPMDv1;
6edc06da 10#pragma link C++ class AliPMDv2;
fe4da5cc 11#pragma link C++ class AliPMDhit;
12
13#endif