Skip to content

Commit 68d7ada

Browse files
committed
fix flag name
1 parent 8f83175 commit 68d7ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,9 +776,9 @@ struct decay3bodyBuilder {
776776

777777
// set flag if selected reco collision has matched gen collision
778778
if (collision.mcCollisionId() >= 0) { // reco collision is matched to gen collision
779-
this3BodyMCInfo.isSurvivedEventSel = isGoodCollision[collision.mcCollisionId()];
779+
this3BodyMCInfo.survivedEventSel = isGoodCollision[collision.mcCollisionId()];
780780
} else {
781-
this3BodyMCInfo.isSurvivedEventSel = false; // false if reco collision not matched to gen collision
781+
this3BodyMCInfo.survivedEventSel = false; // false if reco collision not matched to gen collision
782782
}
783783

784784
// check if daughters have MC particle

0 commit comments

Comments
 (0)