Main Page
Namespaces
Classes
Package Documentation
TopQuarkAnalysis
TopEventSelection
python
TtSemiLepSignalSelMVAComputer_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# module to make the mvaComputer
5
#
6
findTtSemiLepSignalSelMVA = cms.EDProducer(
"TtSemiLepSignalSelMVAComputer"
,
7
## met input
8
mets = cms.InputTag(
"patMETs"
),
9
## jet input
10
jets = cms.InputTag(
"selectedPatJets"
),
11
## lepton input
12
muons = cms.InputTag(
"selectedPatMuons"
),
13
elecs = cms.InputTag(
"selectedPatElectrons"
)
14
)
Generated for CMSSW Reference Manual by
1.8.11