Main Page
Namespaces
Classes
Package Documentation
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.ootPhotonSelector_cff
import
*
8
from
PhysicsTools.PatAlgos.selectionLayer1.jetSelector_cfi
import
*
9
#from PhysicsTools.PatAlgos.producersLayer1.hemisphereProducer_cfi import *
10
11
# One module to count objects
12
selectedPatCandidateSummary = cms.EDAnalyzer(
"CandidateSummaryTable"
,
13
logName = cms.untracked.string(
"selectedPatCanddiates|PATSummaryTables"
),
14
candidates = cms.VInputTag(
15
cms.InputTag(
"selectedPatElectrons"
),
16
cms.InputTag(
"selectedPatMuons"
),
17
cms.InputTag(
"selectedPatTaus"
),
18
cms.InputTag(
"selectedPatPhotons"
),
19
cms.InputTag(
"selectedPatOOTPhotons"
),
20
cms.InputTag(
"selectedPatJets"
),
21
)
22
)
23
24
selectedPatCandidatesTask = cms.Task(
25
selectedPatElectrons,
26
selectedPatMuons,
27
selectedPatTaus,
28
selectedPatPhotons,
29
selectedPatOOTPhotons,
30
selectedPatJets
31
)
32
33
selectedPatCandidates = cms.Sequence(selectedPatCandidateSummary, selectedPatCandidatesTask)
electronSelector_cfi
photonSelector_cfi
tauSelector_cfi
jetSelector_cfi
muonSelector_cfi
ootPhotonSelector_cff
Generated for CMSSW Reference Manual by
1.8.11