CMS 3D CMS Logo

hfRecoEcalCandidate_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # HF RecoEcalCandidate Producer
00004 hfRecoEcalCandidate = cms.EDProducer("HFRecoEcalCandidateProducer",
00005     e9e25Cut = cms.double(0.88),
00006     hfclusters = cms.untracked.InputTag("hfEMClusters"),
00007     intercept2DCut = cms.double(0.16),
00008     Correct = cms.bool(True)
00009 )
00010 
00011 

Generated on Tue Jun 9 17:43:22 2009 for CMSSW by  doxygen 1.5.4