CMS 3D CMS Logo

ecalTriggerPrimitiveDigis_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Trigger Primitive Producer
5 
6 
7 # esmodule creating records + corresponding empty essource
8 # when commented, one takes the configuration from the global tag
9 #
10 #from SimCalorimetry.EcalTrigPrimProducers.ecalTrigPrimESProducer_cff import *
11 
12 #Common
13 from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
14 phase2_hgcal.toModify( simEcalTriggerPrimitiveDigis, BarrelOnly = cms.bool(True) )