Skip to content

Commit

Permalink
Update input tag to have CICADAScore name
Browse files Browse the repository at this point in the history
  • Loading branch information
aloeliger committed Aug 30, 2024
1 parent f2d3930 commit e67d71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventFilter/L1TRawToDigi/python/gtStage2Raw_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
JetInputTag = cms.InputTag("simCaloStage2Digis"),
EtSumInputTag = cms.InputTag("simCaloStage2Digis"),
EtSumZDCInputTag = cms.InputTag("l1tZDCEtSums"),
CICADAScoreInputTag = cms.InputTag("simCaloStage2Layer1Summary"),
CICADAScoreInputTag = cms.InputTag("simCaloStage2Layer1Summary", "CICADAScore"),
FedId = cms.int32(1404),
FWId = cms.uint32(0x1150), # FW w/ 2loose hadronic showers.
lenSlinkHeader = cms.untracked.int32(8),
Expand Down

0 comments on commit e67d71b

Please sign in to comment.