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 geom hypothesis with all necessary 
0005 # ingredients
0006 #
0007 
0008 ## configure geom hyothesis
0009 from TopQuarkAnalysis.TopJetCombination.TtSemiLepJetCombGeom_cfi import *
0010 from TopQuarkAnalysis.TopJetCombination.TtSemiLepHypGeom_cfi import *
0011 
0012 ## make hypothesis
0013 makeHypothesis_geomTask = cms.Task(
0014     findTtSemiLepJetCombGeom,
0015     ttSemiLepHypGeom
0016 )
0017 makeHypothesis_geom = cms.Sequence(makeHypothesis_geomTask)