]> 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 3cd61adc9d7a5d7bad93edc64e0bf6656979d6f6..89c106c98da952bd49a2d7bbe861f8d4dc705e6b 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),
+    fIsSelectedResult(0)
 {
   // default constructor
 }
@@ -50,7 +54,9 @@ AliInputEventHandler::AliInputEventHandler(const char* name, const char* title):
   fTree(0),
   fBranches(""),
   fBranchesOn(""),
-  fNewEvent(kTRUE)
+  fNewEvent(kTRUE),
+  fEventCuts(0),
+  fIsSelectedResult(0)
 {
 }