CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalTriggerPrimitiveDigis_mc_cfi.py
Go to the documentation of this file.
2 
3 #
4 # attention: default is changed to work on unsuppressed digis!! ##############
5 #
6 simEcalTriggerPrimitiveDigis = cms.EDProducer("EcalTrigPrimProducer",
7  BarrelOnly = cms.bool(False),
8  InstanceEB = cms.string(''),
9  InstanceEE = cms.string(''),
10  binOfMaximum = cms.int32(6), ## optional from release 200 on, from 1-10
11  Famos = cms.bool(False),
12  TcpOutput = cms.bool(False),
13  Debug = cms.bool(False),
14  Label = cms.string('simEcalUnsuppressedDigis')
15 )
16 
17