1 import FWCore.ParameterSet.Config
as cms
6 simEcalTriggerPrimitiveDigis = cms.EDProducer(
"EcalTrigPrimProducer",
7 BarrelOnly = cms.bool(
False),
8 InstanceEB = cms.string(
''),
9 InstanceEE = cms.string(
''),
10 binOfMaximum = cms.int32(6),
11 Famos = cms.bool(
False),
12 TcpOutput = cms.bool(
False),
13 Debug = cms.bool(
False),
14 Label = cms.string(
'simEcalUnsuppressedDigis')