Skip to content

Commit 3ba0816

Browse files
[PWGJE] eventWeight fix for fake collisions
1 parent 08da6b7 commit 3ba0816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/TableProducer/jetEventWeightMCD.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ struct JetEventWeightMCDTask {
5353
auto collision = jet.template collision_as<soa::Join<aod::JetCollisions, aod::JMcCollisionLbs>>();
5454
if (collision.has_mcCollision()) {
5555
mcDetectorLevelEventWiseSubtractedWeightsTable(jet.globalIndex(), collision.mcCollision().weight());
56-
eelse {
56+
} else {
5757
mcDetectorLevelEventWiseSubtractedWeightsTable(jet.globalIndex(), 0.0);
5858
}
5959
}

0 commit comments

Comments
 (0)