File indexing completed on 2024-04-06 12:29:23
0001 import FWCore.ParameterSet.Config as cms
0002
0003
0004
0005
0006
0007 simEcalEBTriggerPrimitivePhase2Digis = cms.EDProducer("EcalEBTrigPrimPhase2Producer",
0008 barrelEcalDigis = cms.InputTag("simEcalUnsuppressedDigis"),
0009 binOfMaximum = cms.int32(6),
0010 Famos = cms.bool(False),
0011 TcpOutput = cms.bool(False),
0012 Debug = cms.bool(False)
0013 )
0014
0015
0016 from Configuration.Eras.Modifier_phase2_ecalTP_devel_cff import phase2_ecalTP_devel
0017 phase2_ecalTP_devel.toModify( simEcalEBTriggerPrimitivePhase2Digis)