Skip to content

Commit 30e9d21

Browse files
committed
formatting
1 parent f7fb500 commit 30e9d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/jetHadronRecoil.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@ struct JetHadronRecoil {
269269
auto particle = track.template mcParticle_as<U>();
270270
if (track.collisionId() == particle.collisionId()) {
271271
registry.fill(HIST("hPtTrackMatchedToCollisions"), track.pt(), weight);
272+
}
272273
}
273274
}
274-
}
275275

276276
if (nTT > 0) {
277277
trigNumber = rand->Integer(nTT);

0 commit comments

Comments
 (0)