Skip to content

Commit 21d965e

Browse files
authored
Fix unwanted behaviour in signal filtering with embedding pattern different from (#14735)
1 parent a114b4b commit 21d965e

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
@@ -2126,9 +2126,7 @@ void AODProducerWorkflowDPL::run(ProcessingContext& pc)
21262126
0,
21272127
sourceID);
21282128
}
2129-
if (sourceID != 0 || !mUseSigFiltMC) {
2130-
mcColToEvSrc.emplace_back(std::vector<int>{iCol, sourceID, eventID}); // point background and injected signal events to one collision
2131-
}
2129+
mcColToEvSrc.emplace_back(std::vector<int>{iCol, sourceID, eventID}); // point background and injected signal events to one collision
21322130
}
21332131
}
21342132
}

0 commit comments

Comments
 (0)