]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ACORDE/ACORDEbaseLinkDef.h
Inverted logics (Panos)
[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 */
19f796ed 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;
19f796ed 10
b86e74f5 11#pragma link C++ class AliACORDE+;
12#pragma link C++ class AliACORDEConstants+;
19f796ed 13#pragma link C++ class AliACORDELoader+;
b86e74f5 14#pragma link C++ class AliGenACORDE+;
19f796ed 15#pragma link C++ class AliACORDECalibData+;
68f6519c 16#pragma link C++ class AliACORDEPreprocessor+;
19f796ed 17
b86e74f5 18#endif