Skip to content

Commit d29a41c

Browse files
committed
fix the bool
1 parent 0e6df76 commit d29a41c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sbncode/LArG4/MergeSimSourcesSBN_module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ void sbn::MergeSimSourcesSBN::produce(art::Event& e)
357357

358358
if (fFillSimChannels) {
359359
auto const& input_scCol = e.getProduct<std::vector<sim::SimChannel>>(input_label);
360-
MergeUtility.MergeSimChannels(*scCol, input_scCol, i_source, !fSkipSimChannelTrackIDs);
360+
MergeUtility.MergeSimChannels(*scCol, input_scCol, i_source, fSkipSimChannelTrackIDs);
361361
}
362362

363363
if (fFillAuxDetSimChannels) {

0 commit comments

Comments
 (0)