Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
PhysicsTools
PatAlgos
python
producersLayer1
electronProducer_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.electronId_cff
import
*
5
from
PhysicsTools.PatAlgos.recoLayer0.electronIsolation_cff
import
*
6
7
# add PAT specifics
8
from
PhysicsTools.PatAlgos.mcMatchLayer0.electronMatch_cfi
import
*
9
10
# produce object
11
from
PhysicsTools.PatAlgos.producersLayer1.electronProducer_cfi
import
*
12
13
makePatElectrons = cms.Sequence(
14
# reco pre-production
15
# patElectronId *
16
# patElectronIsolation *
17
# pat specifics
18
electronMatch *
19
# object production
20
patElectrons
21
)
Config
electronIsolation_cff
electronId_cff
electronProducer_cfi
electronMatch_cfi
Generated for CMSSW Reference Manual by
1.8.5