]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/TPCmonLinkDef.h
Removing unused MFT constant
[u/mrichter/AliRoot.git] / TPC / TPCmonLinkDef.h
old mode 100755 (executable)
new mode 100644 (file)
index 1206af6..9b3a1c2
@@ -2,22 +2,32 @@
 /* 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;
 #pragma link off all classes;
 #pragma link off all functions;
 
-#pragma link C++ class  AliTPCMonitorConfig+; 
-#pragma link C++ class  AliTPCMonitorAltro+; 
-#pragma link C++ class  AliTPCMonitorFFT+; 
-#pragma link C++ class  AliTPCMonitorMappingHandler+;
+//  re - write for upgraded TPC --- not before
+
+#pragma link C++ class  AliTPCMonitorConfig+;         // Config Conatainer
+#pragma link C++ class  AliTPCMonitorAltro+;          // ALtro Mapping ...  to be checked if ituseds Base mapping
+#pragma link C++ class  AliTPCMonitorFFT+;            // FFT of pad signals
+#pragma link C++ class  AliTPCMonitorMappingHandler+; // TPC mapper ... duplication ... but no time to be spend
 
-#pragma link C++ class  AliTPCMonitorDateFile+;  
-#pragma link C++ class  AliTPCMonitorDateFormat+;  
-#pragma link C++ class  AliTPCMonitorDialog+;  
-#pragma link C++ class  AliTPCMonitor+; 
+#ifdef ALI_DATE
+#pragma link C++ class  AliTPCMonitorDateMonitor+;    // Used to read "Date Format" --- check if it is still used   
+#endif
+#pragma link C++ class  AliTPCMonitorDateFile+;       // Used to read "Date Format" --- check if it is still used   
+#pragma link C++ class  AliTPCMonitorDateFormat+;     // Used to read "Date Format" --- check if it is still used   
+#pragma link C++ class  AliTPCMonitorDialog+;         // dialog for opening data streams
+#pragma link C++ class  AliTPCMonitor+;               // Main monitor class
 
 #endif