Skip to content

Commit

Permalink
Merge pull request #21 from alibuild/alibot-cleanup-4839
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to AliceO2Group#4839
  • Loading branch information
BongHwi authored Feb 22, 2024
2 parents 79e64f8 + 107271a commit 571d2f0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions PWGLF/Utils/collisionCuts.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,12 @@ class CollisonCuts
}
mHistogramRegistry = registry;
mHistogramRegistry->add("Event/posZ", "; vtx_{z} (cm); Entries", kTH1F, {{250, -12.5, 12.5}});
if (mCheckIsRun3)
{
if (mCheckIsRun3) {
mHistogramRegistry->add("Event/CentFV0A", "; vCentV0A; Entries", kTH1F, {{110, 0, 110}});
mHistogramRegistry->add("Event/CentFT0M", "; vCentT0M; Entries", kTH1F, {{110, 0, 110}});
mHistogramRegistry->add("Event/CentFT0C", "; vCentT0C; Entries", kTH1F, {{110, 0, 110}});
mHistogramRegistry->add("Event/CentFT0A", "; vCentT0A; Entries", kTH1F, {{110, 0, 110}});
}
else
} else
mHistogramRegistry->add("Event/CentRun2V0M", "; vCentV0M; Entries", kTH1F, {{110, 0, 110}});
}

Expand Down

0 comments on commit 571d2f0

Please sign in to comment.