Skip to content

Commit 9923be5

Browse files
authored
Merge pull request #8 from alibuild/alibot-cleanup-17084
Please consider the following formatting changes to #17084
2 parents 5315c1b + 536b78a commit 9923be5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -931,15 +931,15 @@ struct NucleitpcPbPb {
931931
float p = getRigidity(track);
932932
float massTOF = p * charge * std::sqrt(1.f / (beta * beta) - 1.f);
933933
float massSquareOverChargeSquare = (massTOF * massTOF) / (charge * charge);
934-
934+
935935
// Apply He4 rejection if needed (to match data selection)
936936
bool skipHe4 = false;
937937
if (std::abs(pdg) == particlePdgCodes.at(5)) { // He4
938938
if (cfghe3massrejreq && (massTOF * massTOF > cfgminmassrejection && massTOF * massTOF < cfgmaxmassrejection)) {
939939
skipHe4 = true;
940940
}
941941
}
942-
942+
943943
if (!skipHe4) {
944944
if (pdg > 0) {
945945
histomc.fill(HIST("hMassVsPtMC"), ptReco, massSquareOverChargeSquare, collision.centFT0C());

0 commit comments

Comments
 (0)