CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/RecoEgamma/ElectronIdentification/python/electronIdNeuralNet_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 eidNeuralNet = cms.EDFilter("EleIdNeuralNetRef",
00004     filter = cms.bool(False),
00005     threshold = cms.double(0.5),
00006     src = cms.InputTag("gsfElectrons"),
00007     doNeuralNet = cms.bool(True),
00008     weightsDir = cms.string(''),
00009     NN_set = cms.string('ZeeZmumuJets-2500ev')
00010 )
00011 
00012