]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/monitorCheck.cxx
In case the input is MC Kinematics, need some patches in the vertex and extraction...
[u/mrichter/AliRoot.git] / MONITOR / monitorCheck.cxx
index 0fffd5a08524270d100bbd237ce3d87544a421d2..2472df932ea9cf3f365080ba83f4ec4d108f1c06 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <TError.h>
 #include <TSysEvtHandler.h>
-#ifdef DATE_SYS
+#ifdef ALI_DATE
 #include <TROOT.h>
 #include <TSystem.h>
 #include <TDatime.h>
 #include "monitor.h"
 #endif
 
-#ifdef __APPLE__
-// avoid loading pythia and pdf
-#include <Hepevt.h>
-HEPEVT_DEF HEPEVT;
-#endif
-
 //_____________________________________________________________________________
 class AliGDCInterruptHandler : public TSignalHandler {
 public:
@@ -55,14 +49,15 @@ private:
 
 //_____________________________________________________________________________
 AliGDCInterruptHandler::AliGDCInterruptHandler() : 
-  TSignalHandler(kSigInterrupt, kFALSE) 
+  TSignalHandler(kSigInterrupt, kFALSE),
+  fStop(kFALSE)  
 {
-  fStop = kFALSE;
-};
+
+}
 
 
 //_____________________________________________________________________________
-#ifdef DATE_SYS
+#ifdef ALI_DATE
 int main(int argc, char** argv)
 {
   // set ROOT in batch mode