CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimCalorimetry/HcalTrigPrimProducers/python/hcalTTPDigis_cfi.py

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