1 import FWCore.ParameterSet.Config
as cms
6 simEcalEBTriggerPrimitiveDigis = cms.EDProducer(
"EcalEBTrigPrimProducer",
7 BarrelOnly = cms.bool(
True),
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 nOfSamples = cms.int32(1)