Skip to content

Commit

Permalink
fix renaming in SimL1EmulatorDM
Browse files Browse the repository at this point in the history
(cherry picked from commit 01d1d01)
  • Loading branch information
ccaillol committed Sep 9, 2022
1 parent eeb7cf4 commit 443ad71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configuration/StandardSequences/python/SimL1EmulatorDM_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#
simHcalTechTrigDigis.ttpDigiCollection = "DMHcalTTPDigis"
#
hgcalVFEProducer.eeDigis = "mixData:HGCDigisEE"
hgcalVFEProducer.fhDigis = "mixData:HGCDigisHEfront"
hgcalVFEProducer.bhDigis = "mixData:HGCDigisHEback"
l1tHGCalVFEProducer.eeDigis = "mixData:HGCDigisEE"
l1tHGCalVFEProducer.fhDigis = "mixData:HGCDigisHEfront"
l1tHGCalVFEProducer.bhDigis = "mixData:HGCDigisHEback"

from Configuration.Eras.Modifier_stage2L1Trigger_cff import stage2L1Trigger
# Legacy and Stage-1 Trigger
Expand Down

0 comments on commit 443ad71

Please sign in to comment.