Skip to content

Commit

Permalink
Fix bad "produces" specification
Browse files Browse the repository at this point in the history
  • Loading branch information
aloeliger committed Jun 24, 2024
1 parent 8d28d38 commit 1e4041d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ namespace l1t {
prod.produces<EtSumBxCollection>("EtSumZDC");
prod.produces<JetBxCollection>("Jet");
prod.produces<TauBxCollection>("Tau");
prod.produces<float>("CICADAScore");
prod.produces<CICADABxCollection>("CICADAScore");
prod.produces<GlobalAlgBlkBxCollection>();
prod.produces<GlobalExtBlkBxCollection>();
for (int i = 2; i < 7; ++i) { // Collections from boards 2-6
Expand Down

0 comments on commit 1e4041d

Please sign in to comment.