1 = cms.EDProducer(
"HcalTTPDigiProducer",
2 HFDigiCollection = cms.InputTag(
'simHcalDigis' ),
3 HFSoI = cms.int32( 4 ),
4 maskedChannels = cms.vuint32( ),
5 id = cms.untracked.int32( 101 ),
6 samples = cms.int32( 5 ),
7 presamples = cms.int32( 2 ),
8 fwAlgorithm = cms.int32( 1 ),
9 defTT8 = cms.string(
"hits>=2"),
10 defTT9 = cms.string(
"hits>=2:hfp>=1:hfm>=1"),
11 defTT10 = cms.string(
"hits>=3:hfp>=1:hfm>=1"),
12 defTTLocal = cms.string(
"hits>=4"),
13 iEtaMin = cms.int32( 33 ),
14 iEtaMax = cms.int32( 41 ),
15 threshold = cms.uint32( 2 )