00001 cms.EDProducer("HcalTTPDigiProducer",
00002 HFDigiCollection = cms.InputTag( 'simHcalDigis' ),
00003 HFSoI = cms.int32( 4 ),
00004 maskedChannels = cms.vuint32( ),
00005 id = cms.untracked.int32( 101 ),
00006 samples = cms.int32( 5 ),
00007 presamples = cms.int32( 2 ),
00008 fwAlgorithm = cms.int32( 1 ),
00009 defTT8 = cms.string("hits>=2"),
00010 defTT9 = cms.string("hits>=2:hfp>=1:hfm>=1"),
00011 defTT10 = cms.string("hits>=3:hfp>=1:hfm>=1"),
00012 defTTLocal = cms.string("hits>=4"),
00013 iEtaMin = cms.int32( 33 ),
00014 iEtaMax = cms.int32( 41 ),
00015 threshold = cms.uint32( 2 )
00016 )