]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/ITSLinkDef.h
Look for Euclid files in Euclid subdirectory
[u/mrichter/AliRoot.git] / ITS / ITSLinkDef.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 AliITS;
8#pragma link C++ class AliITSv0;
9#pragma link C++ class AliITSv1;
10#pragma link C++ class AliITSv3;
766ac21b 11// Probably to be removed, this is the non-turbo version
12//#pragma link C++ class AliITSv4;
fe4da5cc 13#pragma link C++ class AliITSv5;
14#pragma link C++ class AliITShit;
15#pragma link C++ class AliITSdigit;
16
17#endif