]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/TPCmonLinkDef.h
Removing obsolete scripts
[u/mrichter/AliRoot.git] / TPC / TPCmonLinkDef.h
index 74acc50dcfd90643bc5718769d6c32f11623f481..d34df4eb6801d1107ff92e68347d7b40392f0150 100755 (executable)
@@ -3,6 +3,9 @@
  * See cxx source for full Copyright notice                               */
 
 /* $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.
 /* */
@@ -17,7 +20,7 @@
 #pragma link C++ class  AliTPCMonitorFFT+; 
 #pragma link C++ class  AliTPCMonitorMappingHandler+;
 
-#ifdef DATE_ROOT
+#ifdef ALI_DATE
 #pragma link C++ class  AliTPCMonitorDateMonitor+;
 #endif
 #pragma link C++ class  AliTPCMonitorDateFile+;