]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/TPCmonLinkDef.h
Update in the AliTPCcalibTracksGain (Marian, Stefan)
[u/mrichter/AliRoot.git] / TPC / TPCmonLinkDef.h
CommitLineData
48265b32 1#ifdef __CINT__
2/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3 * See cxx source for full Copyright notice */
4
33dc3c99 5/* $Log$
db641c5a 6/* Revision 1.2 2007/09/17 16:34:54 cvetan
7/* The package was overwriting the rootcint flags. This was fixed by applying the necessary changes in the DATE-dependent parts of the code
8/*
33dc3c99 9/* Revision 1.1 2007/09/17 10:23:31 cvetan
10/* New TPC monitoring package from Stefan Kniege. The monitoring package can be started by running TPCMonitor.C macro located in macros folder.
11/* */
48265b32 12
13
14#pragma link off all globals;
15#pragma link off all classes;
16#pragma link off all functions;
17
18#pragma link C++ class AliTPCMonitorConfig+;
19#pragma link C++ class AliTPCMonitorAltro+;
20#pragma link C++ class AliTPCMonitorFFT+;
21#pragma link C++ class AliTPCMonitorMappingHandler+;
22
db641c5a 23#ifdef ALI_DATE
33dc3c99 24#pragma link C++ class AliTPCMonitorDateMonitor+;
25#endif
48265b32 26#pragma link C++ class AliTPCMonitorDateFile+;
27#pragma link C++ class AliTPCMonitorDateFormat+;
28#pragma link C++ class AliTPCMonitorDialog+;
29#pragma link C++ class AliTPCMonitor+;
30
31#endif
32