Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:30

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 #
0004 # attention: default is changed to work on unsuppressed digis!! ##############
0005 #
0006 simEcalTriggerPrimitiveDigis = cms.EDProducer("EcalTrigPrimProducer",
0007     BarrelOnly = cms.bool(False),
0008     InstanceEB = cms.string(''),
0009     InstanceEE = cms.string(''),
0010     binOfMaximum = cms.int32(6), ## optional from release 200 on, from 1-10
0011     Famos = cms.bool(False),
0012     TcpOutput = cms.bool(False),
0013     Debug = cms.bool(False),
0014     Label = cms.string('simEcalUnsuppressedDigis')
0015 )
0016 
0017