]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ACORDE/ACORDEbaseLinkDef.h
Memory leak cured. Use TClonesArray::Delete() if stored objects allocate memory.
[u/mrichter/AliRoot.git] / ACORDE / ACORDEbaseLinkDef.h
CommitLineData
b86e74f5 1#ifdef __CINT__
2/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3 * See cxx source for full Copyright notice */
8b168972 4
b86e74f5 5#pragma link off all globals;
6#pragma link off all classes;
7#pragma link off all functions;
8b168972 8
b86e74f5 9#pragma link C++ enum ECRMode;
8b168972 10
b86e74f5 11#pragma link C++ class AliACORDE+;
12#pragma link C++ class AliACORDEConstants+;
b86e74f5 13#pragma link C++ class AliACORDEdigit+;
14#pragma link C++ class AliACORDEhit+;
15#pragma link C++ class AliGenACORDE+;
b86e74f5 16#pragma link C++ class AliACORDEModule+;
43208e3d 17#pragma link C++ class AliACORDECalibModule+;
18#pragma link C++ class AliACORDEDataModule+;
19#pragma link C++ class AliACORDEPreprocessor+;
b86e74f5 20#endif