]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EMCAL/EMCALLinkDefshuttle.h
Inserting TMath.h where required by the new version of ROOT
[u/mrichter/AliRoot.git] / EMCAL / EMCALLinkDefshuttle.h
CommitLineData
9e788b10 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 AliEMCALCalibHistoProducer+;
8#pragma link C++ class AliEMCALPreprocessor+;
9
10#endif