CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 )