Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CommonTools
ParticleFlow
python
pfParticleSelection_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
CommonTools.ParticleFlow.pfNoPileUpIso_cff
import
*
4
from
CommonTools.ParticleFlow.pfNoPileUpJME_cff
import
*
5
from
CommonTools.ParticleFlow.pfNoPileUp_cff
import
*
6
from
CommonTools.ParticleFlow.ParticleSelectors.pfSortByType_cff
import
*
7
8
pfParticleSelectionSequence = cms.Sequence(
9
pfNoPileUpIsoSequence +
10
# In principle JME sequence should go here, but this is used in RECO
11
# in addition to here, and is used in the "first-step" PF process
12
# so needs to go later.
13
#pfNoPileUpJMESequence +
14
pfNoPileUpSequence +
15
pfSortByTypeSequence
16
)
pfNoPileUpIso_cff
pfSortByType_cff
Config
pfNoPileUp_cff
pfNoPileUpJME_cff
Generated for CMSSW Reference Manual by
1.8.5