Main Page
Namespaces
Classes
Package Documentation
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
pfParticleSelectionTask = cms.Task(
9
pfNoPileUpIsoTask,
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
#pfNoPileUpJMETask,
14
pfNoPileUpTask,
15
pfSortByTypeTask
16
)
17
pfParticleSelectionSequence = cms.Sequence(pfParticleSelectionTask)
pfNoPileUpIso_cff
pfSortByType_cff
pfNoPileUp_cff
pfNoPileUpJME_cff
Generated for CMSSW Reference Manual by
1.8.11