]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/TPCmonLinkDef.h
Coverity fixes
[u/mrichter/AliRoot.git] / TPC / TPCmonLinkDef.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 /* $Log$
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 /*
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 /* */
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
23 #ifdef ALI_DATE
24 #pragma link C++ class  AliTPCMonitorDateMonitor+;
25 #endif
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