Skip to content

Commit 647a953

Browse files
nstrangmNicolas Strangmann
andauthored
[PWGEM/PhotonMeson] Change precision float->double for event histogram in emcQC (#9097)
Co-authored-by: Nicolas Strangmann <nicolas.strangmann@.cern.ch>
1 parent e0ad248 commit 647a953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/PhotonMeson/Tasks/emcalQC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ struct EmcalQC {
145145
defineEMEventCut();
146146

147147
o2::aod::pwgem::photonmeson::utils::eventhistogram::addEventHistograms(&fRegistry);
148-
auto hEMCCollisionCounter = fRegistry.add<TH1>("Event/hEMCCollisionCounter", "Number of collisions after event cuts", HistType::kTH1F, {{7, 0.5, 7.5}}, false);
148+
auto hEMCCollisionCounter = fRegistry.add<TH1>("Event/hEMCCollisionCounter", "Number of collisions after event cuts", HistType::kTH1D, {{7, 0.5, 7.5}}, false);
149149
hEMCCollisionCounter->GetXaxis()->SetBinLabel(1, "all");
150150
hEMCCollisionCounter->GetXaxis()->SetBinLabel(2, "+TVX"); // TVX
151151
hEMCCollisionCounter->GetXaxis()->SetBinLabel(3, "+|z|<10cm"); // TVX with z < 10cm

0 commit comments

Comments
 (0)