test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfParticleSelection_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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  )