]> 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 f31d497761ada26012846288609e2cd3add44ff8..2472df932ea9cf3f365080ba83f4ec4d108f1c06 100644 (file)
@@ -49,9 +49,10 @@ private:
 
 //_____________________________________________________________________________
 AliGDCInterruptHandler::AliGDCInterruptHandler() : 
-  TSignalHandler(kSigInterrupt, kFALSE) 
+  TSignalHandler(kSigInterrupt, kFALSE),
+  fStop(kFALSE)  
 {
-  fStop = kFALSE;
+
 }