]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliInputEventHandler.cxx
Fix for bug #66122: Backward compatibility in AliMultiplicity
[u/mrichter/AliRoot.git] / STEER / AliInputEventHandler.cxx
index 3cd61adc9d7a5d7bad93edc64e0bf6656979d6f6..83bac6bbd106e1ec53917e49f4769b4ff7c09fe1 100644 (file)
 
 #include "AliInputEventHandler.h"
 #include "AliVEvent.h"
+#include "AliVCuts.h"
 #include "AliLog.h"
 
+
 ClassImp(AliInputEventHandler)
 
 //______________________________________________________________________________
@@ -33,7 +35,9 @@ AliInputEventHandler::AliInputEventHandler() :
     fTree(0),
     fBranches(""),
     fBranchesOn(""),
-    fNewEvent(kTRUE)
+    fNewEvent(kTRUE),
+    fEventCuts(0),
+    fIsSelected(kFALSE)
 {
   // default constructor
 }
@@ -50,7 +54,9 @@ AliInputEventHandler::AliInputEventHandler(const char* name, const char* title):
   fTree(0),
   fBranches(""),
   fBranchesOn(""),
-  fNewEvent(kTRUE)
+  fNewEvent(kTRUE),
+  fEventCuts(0),
+  fIsSelected(kFALSE)
 {
 }