Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
PhysicsTools
PatAlgos
python
producersLayer1
photonProducer_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# prepare reco information
4
from
PhysicsTools.PatAlgos.recoLayer0.photonIsolation_cff
import
*
5
6
# add PAT specifics
7
from
PhysicsTools.PatAlgos.mcMatchLayer0.photonMatch_cfi
import
*
8
9
# produce object
10
from
PhysicsTools.PatAlgos.producersLayer1.photonProducer_cfi
import
*
11
12
makePatPhotons = cms.Sequence(
13
# reco pre-production
14
# patPhotonIsolation *
15
# pat specifics
16
photonMatch *
17
# object production
18
patPhotons
19
)
photonProducer_cfi
Config
photonIsolation_cff
photonMatch_cfi
Generated for CMSSW Reference Manual by
1.8.5