Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:21

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 #
0004 # produce maxSumPtWMass hypothesis with all necessary 
0005 # ingredients
0006 #
0007 
0008 ## configure maxSumPtWMass hyothesis
0009 from TopQuarkAnalysis.TopJetCombination.TtSemiLepJetCombMaxSumPtWMass_cfi import *
0010 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypMaxSumPtWMass_cfi import *
0011 
0012 ## make hypothesis
0013 makeHypothesis_maxSumPtWMassTask = cms.Task(
0014     findTtSemiLepJetCombMaxSumPtWMass,
0015     ttSemiLepHypMaxSumPtWMass
0016 )
0017 makeHypothesis_maxSumPtWMass = cms.Sequence(makeHypothesis_maxSumPtWMassTask)