]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TEPEMGEN/TEPEMGENLinkDef.h
Take the absolute time of the hits into account in the digitization. Needed for pileu...
[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