CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
patSequences_cff.py
Go to the documentation of this file.
2 
3 # make patCandidates
5 
6 # make selectedPatCandidates
8 
9 # make cleanPatCandidates
11 
12 # count cleanPatCandidates (including total number of leptons)
14 
15 patDefaultSequence = cms.Sequence(
16 # remove this (particleFlowPtrs) after we switch to unscheduled mode everywhere
17 # too many places to change otherwise
18  particleFlowPtrs *
19  patCandidates *
20  selectedPatCandidates *
21  cleanPatCandidates *
22  countPatCandidates
23 )