CMS 3D CMS Logo

ecalEBTriggerPrimitivePhase2Digis_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # attention: default is changed to work on unsuppressed digis!! ##############
5 #
6 
7 simEcalEBTriggerPrimitivePhase2Digis = cms.EDProducer("EcalEBTrigPrimPhase2Producer",
8  barrelEcalDigis = cms.InputTag("simEcalUnsuppressedDigis"),
9  binOfMaximum = cms.int32(6),
10  Famos = cms.bool(False),
11  TcpOutput = cms.bool(False),
12  Debug = cms.bool(False)
13 )
14 
15 
16 from Configuration.Eras.Modifier_phase2_ecalTP_devel_cff import phase2_ecalTP_devel
17 phase2_ecalTP_devel.toModify( simEcalEBTriggerPrimitivePhase2Digis)