]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
changes from SOH
authormcosenti <mcosenti@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 19 Jul 2012 08:39:22 +0000 (08:39 +0000)
committermcosenti <mcosenti@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 19 Jul 2012 08:39:22 +0000 (08:39 +0000)
PWGGA/EMCALJetTasks/UserTasks/AliAnalysisTaskSOH.cxx

index f30ea16dc7e3451e063d06ca5f370d354af6d642..c1dc5253766e9a2f349e76e0ae9308e6635bf1c1 100644 (file)
@@ -164,7 +164,7 @@ void AliAnalysisTaskSOH::UserCreateOutputObjects()
   fOutputList->Add(fHEMCalResponseElec);
 
   fHEMCalResponseProton = new TH2F("fHEMCalResponseProton", "Proton E/P vs track p_{T};  p_{T} (GeV/c); E/P", 100 , 0, 4, 100, 0, 3.2);
-  fOutputList->Add(fHEMCalResponseElec);
+  fOutputList->Add(fHEMCalResponseProton);
 
   fHEMCalRecdPhidEta = new TH2F("fHEMCalRecdPhidEta","EMCAL Cluster-Track #Delta#phi-#Delta#eta; #Delta#eta; #Delta#phi",1000,-0.1,0.1,1000,-0.5,0.5);
   fOutputList->Add(fHEMCalRecdPhidEta);