Skip to content

Commit 2239843

Browse files
committed
Fix bad "produces" specification
1 parent 1699931 commit 2239843

File tree

1 file changed

+1
-1
lines changed
  • EventFilter/L1TRawToDigi/plugins/implementations_stage2

1 file changed

+1
-1
lines changed

EventFilter/L1TRawToDigi/plugins/implementations_stage2/GTSetup.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ namespace l1t {
6565
prod.produces<EtSumBxCollection>("EtSumZDC");
6666
prod.produces<JetBxCollection>("Jet");
6767
prod.produces<TauBxCollection>("Tau");
68-
prod.produces<float>("CICADAScore");
68+
prod.produces<CICADABxCollection>("CICADAScore");
6969
prod.produces<GlobalAlgBlkBxCollection>();
7070
prod.produces<GlobalExtBlkBxCollection>();
7171
for (int i = 2; i < 7; ++i) { // Collections from boards 2-6

0 commit comments

Comments
 (0)