Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
PhysicsTools
PatAlgos
python
cleaningLayer1
cleanPatCandidates_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
PhysicsTools.PatAlgos.cleaningLayer1.electronCleaner_cfi
import
*
4
from
PhysicsTools.PatAlgos.cleaningLayer1.muonCleaner_cfi
import
*
5
from
PhysicsTools.PatAlgos.cleaningLayer1.tauCleaner_cfi
import
*
6
from
PhysicsTools.PatAlgos.cleaningLayer1.photonCleaner_cfi
import
*
7
from
PhysicsTools.PatAlgos.cleaningLayer1.jetCleaner_cfi
import
*
8
from
PhysicsTools.PatAlgos.producersLayer1.hemisphereProducer_cfi
import
*
9
#FIXME ADD MHT
10
11
# One module to count objects
12
cleanPatCandidateSummary = cms.EDAnalyzer(
"CandidateSummaryTable"
,
13
logName = cms.untracked.string(
"cleanPatCandidates|PATSummaryTables"
),
14
candidates = cms.VInputTag(
15
cms.InputTag(
"cleanPatElectrons"
),
16
cms.InputTag(
"cleanPatMuons"
),
17
cms.InputTag(
"cleanPatTaus"
),
18
cms.InputTag(
"cleanPatPhotons"
),
19
cms.InputTag(
"cleanPatJets"
),
20
)
21
)
22
23
cleanPatCandidatesTask = cms.Task(
24
cleanPatMuons,
25
cleanPatElectrons,
26
cleanPatPhotons,
27
cleanPatTaus,
28
cleanPatJets
29
)
30
cleanPatCandidates = cms.Sequence(cleanPatCandidateSummary, cleanPatCandidatesTask)
hemisphereProducer_cfi
jetCleaner_cfi
electronCleaner_cfi
tauCleaner_cfi
muonCleaner_cfi
photonCleaner_cfi
Generated for CMSSW Reference Manual by
1.8.5