]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TEPEMGEN/TEPEMGENLinkDef.h
28-nov-2004 NvE User definable status word introduced in AliDevice to allow indicatio...
[u/mrichter/AliRoot.git] / TEPEMGEN / TEPEMGENLinkDef.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 TEpEmGen+;
8 #pragma link C++ class AliGenEpEmv1+;
9
10 #endif