CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
electronIdLikelihood_cfi.py
Go to the documentation of this file.
2 
5 eidLikelihood = cms.EDFilter("EleIdLikelihoodRef",
6  filter = cms.bool(False),
7  threshold = cms.double(0.5),
8  src = cms.InputTag("gsfElectrons"),
9  reducedBarrelRecHitCollection = cms.InputTag("reducedEcalRecHitsEB"),
10  reducedEndcapRecHitCollection = cms.InputTag("reducedEcalRecHitsEE"),
11  doLikelihood = cms.bool(True)
12 )
13 
14