]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ESDCheck/AliEMCALQATask.cxx
Adding OpenFile in CreateOutput (Yves)
[u/mrichter/AliRoot.git] / ESDCheck / AliEMCALQATask.cxx
index bd37807ed79b453afc226f24ff40ef519a0a660c..bbd6ad0517fec2730b433025c9101e0f7d9e20dd 100644 (file)
@@ -102,6 +102,9 @@ void AliEMCALQATask::ConnectInputData(const Option_t*)
 void AliEMCALQATask::CreateOutputObjects()  
 {
 // create histograms  
+
+  OpenFile(0) ; 
+
   fhEMCALPos           = new TNtuple("EMCALPos"        , "Position in EMCAL" , "x:y:z");
   fhEMCAL              = new TNtuple("EMCAL"           , "EMCAL" , "event:digits:clusters:photons");
   fhEMCALEnergy        = new TH1D("EMCALEnergy"        , "EMCALEnergy"       , 1000, 0., 10. ) ;