We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1699931 commit 2239843Copy full SHA for 2239843
EventFilter/L1TRawToDigi/plugins/implementations_stage2/GTSetup.cc
@@ -65,7 +65,7 @@ namespace l1t {
65
prod.produces<EtSumBxCollection>("EtSumZDC");
66
prod.produces<JetBxCollection>("Jet");
67
prod.produces<TauBxCollection>("Tau");
68
- prod.produces<float>("CICADAScore");
+ prod.produces<CICADABxCollection>("CICADAScore");
69
prod.produces<GlobalAlgBlkBxCollection>();
70
prod.produces<GlobalExtBlkBxCollection>();
71
for (int i = 2; i < 7; ++i) { // Collections from boards 2-6
0 commit comments