CMS 3D CMS Logo

patSequences_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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  patCandidates *
17  selectedPatCandidates *
18  cleanPatCandidates *
19  countPatCandidates
20 )