CMS 3D CMS Logo

TtSemiLepHypGeom_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # produce geom hypothesis with all necessary
5 # ingredients
6 #
7 
8 ## configure geom hyothesis
11 
12 ## make hypothesis
13 makeHypothesis_geomTask = cms.Task(
14  findTtSemiLepJetCombGeom,
15  ttSemiLepHypGeom
16 )
17 makeHypothesis_geom = cms.Sequence(makeHypothesis_geomTask)
configure geom hyothesis