Skip to content

Commit 63dfa9f

Browse files
Merge pull request #5 from alibuild/alibot-cleanup-7213
Please consider the following formatting changes to #7213
2 parents a2038f9 + f4469b1 commit 63dfa9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGJE/Tasks/nucleiWithFastJet.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ struct nucleiWithFastJet {
11521152
break;
11531153
}
11541154
} // DetJet
1155-
if (mapPDGToValue(mcParticle.pdgCode())!=0) {
1155+
if (mapPDGToValue(mcParticle.pdgCode()) != 0) {
11561156
jetHist.fill(HIST("genmatched/pt/PtParticleType"), mcParticle.pt(), jetFlag, mapPDGToValue(mcParticle.pdgCode()));
11571157
}
11581158
} // jet constituents

0 commit comments

Comments
 (0)