]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fix
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Jul 2012 19:44:34 +0000 (19:44 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Jul 2012 19:44:34 +0000 (19:44 +0000)
PWGGA/EMCALJetTasks/macros/AddTaskSOH.C

index a5a7e4d5bf2cb8a40988985c5a3e995004ee47df..e64daea611bf2b8ed318ae611d62f2e8a90ef0c4 100644 (file)
@@ -41,14 +41,6 @@ AliAnalysisTaskSOH* AddTaskSOH()
   // Add task(s)
   mgr->AddTask(taskSOH); 
 
-  // ESD handler
-  AliESDInputHandler* esdH = new AliESDInputHandler();
-  mgr->SetInputEventHandler(esdH);
-  
-  // MC truth handler
-  AliMCEventHandler* mcEvtHdl = new AliMCEventHandler();
-  mcEvtHdl->SetReadTR(kTRUE);
-  mgr->SetMCtruthEventHandler(mcEvtHdl); 
 
   // Create containers for input/output
   AliAnalysisDataContainer *cinput = mgr->GetCommonInputContainer();