CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/RecoEgamma/EgammaHFProducers/python/hfClusterShapes_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # HFEMClusterShape producer
00004 hfEMClusters = cms.EDProducer("HFEMClusterProducer",
00005                               hits = cms.InputTag("hfreco"),
00006                               minTowerEnergy = cms.double(4.0),
00007                               seedThresholdET = cms.double(5.0),
00008                               maximumSL = cms.double(98),
00009                               maximumRenergy  = cms.double(50),                    
00010                               usePMTFlag = cms.bool(True),
00011                               forcePulseFlagMC=cms.bool(False),
00012                               usePulseFlag = cms.bool(True),
00013                               correctionType = cms.int32(0)
00014                               )