]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
correct typo in histo name
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 16 Jan 2013 14:54:37 +0000 (14:54 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 16 Jan 2013 14:54:37 +0000 (14:54 +0000)
PWGGA/CaloTrackCorrelations/AliAnaChargedParticles.cxx

index dfccdb25fdff69d825085ee52da68b2852db9989..22f6fd8e30f4f60054dc756f92f8b4cd12547d3e 100755 (executable)
@@ -287,7 +287,7 @@ TList *  AliAnaChargedParticles::GetCreateOutputObjects()
     fhPtTOFSignalVtxOutBC0->SetXTitle("p_{T} (GeV/c)");
     outputContainer->Add(fhPtTOFSignalVtxOutBC0);
     
-    fhPtTOFSignalVtxInBC0  = new TH2F ("hPtTOFSignalVtxOnBC0","TOF signal, vtx BC=0", nptbins,ptmin,ptmax,ntofbins,mintof,maxtof);
+    fhPtTOFSignalVtxInBC0  = new TH2F ("hPtTOFSignalVtxInBC0","TOF signal, vtx BC=0", nptbins,ptmin,ptmax,ntofbins,mintof,maxtof);
     fhPtTOFSignalVtxInBC0->SetYTitle("TOF signal (ns)");
     fhPtTOFSignalVtxInBC0->SetXTitle("p_{T} (GeV/c)");
     outputContainer->Add(fhPtTOFSignalVtxInBC0);