![]() |
|
|||
File indexing completed on 2023-03-17 11:26:05
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # 0004 # module to make the mvaComputer 0005 # 0006 findTtSemiLepSignalSelMVA = cms.EDProducer("TtSemiLepSignalSelMVAComputer", 0007 ## met input 0008 mets = cms.InputTag("patMETs"), 0009 ## jet input 0010 jets = cms.InputTag("selectedPatJets"), 0011 ## lepton input 0012 muons = cms.InputTag("selectedPatMuons"), 0013 elecs = cms.InputTag("selectedPatElectrons") 0014 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |