Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
PhysicsTools
PatAlgos
python
selectionLayer1
selectedPatCandidates_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
PhysicsTools.PatAlgos.selectionLayer1.electronSelector_cfi
import
*
4
from
PhysicsTools.PatAlgos.selectionLayer1.muonSelector_cfi
import
*
5
from
PhysicsTools.PatAlgos.selectionLayer1.tauSelector_cfi
import
*
6
from
PhysicsTools.PatAlgos.selectionLayer1.photonSelector_cfi
import
*
7
from
PhysicsTools.PatAlgos.selectionLayer1.jetSelector_cfi
import
*
8
#from PhysicsTools.PatAlgos.producersLayer1.hemisphereProducer_cfi import *
9
10
# One module to count objects
11
selectedPatCandidateSummary = cms.EDAnalyzer(
"CandidateSummaryTable"
,
12
logName = cms.untracked.string(
"selectedPatCanddiates|PATSummaryTables"
),
13
candidates = cms.VInputTag(
14
cms.InputTag(
"selectedPatElectrons"
),
15
cms.InputTag(
"selectedPatMuons"
),
16
cms.InputTag(
"selectedPatTaus"
),
17
cms.InputTag(
"selectedPatPhotons"
),
18
cms.InputTag(
"selectedPatJets"
),
19
)
20
)
21
22
23
selectedPatCandidates = cms.Sequence(
24
selectedPatElectrons +
25
selectedPatMuons +
26
selectedPatTaus +
27
selectedPatPhotons +
28
selectedPatJets +
29
selectedPatCandidateSummary
30
)
Config
electronSelector_cfi
photonSelector_cfi
tauSelector_cfi
jetSelector_cfi
muonSelector_cfi
Generated for CMSSW Reference Manual by
1.8.5