Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
PhysicsTools
PatAlgos
python
patSequences_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# make patCandidates
4
from
PhysicsTools.PatAlgos.producersLayer1.patCandidates_cff
import
*
5
6
# make selectedPatCandidates
7
from
PhysicsTools.PatAlgos.selectionLayer1.selectedPatCandidates_cff
import
*
8
9
# make cleanPatCandidates
10
from
PhysicsTools.PatAlgos.cleaningLayer1.cleanPatCandidates_cff
import
*
11
12
# count cleanPatCandidates (including total number of leptons)
13
from
PhysicsTools.PatAlgos.selectionLayer1.countPatCandidates_cff
import
*
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
)
patCandidates_cff
Config
cleanPatCandidates_cff
selectedPatCandidates_cff
countPatCandidates_cff
Generated for CMSSW Reference Manual by
1.8.5