]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/ITS/AliL3ITSLinkDef.h
New version of SPD raw-data reconstruction. The format now correponds to the actual...
[u/mrichter/AliRoot.git] / HLT / ITS / AliL3ITSLinkDef.h
1
2 #ifdef __CINT__
3  
4 #pragma link off all globals;
5 #pragma link off all classes;
6 #pragma link off all functions;
7
8 #ifdef use_aliroot
9 #pragma link C++ class AliL3ITStrack; 
10 #pragma link C++ class AliL3ITStracker; 
11 #pragma link C++ class AliL3ITSVertexerZ;
12 #pragma link C++ class AliL3ITSclusterer;
13 #endif
14
15 #endif