1 import FWCore.ParameterSet.Config
as cms
6 from Validation.RecoParticleFlow.pfElectronBenchmarkGeneric_cfi
import pfElectronBenchmarkGeneric
11 gensource = cms.EDProducer(
13 src = cms.InputTag(
"genParticles"),
21 pfElectronBenchmarkGeneric.InputRecoLabel = cms.InputTag(
"pfAllElectrons")
22 pfElectronBenchmarkGeneric.InputTruthLabel = cms.InputTag(
"gensource")
23 pfAllElectrons.src = cms.InputTag(
"pfNoPileUp")
25 electronBenchmarkGeneric = cms.Sequence(
29 pfElectronBenchmarkGeneric