]> git.uio.no Git - u/mrichter/AliRoot.git/blob - OADB/OADBLinkDef.h
I have to recenter the TPC event plane (for LHC11h) and therefore did some modificati...
[u/mrichter/AliRoot.git] / OADB / OADBLinkDef.h
1 #ifdef __CINT__
2 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3  * See cxx source for full Copyright notice                               */
4
5 /* $Id$ */
6
7 #pragma link off all globals;
8 #pragma link off all classes;
9 #pragma link off all functions;
10 #pragma link C++ class AliOADBCentrality+;
11 #pragma link C++ class AliOADBPhysicsSelection+;
12 #pragma link C++ class AliOADBFillingScheme+;
13 #pragma link C++ class AliOADBTriggerAnalysis+;
14 #pragma link C++ class AliOADBTrackFix+;
15
16 #endif