Skip to content

Commit 7eccfae

Browse files
authored
Update correlatorDplusHadrons.cxx
Missing hist for fake collision
1 parent 2713916 commit 7eccfae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ struct HfCorrelatorDplusHadrons {
316316
registry.add("hEtaMcGen", "D+,Hadron particles - MC Gen", {HistType::kTH1F, {axisEta}});
317317
registry.add("hPhiMcGen", "D+,Hadron particles - MC Gen", {HistType::kTH1F, {axisPhi}});
318318
registry.add("hMultFT0AMcGen", "D+,Hadron multiplicity FT0A - MC Gen", {HistType::kTH1F, {axisMultiplicity}});
319+
registry.add("hFakeCollision", "Fake collision counter", {HistType::kTH1F, {{1, -0.5, 0.5, "n fake coll"}}});
319320
corrBinning = {{binsZVtx, binsMultiplicity}, true};
320321
}
321322

0 commit comments

Comments
 (0)