CMS 3D CMS Logo

electronIdNeuralNetExt_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoEgamma.ElectronIdentification.neuralNetElectronId_cfi import *
00004 eidNeuralNetExt = cms.EDProducer("EleIdNeuralNetExtProducer",
00005     NeuralNet,
00006     src = cms.InputTag("pixelMatchGsfElectrons"),
00007     doNeuralNet = cms.bool(True),
00008     filter = cms.bool(False),
00009     threshold = cms.double(0.5)
00010 )
00011 
00012 

Generated on Tue Jun 9 17:43:28 2009 for CMSSW by  doxygen 1.5.4