CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hfRecoEcalCandidate_cfi.py
Go to the documentation of this file.
2 
3 # HF RecoEcalCandidate Producer
4 hfRecoEcalCandidate = cms.EDProducer("HFRecoEcalCandidateProducer",
5  e9e25Cut = cms.double(0.94),
6  hfclusters = cms.InputTag("hfEMClusters"),
7  intercept2DCut = cms.double(0.3),
8  Correct = cms.bool(True),
9  e1e9Cut= cms.vdouble(-1,99),
10  eCOREe9Cut= cms.vdouble(-1,99),
11  eSeLCut= cms.vdouble(-1,99)
12  )
13 
14 
15