]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/TPCmonLinkDef.h
Coverity fixed
[u/mrichter/AliRoot.git] / TPC / TPCmonLinkDef.h
index 1206af6edc15567e253b708f72e765a829f42188..d34df4eb6801d1107ff92e68347d7b40392f0150 100755 (executable)
@@ -2,7 +2,13 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-/* $Log$ */
+/* $Log$
+/* Revision 1.2  2007/09/17 16:34:54  cvetan
+/* The package was overwriting the rootcint flags. This was fixed by applying the necessary changes in the DATE-dependent parts of the code
+/*
+/* Revision 1.1  2007/09/17 10:23:31  cvetan
+/* New TPC monitoring package from Stefan Kniege. The monitoring package can be started by running TPCMonitor.C macro located in macros folder.
+/* */
 
 
 #pragma link off all globals;
@@ -14,6 +20,9 @@
 #pragma link C++ class  AliTPCMonitorFFT+; 
 #pragma link C++ class  AliTPCMonitorMappingHandler+;
 
+#ifdef ALI_DATE
+#pragma link C++ class  AliTPCMonitorDateMonitor+;
+#endif
 #pragma link C++ class  AliTPCMonitorDateFile+;  
 #pragma link C++ class  AliTPCMonitorDateFormat+;  
 #pragma link C++ class  AliTPCMonitorDialog+;