From ec323b4f0bce98cbc41bbf367f44e6780f637443 Mon Sep 17 00:00:00 2001 From: maszyman Date: Thu, 14 Aug 2014 15:13:02 +0200 Subject: [PATCH] corrected naming of DCA histogram --- PWGCF/FEMTOSCOPY/AliFemto/AliFemtoCutMonitorV0.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/FEMTOSCOPY/AliFemto/AliFemtoCutMonitorV0.cxx b/PWGCF/FEMTOSCOPY/AliFemto/AliFemtoCutMonitorV0.cxx index 2e6fef18a1a..04b027e5195 100644 --- a/PWGCF/FEMTOSCOPY/AliFemto/AliFemtoCutMonitorV0.cxx +++ b/PWGCF/FEMTOSCOPY/AliFemto/AliFemtoCutMonitorV0.cxx @@ -39,7 +39,7 @@ AliFemtoCutMonitorV0::AliFemtoCutMonitorV0(): fK0ShortMass= new TH1F("K0ShortMass", "Mass Assuming K0 short Hypothesis", 500, 0, 5); fDcaDaughters = new TH1F("DcaDaughters", "DCA Daughters", 500, 0, 2); fDcaV0ToPrimVertex = new TH1F("DcaV0ToPrimVertex", "DCA V0 to primary vertex", 500, 0, 3); - fDcaPosToPrimVertex = new TH1F("DcaNegToPrimVertex", "DCA V0 to primary vertex", 500, 0, 3); + fDcaPosToPrimVertex = new TH1F("DcaPosToPrimVertex", "DCA V0 to primary vertex", 500, 0, 3); fDcaNegToPrimVertex = new TH1F("DcaNegToPrimVertex", "DCA V0 to primary vertex", 500, 0, 3); fCosPointingAngle = new TH1F("CosPointingAngle","Cosinus Pointing Angle",500,0,1); fDecayLength = new TH1F("DecayLength","V0 Decay Length",100,0,100); -- 2.43.0