]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
modified for AOD
authorssakai <ssakai@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 14 May 2012 11:53:26 +0000 (11:53 +0000)
committerssakai <ssakai@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 14 May 2012 11:53:26 +0000 (11:53 +0000)
PWGHF/hfe/macros/AddTaskHFECalPbPb.C

index f3fe0a0721579d356aafcd4c020e341ae02a98a8..8c63f97c364f6b4e715e058544f53cfe6c4c4547 100644 (file)
@@ -10,10 +10,12 @@ AliAnalysisTask *AddTaskHFECalPbPb(int TPCclust){
     return NULL;
   }  
   TString type = mgr->GetInputEventHandler()->GetDataType(); // can be "ESD" or "AOD"
+  /*
   if (type=="AOD"){
     ::Error("AddTaskHFE", "The tasks exits because AODs are in input");
     return NULL;
-  }
+   }
+  */
   Bool_t MCthere=kFALSE;
   AliMCEventHandler *mcH = dynamic_cast<AliMCEventHandler*>(mgr->GetMCtruthEventHandler());
   if(!mcH){