Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoEgamma
PhotonIdentification
python
egmPhotonIDs_cff.py
Go to the documentation of this file.
1
# Misc loads for VID framework
2
from
RecoEgamma.PhotonIdentification.egmPhotonIDs_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
from
RecoEgamma.PhotonIdentification.PhotonIDValueMapProducer_cfi
import
*
8
9
# Load the producer for MVA IDs. Make sure it is also added to the sequence!
10
from
RecoEgamma.PhotonIdentification.PhotonMVAValueMapProducer_cfi
import
*
11
from
RecoEgamma.PhotonIdentification.PhotonRegressionValueMapProducer_cfi
import
*
12
13
# The sequence below is important. The MVA ValueMapProducer
14
# needs to be downstream from the ID ValueMapProducer because it relies
15
# on some of its products
16
egmPhotonIDSequence = cms.Sequence(photonIDValueMapProducer * photonMVAValueMapProducer * egmPhotonIDs * photonRegressionValueMapProducer )
PhotonIDValueMapProducer_cfi
PhotonMVAValueMapProducer_cfi
egmPhotonIDs_cfi
PhotonRegressionValueMapProducer_cfi
Generated for CMSSW Reference Manual by
1.8.5