1 = cms.EDFilter(
"EleIdLikelihoodRef",
2 filter = cms.bool(
False),
3 threshold = cms.double(0.5),
4 src = cms.InputTag(
"gedGsfElectrons"),
5 reducedBarrelRecHitCollection = cms.InputTag(
"reducedEcalRecHitsEB"),
6 reducedEndcapRecHitCollection = cms.InputTag(
"reducedEcalRecHitsEE"),
7 doLikelihood = cms.bool(
True)