CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoEgamma/EgammaHFProducers/python/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.94),
00006                                      hfclusters = cms.InputTag("hfEMClusters"),
00007                                      intercept2DCut = cms.double(0.3),
00008                                      Correct = cms.bool(True),
00009                                      e1e9Cut= cms.vdouble(-1,99),
00010                                      eCOREe9Cut= cms.vdouble(-1,99),
00011                                      eSeLCut= cms.vdouble(-1,99)
00012                                      )
00013 
00014 
00015