We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f83175 commit 68d7adaCopy full SHA for 68d7ada
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx
@@ -776,9 +776,9 @@ struct decay3bodyBuilder {
776
777
// set flag if selected reco collision has matched gen collision
778
if (collision.mcCollisionId() >= 0) { // reco collision is matched to gen collision
779
- this3BodyMCInfo.isSurvivedEventSel = isGoodCollision[collision.mcCollisionId()];
+ this3BodyMCInfo.survivedEventSel = isGoodCollision[collision.mcCollisionId()];
780
} else {
781
- this3BodyMCInfo.isSurvivedEventSel = false; // false if reco collision not matched to gen collision
+ this3BodyMCInfo.survivedEventSel = false; // false if reco collision not matched to gen collision
782
}
783
784
// check if daughters have MC particle
0 commit comments