Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007
00008
00009
00010 from TopQuarkAnalysis.Examples.HypothesisAnalyzer_cfi import *
00011 analyzeGenMatch = analyzeHypothesis.clone()
00012 analyzeMaxSumPtWMass = analyzeHypothesis.clone()
00013 analyzeMVADisc = analyzeHypothesis.clone()
00014
00015
00016 analyzeGenMatch.hypoClassKey = "ttSemiLepHypGenMatch:Key"
00017 analyzeMaxSumPtWMass.hypoClassKey = "ttSemiLepHypMaxSumPtWMass:Key"
00018 analyzeMVADisc.hypoClassKey = "ttSemiLepHypMVADisc:Key"
00019
00020
00021 analyzeHypotheses = cms.Sequence(analyzeGenMatch *
00022 analyzeMaxSumPtWMass *
00023 analyzeMVADisc)