Main Page
Namespaces
Classes
Package Documentation
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
patCandidates *
17
selectedPatCandidates *
18
cleanPatCandidates *
19
countPatCandidates
20
)
patCandidates_cff
cleanPatCandidates_cff
selectedPatCandidates_cff
countPatCandidates_cff
Generated for CMSSW Reference Manual by
1.8.11