CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hcalDigisNoSuppression_cfi.py
Go to the documentation of this file.
2 
3 simHcalDigis = cms.EDProducer("HcalRealisticZS",
4  digiLabel = cms.string("simHcalUnsuppressedDigis"),
5  markAndPass = cms.bool(False),
6  HBlevel = cms.int32(-999),
7  HElevel = cms.int32(-999),
8  HOlevel = cms.int32(-999),
9  HFlevel = cms.int32(-999),
10  HBregion = cms.vint32(0,9),
11  HEregion = cms.vint32(0,9),
12  HOregion = cms.vint32(0,9),
13  HFregion = cms.vint32(0,4),
14  useConfigZSvalues = cms.int32(1)
15 )
16 
17 
18