Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add needed changes to L1 digi to raw for premixing #20991

Merged
merged 2 commits into from Oct 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions Configuration/StandardSequences/python/DigiToRawDM_cff.py
Expand Up @@ -47,4 +47,17 @@
QIE11 = cms.InputTag("DMHcalDigis","HBHEQIE11DigiCollection"),
TP = cms.InputTag("DMHcalTriggerPrimitiveDigis"),
)
from Configuration.Eras.Modifier_stage2L1Trigger_cff import stage2L1Trigger
stage2L1Trigger.toModify(caloLayer1RawFed1354,
ecalDigis= cms.InputTag("DMEcalTriggerPrimitiveDigis"),
hcalDigis= cms.InputTag("DMHcalTriggerPrimitiveDigis")
)
stage2L1Trigger.toModify(caloLayer1RawFed1356,
ecalDigis= cms.InputTag("DMEcalTriggerPrimitiveDigis"),
hcalDigis= cms.InputTag("DMHcalTriggerPrimitiveDigis")
)
stage2L1Trigger.toModify(caloLayer1RawFed1358,
ecalDigis= cms.InputTag("DMEcalTriggerPrimitiveDigis"),
hcalDigis= cms.InputTag("DMHcalTriggerPrimitiveDigis")
)

Expand Up @@ -19,6 +19,7 @@
simRctDigis.hcalDigis=cms.VInputTag(cms.InputTag("DMHcalTriggerPrimitiveDigis"))
simRctDigis.ecalDigis=cms.VInputTag(cms.InputTag("DMEcalTriggerPrimitiveDigis"))
else:
#seems likely that this code does not support 2015 MC...
simTwinMuxDigis.RPC_Source = cms.InputTag('mixData')
simOmtfDigis.srcRPC = cms.InputTag('mixData')
simCaloStage2Layer1Digis.ecalToken = cms.InputTag("DMEcalTriggerPrimitiveDigis")
Expand Down