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