CMS 3D CMS Logo

pfParticleSelection_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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)