@@ -191,8 +191,8 @@ struct MeanptFluctuationsAnalysis {
191191 histos.add (" hDcaZ" , " ;#it{dca}_{Z}" , kTH1F , {{1000 , -5 , 5 }});
192192 histos.add (" his2DdcaXYvsPt" , " " , {HistType::kTH2D , {ptAxis, {1000 , -1 , 1 }}});
193193 histos.add (" his2DdcaZvsPt" , " " , {HistType::kTH2D , {ptAxis, {1000 , -1 , 1 }}});
194- histos.add (" his2DdcaXYvsPtPtBeforePtDepSel " , " " , {HistType::kTH2D , {ptAxis, {1000 , -1 , 1 }}});
195- histos.add (" his2DdcaZvsPtPtBeforePtDepSel " , " " , {HistType::kTH2D , {ptAxis, {1000 , -1 , 1 }}});
194+ histos.add (" his2DdcaXYvsPtBeforePtDepSel " , " " , {HistType::kTH2D , {ptAxis, {1000 , -1 , 1 }}});
195+ histos.add (" his2DdcaZvsPtBeforePtDepSel " , " " , {HistType::kTH2D , {ptAxis, {1000 , -1 , 1 }}});
196196 histos.add (" hMeanPt" , " " , kTProfile , {centAxis});
197197 histos.add (" Hist2D_globalTracks_PVTracks" , " " , {HistType::kTH2D , {nchAxis, nchAxis}});
198198 histos.add (" Hist2D_cent_nch" , " " , {HistType::kTH2D , {nchAxis, centAxis}});
@@ -667,7 +667,7 @@ struct MeanptFluctuationsAnalysis {
667667 }
668668
669669 histos.fill (HIST (" his2DdcaXYvsPtBeforePtDepSel" ), track.pt (), track.dcaXY ());
670- histos.fill (HIST (" his2DdcaZvsPtPtBeforePtDepSel " ), track.pt (), track.dcaZ ());
670+ histos.fill (HIST (" his2DdcaZvsPtBeforePtDepSel " ), track.pt (), track.dcaZ ());
671671
672672 if (cfgUsePtDepDCAxy && !(std::abs (track.dcaXY ()) < fPtDepDCAxy ->Eval (track.pt ()))) {
673673 continue ;
@@ -804,7 +804,7 @@ struct MeanptFluctuationsAnalysis {
804804 }
805805
806806 histos.fill (HIST (" his2DdcaXYvsPtBeforePtDepSel" ), track.pt (), track.dcaXY ());
807- histos.fill (HIST (" his2DdcaZvsPtPtBeforePtDepSel " ), track.pt (), track.dcaZ ());
807+ histos.fill (HIST (" his2DdcaZvsPtBeforePtDepSel " ), track.pt (), track.dcaZ ());
808808
809809 if (cfgUsePtDepDCAxy && !(std::abs (track.dcaXY ()) < fPtDepDCAxy ->Eval (track.pt ()))) {
810810 continue ;
0 commit comments