Skip to content

Commit f4469b1

Browse files
committed
Please consider the following formatting changes
1 parent a2038f9 commit f4469b1

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)