]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
The package was overwriting the rootcint flags. This was fixed by applying the necess...
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 17 Sep 2007 16:34:54 +0000 (16:34 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 17 Sep 2007 16:34:54 +0000 (16:34 +0000)
TPC/AliTPCMonitorDateFormat.cxx
TPC/AliTPCMonitorDateFormat.h
TPC/AliTPCMonitorDateMonitor.cxx
TPC/AliTPCMonitorDateMonitor.h
TPC/TPCmonLinkDef.h
TPC/libTPCmon.pkg

index 17f07097420cd37402c4bd5e567ebfff71848f2f..3c10a1f4d23aee4778721755b2f81b6c728c1d04 100755 (executable)
 
 /*
 $Log$
+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.
+
 */ 
 
 #include "AliTPCMonitorDateFormat.h"
+#include "event.h"
 #include <iostream>
 ClassImp(AliTPCMonitorDateFormat)
 //____________________________________________________________________________
index 00cb370e8d1793cb01c71fc1bcd9a85fc300807d..52cb9c301e2e1da4c98f1bce11fce9a2bb306506 100755 (executable)
 //       
 /////////////////////////////////////////////////////////////////////////
 
+struct eventHeaderStruct;
+struct equipmentHeaderStruct;
 
 #define long32 int
-#include "event.h"
 #include "TNamed.h"
 using namespace std;
 
@@ -85,9 +86,9 @@ class AliTPCMonitorDateFormat : public TNamed {
     Char_t*                       fdataPtr;       // pointer to data array (start, will not be changed in event) 
     Char_t*                       fsubEventPtr;   // pointer to SubEvent
     Char_t*                       fcurrentPtr;    // pointer to current data position (header or data)
-    struct eventHeaderStruct*     event;          // event and
-    struct eventHeaderStruct*     subEvent;       // subevent structure
-    struct equipmentHeaderStruct* equipment;      // equipmemnt structure
+    eventHeaderStruct*     event;          // event and
+    eventHeaderStruct*     subEvent;       // subevent structure
+    equipmentHeaderStruct* equipment;      // equipmemnt structure
   
     ClassDef(AliTPCMonitorDateFormat,1);
 };
index b2c245c260f0e1fa977f98f33c9913fdce8f665d..99188282d26a2da207a9493d7fe8f54f43fc8000 100755 (executable)
 
 /*
 $Log$
+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.
+
 */ 
 
 #include <iostream>
 #include "AliTPCMonitorDateMonitor.h"
+#include "event.h"
+#include "monitor.h"
+
 ClassImp(AliTPCMonitorDateMonitor)
 
 //_____________________________________________________________________________
index eec885ac22d2adb54b1529dfd75ca85ea8b54cb0..582a5112c0542cf0e6c5fe59b322c906384301e0 100755 (executable)
@@ -19,8 +19,6 @@
 /////////////////////////////////////////////////////////////////////////
 
 #include <string>
-#include "event.h"
-#include "monitor.h"
 #include "TNamed.h"
 
 using namespace std;
index 1206af6edc15567e253b708f72e765a829f42188..74acc50dcfd90643bc5718769d6c32f11623f481 100755 (executable)
@@ -2,7 +2,10 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-/* $Log$ */
+/* $Log$
+/* 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 +17,9 @@
 #pragma link C++ class  AliTPCMonitorFFT+; 
 #pragma link C++ class  AliTPCMonitorMappingHandler+;
 
+#ifdef DATE_ROOT
+#pragma link C++ class  AliTPCMonitorDateMonitor+;
+#endif
 #pragma link C++ class  AliTPCMonitorDateFile+;  
 #pragma link C++ class  AliTPCMonitorDateFormat+;  
 #pragma link C++ class  AliTPCMonitorDialog+;  
index a0f30b44a7c84622b4dbe64b2a6470c3e3f17c76..81a9ec1a4b15993bce819638ed4da70953c49e5d 100755 (executable)
@@ -26,12 +26,7 @@ ELIBSDIR:=
 ELIBS:=
 HDRS +=  AliTPCMonitorDateMonitor.h 
 EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}
-CINTFLAGS = -ISTEER -I${DATE_COMMON_DEFS} -I${DATE_MONITOR_DIR} -p
-DHDR:= TPCmondateLinkDef.h
-
 CXXFLAGS += -DDATEON 
-else
-CINTFLAGS := -ISTEER -p
 endif