Skip to content

Commit fb55489

Browse files
[PWGHF/D2H] fixing typos in axes name (#8306)
1 parent bd3ee2b commit fb55489

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

PWGHF/D2H/Tasks/taskDstarToD0Pi.cxx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
/// \author Deependra Sharma <deependra.sharma@cern.ch>, IITB
1616
/// \author Fabrizio Grosa <fabrizio.grosa@cern.ch>, CERN
1717

18+
#include <algorithm>
19+
#include <utility>
20+
#include <vector>
21+
1822
#include "CommonConstants/PhysicsConstants.h"
1923
#include "Framework/AnalysisTask.h"
2024
#include "Framework/ASoAHelpers.h"
@@ -157,8 +161,8 @@ struct HfTaskDstarToD0Pi {
157161
registry.add("Efficiency/hNumPvContributorsCand", "PV Contributors; PV Contributor; FT0M Centrality", {HistType::kTH2F, {{100, 0, 300}, {axisCentrality}}}, true);
158162
registry.add("Efficiency/hNumPvContributorsCandInMass", "PV Contributors; PV Contributor; FT0M Centrality", {HistType::kTH2F, {{100, 0, 300}, {axisCentrality}}}, true);
159163

160-
// BDT Score
161-
registry.add("Yield/hDeltaInvMassVsPtVsCentVsBDTScore", "#Delta #it{M}_{inv} Vs Pt Vs Cent Vs BDTScore", {HistType::kTHnSparseL, {{axisDeltaInvMass}, {vecPtBins, "#it{p}_{T} (GeV/#it{c})"}, {axisCentrality}, {axisBDTScorePrompt}, {axisBDTScoreNonPrompt}, {axisBDTScoreBackground}}});
164+
// BDT Score (axisBDTScoreBackground, axisBDTScorePrompt, axisBDTScoreNonPrompt)
165+
registry.add("Yield/hDeltaInvMassVsPtVsCentVsBDTScore", "#Delta #it{M}_{inv} Vs Pt Vs Cent Vs BDTScore", {HistType::kTHnSparseL, {{axisDeltaInvMass}, {vecPtBins, "#it{p}_{T} (GeV/#it{c})"}, {axisCentrality}, {axisBDTScoreBackground}, {axisBDTScorePrompt}, {axisBDTScoreNonPrompt}}});
162166
}
163167

164168
template <bool applyMl, typename T1, typename T2>

0 commit comments

Comments
 (0)