Main Page
Namespaces
Classes
Package Documentation
RecoEgamma
ElectronIdentification
python
egmGsfElectronIDs_cff.py
Go to the documentation of this file.
1
# Misc loads for VID framework
2
from
RecoEgamma.ElectronIdentification.egmGsfElectronIDs_cfi
import
*
3
from
PhysicsTools.SelectorUtils.centralIDRegistry
import
central_id_registry
4
5
# Load the producer module to build full 5x5 cluster shapes and whatever
6
# else is needed for IDs
7
# NOTE: Presently this producer is not needed because all variables
8
# that it produces are already available as standard electron variables.
9
# When it is needed again, uncomment the lone below.
10
# Do not forget to also add "electronIDValueMapProducer" to the sequence
11
# defined below!
12
#
13
#from RecoEgamma.ElectronIdentification.ElectronIDValueMapProducer_cfi import *
14
15
# Load the producer for MVA IDs. Make sure it is also added to the sequence!
16
from
RecoEgamma.ElectronIdentification.ElectronMVAValueMapProducer_cfi
import
*
17
from
RecoEgamma.ElectronIdentification.ElectronRegressionValueMapProducer_cfi
import
*
18
19
egmGsfElectronIDTask = cms.Task(
20
electronMVAValueMapProducer,
21
egmGsfElectronIDs,
22
electronRegressionValueMapProducer
23
)
24
egmGsfElectronIDSequence = cms.Sequence(egmGsfElectronIDTask)
ElectronRegressionValueMapProducer_cfi
ElectronMVAValueMapProducer_cfi
egmGsfElectronIDs_cfi
Generated for CMSSW Reference Manual by
1.8.11