]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALPID.cxx
Added case of EM + Charged + Pi0
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALPID.cxx
index 05732b7e8062c35aa1301183d262e2a3528e58fd..b864e8c1f7b74ec3c97330bd78cc425b7b2475bd 100644 (file)
 
 
 // --- ROOT system ---
-#include "TGeometry.h"
-#include "TDirectory.h"
-#include "TFile.h"
-#include "TTree.h"
+
 // --- Standard library ---
 
 // --- AliRoot header files ---
@@ -44,6 +40,8 @@ ClassImp(AliEMCALPID)
 {
   // ctor
   fEventFolderName = "" ; 
+  fFirstEvent = 0 ; 
+  fLastEvent  = -1 ;
 }
 
 
@@ -52,7 +50,8 @@ AliEMCALPID::AliEMCALPID(const TString alirunFileName, const TString eventFolder
 :TTask("EMCAL"+AliConfig::fgkPIDTaskName, alirunFileName), fEventFolderName(eventFolderName)
 {
   // ctor
-
+  fFirstEvent = 0 ; 
+  fLastEvent  = -1 ; 
 }
 
 //____________________________________________________________________________