CMS 3D CMS Logo

ttSemiLepEvtHypotheses_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # produce ttSemiLep event hypotheses
5 #
6 
7 
9 
10 
12 
13 
15 
16 
18 
19 
21 
22 
24 
25 
27 
28 
30 
31 
32 makeTtSemiLepHypothesesTask = cms.Task(
33  makeHypothesis_geomTask,
34  makeHypothesis_wMassDeltaTopMassTask,
35  makeHypothesis_wMassMaxSumPtTask,
36  makeHypothesis_maxSumPtWMassTask,
37  makeHypothesis_genMatchTask,
38  makeHypothesis_mvaDiscTask,
39  makeHypothesis_kinFitTask,
40  makeHypothesis_hitFitTask
41 )
42 makeTtSemiLepHypotheses = cms.Sequence(makeTtSemiLepHypothesesTask)
mvaDisc hypothesis
genMatch hypothesis
wMassMaxSumPt hypothesis
hitFit hypothesis
kinFit hypothesis
geom hypothesis
maxSumPtWMass hypothesis
wMassDeltaTopMass hypothesis