CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
electronIdNeuralNet_cfi.py
Go to the documentation of this file.
2 
3 eidNeuralNet = cms.EDFilter("EleIdNeuralNetRef",
4  filter = cms.bool(False),
5  threshold = cms.double(0.5),
6  src = cms.InputTag("gsfElectrons"),
7  doNeuralNet = cms.bool(True),
8  weightsDir = cms.string(''),
9  NN_set = cms.string('ZeeZmumuJets-2500ev')
10 )
11 
12