CMS 3D CMS Logo

hfClusterShapes_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # HFEMClusterShape producer
4 hfEMClusters = cms.EDProducer("HFEMClusterProducer",
5  hits = cms.InputTag("hfreco"),
6  minTowerEnergy = cms.double(4.0),
7  seedThresholdET = cms.double(5.0),
8  maximumSL = cms.double(98),
9  maximumRenergy = cms.double(50),
10  usePMTFlag = cms.bool(True),
11  forcePulseFlagMC=cms.bool(False),
12  usePulseFlag = cms.bool(True),
13  correctionType = cms.int32(1)
14  )