CMS 3D CMS Logo

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 
8  mets = cms.InputTag("patMETs"),
9 
10  jets = cms.InputTag("selectedPatJets"),
11 
12  muons = cms.InputTag("selectedPatMuons"),
13  elecs = cms.InputTag("selectedPatElectrons")
14 )