]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPHIC/TPHICLinkDef.h
Fix for the loophole in the magnets currents check: the L3Off/DipON was passing the...
[u/mrichter/AliRoot.git] / TPHIC / TPHICLinkDef.h
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 TPHICgen+;
8 #pragma link C++ class AliGenTPHIC+;
9
10 #endif