Skip to content

Commit 280b64d

Browse files
Mingze129fgrosa
andauthored
Update PWGHF/D2H/Tasks/taskCharmPolarisation.cxx
Co-authored-by: Fabrizio <fabrizio.grosa@cern.ch>
1 parent 320efae commit 280b64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskCharmPolarisation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ struct HfTaskCharmPolarisation {
361361
registry.add("hNumPvContributorsCand", "Number of PV contributors for events with candidates;num. PV contributors; counts", HistType::kTH1F, {thnAxisNumPvContributors});
362362
registry.add("hNumPvContributorsCandInMass", "Number of PV contributors for events with candidates in the signal region;num. PV contributors; counts", HistType::kTH1F, {thnAxisNumPvContributors});
363363
if (doprocessDstarInPbPb || doprocessDstarMcInPbPb || doprocessDstarWithMlInPbPb || doprocessDstarMcWithMlInPbPb) {
364-
registry.add("hCentrality", "Centrality distribution for D*+ candidates;centrality (%); counts", HistType::kTH1F, {thnAxisCentrality});
364+
registry.add("hCentrality", "Centrality distribution for D*+ candidates;centrality (%); counts", HistType::kTH1D, {thnAxisCentrality});
365365
}
366366

367367
if (activateTHnSparseCosThStarHelicity) {

0 commit comments

Comments
 (0)