CMS 3D CMS Logo

l1tPhase2L1CaloEGammaEmulator_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from L1Trigger.L1CaloTrigger.phase2L1CaloEGammaEmulator_cfi import phase2L1CaloEGammaEmulator
4 l1tPhase2L1CaloEGammaEmulator = phase2L1CaloEGammaEmulator.clone()
5 
6 from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2
7 premix_stage2.toModify(l1tPhase2L1CaloEGammaEmulator,
8  ecalTPEB = "DMEcalEBTriggerPrimitiveDigis",
9  hcalTP = "DMHcalTriggerPrimitiveDigis",
10 )