Skip to content

Commit 0d8dd48

Browse files
authored
Update eventSelectionService.cxx
1 parent d1cc0b4 commit 0d8dd48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/TableProducer/eventSelectionService.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ struct eventselectionRun2 {
9191

9292
// task-specific
9393
timestampMod.init(timestampConfigurables, metadataInfo);
94-
bcselmodule.init(context, bcselOpts, histos);
94+
bcselmodule.init(context, bcselOpts, histos, metadataInfo);
9595
evselmodule.init(context, evselOpts, histos, metadataInfo);
9696
}
9797

@@ -154,7 +154,7 @@ struct eventselectionRun3 {
154154

155155
// task-specific
156156
timestampMod.init(timestampConfigurables, metadataInfo);
157-
bcselmodule.init(context, bcselOpts, histos);
157+
bcselmodule.init(context, bcselOpts, histos, metadataInfo);
158158
evselmodule.init(context, evselOpts, histos, metadataInfo);
159159
lumimodule.init(context, lumiOpts, histos);
160160
}

0 commit comments

Comments
 (0)