Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoEgamma
ElectronIdentification
python
electronIdNeuralNet_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
eidNeuralNet = cms.EDFilter(
"EleIdNeuralNetRef"
,
4
filter = cms.bool(
False
),
5
threshold = cms.double(0.5),
6
src = cms.InputTag(
"gedGsfElectrons"
),
7
doNeuralNet = cms.bool(
True
),
8
weightsDir = cms.string(
''
),
9
NN_set = cms.string(
'ZeeZmumuJets-2500ev'
)
10
)
11
12
Config
Generated for CMSSW Reference Manual by
1.8.5