Skip to content

Commit 0c08155

Browse files
fgrosaalcaliva
authored andcommitted
Fix unwanted behaviour in signal filtering with embedding pattern different from (#14735)
1 parent bd0f983 commit 0c08155

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Detectors/AOD/src/AODProducerWorkflowSpec.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,9 +2006,7 @@ void AODProducerWorkflowDPL::run(ProcessingContext& pc)
20062006
0,
20072007
sourceID);
20082008
}
2009-
if (sourceID != 0 || !mUseSigFiltMC) {
2010-
mcColToEvSrc.emplace_back(std::vector<int>{iCol, sourceID, eventID}); // point background and injected signal events to one collision
2011-
}
2009+
mcColToEvSrc.emplace_back(std::vector<int>{iCol, sourceID, eventID}); // point background and injected signal events to one collision
20122010
}
20132011
}
20142012
}

0 commit comments

Comments
 (0)