Skip to content

Commit 964c09c

Browse files
fgrosaalcaliva
authored andcommitted
Fix unwanted behaviour in signal filtering with embedding pattern different from (#14735)
1 parent 55ff541 commit 964c09c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Detectors/AOD/src/AODProducerWorkflowSpec.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,9 +2111,7 @@ void AODProducerWorkflowDPL::run(ProcessingContext& pc)
21112111
0,
21122112
sourceID);
21132113
}
2114-
if (sourceID != 0 || !mUseSigFiltMC) {
2115-
mcColToEvSrc.emplace_back(std::vector<int>{iCol, sourceID, eventID}); // point background and injected signal events to one collision
2116-
}
2114+
mcColToEvSrc.emplace_back(std::vector<int>{iCol, sourceID, eventID}); // point background and injected signal events to one collision
21172115
}
21182116
}
21192117
}

0 commit comments

Comments
 (0)