CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoEgamma/ElectronIdentification/python/electronIdNeuralNetExt_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 eidNeuralNetExt = cms.EDProducer("EleIdNeuralNetExtProducer",
00004     src = cms.InputTag("gsfElectrons"),
00005     doNeuralNet = cms.bool(True),
00006     weightsDir = cms.string(''),
00007     NN_set = cms.string('ZeeZmumuJets-2500ev')
00008 )
00009 
00010