]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliInputEventHandler.cxx
Extending the functionality of the physics selection. Instead of providing a yes...
[u/mrichter/AliRoot.git] / STEER / AliInputEventHandler.cxx
index 83bac6bbd106e1ec53917e49f4769b4ff7c09fe1..89c106c98da952bd49a2d7bbe861f8d4dc705e6b 100644 (file)
@@ -37,7 +37,7 @@ AliInputEventHandler::AliInputEventHandler() :
     fBranchesOn(""),
     fNewEvent(kTRUE),
     fEventCuts(0),
-    fIsSelected(kFALSE)
+    fIsSelectedResult(0)
 {
   // default constructor
 }
@@ -56,7 +56,7 @@ AliInputEventHandler::AliInputEventHandler(const char* name, const char* title):
   fBranchesOn(""),
   fNewEvent(kTRUE),
   fEventCuts(0),
-  fIsSelected(kFALSE)
+  fIsSelectedResult(0)
 {
 }