CMS 3D CMS Logo

hcalTTPDigis_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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 )
18 )