00001 import FWCore.ParameterSet.Config as cms 00002 00003 # 00004 # attention: default is changed to work on unsuppressed digis!! ############## 00005 # 00006 simEcalTriggerPrimitiveDigis = cms.EDProducer("EcalTrigPrimProducer", 00007 BarrelOnly = cms.bool(False), 00008 InstanceEB = cms.string(''), 00009 InstanceEE = cms.string(''), 00010 binOfMaximum = cms.int32(6), ## optional from release 200 on, from 1-10 00011 Famos = cms.bool(False), 00012 TcpOutput = cms.bool(False), 00013 Debug = cms.bool(False), 00014 Label = cms.string('simEcalUnsuppressedDigis') 00015 ) 00016 00017