Back to home page

Project CMSSW displayed by LXR

 
 

    


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 findTtFullHadSignalSelMVA = cms.EDProducer("TtFullHadSignalSelMVAComputer",
0007     ## jet input
0008     jets  = cms.InputTag("selectedPatJets")
0009 )