Skip to content

Commit

Permalink
Merge pull request #25193 from mandrenguyen/l1tExplictRawLabel104X
Browse files Browse the repository at this point in the history
Add explicit raw collection label for L1TRawToDigi
  • Loading branch information
cmsbuild authored Nov 12, 2018
2 parents f047f74 + 09ff73e commit c6061f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions EventFilter/L1TRawToDigi/python/caloStage1Digis_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

caloStage1Digis = cms.EDProducer(
"L1TRawToDigi",
InputLabel = cms.InputTag("rawDataCollector"),
Setup = cms.string("stage1::CaloSetup"),
FedIds = cms.vint32(1352),
# Uncomment the following for 74x legacy MC
Expand Down
1 change: 1 addition & 0 deletions EventFilter/L1TRawToDigi/python/caloStage2Digis_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

caloStage2Digis = cms.EDProducer(
"L1TRawToDigi",
InputLabel = cms.InputTag("rawDataCollector"),
Setup = cms.string("stage2::CaloSetup"),
FedIds = cms.vint32( 1360, 1366 ),
FWId = cms.uint32(0),
Expand Down
1 change: 1 addition & 0 deletions EventFilter/L1TRawToDigi/python/gmtStage2Digis_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

gmtStage2Digis = cms.EDProducer(
"L1TRawToDigi",
InputLabel = cms.InputTag("rawDataCollector"),
Setup = cms.string("stage2::GMTSetup"),
FedIds = cms.vint32(1402),
)
1 change: 1 addition & 0 deletions EventFilter/L1TRawToDigi/python/gtStage2Digis_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

gtStage2Digis = cms.EDProducer(
"L1TRawToDigi",
InputLabel = cms.InputTag("rawDataCollector"),
Setup = cms.string("stage2::GTSetup"),
FedIds = cms.vint32( 1404 ),
)

0 comments on commit c6061f4

Please sign in to comment.