CMS 3D CMS Logo

HypothesisAnalyzer_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # make simple analysis plots for a comparison
00005 # between a simple algorithmic and a gen match
00006 # event hypothesis
00007 #
00008 
00009 # initialize analyzers
00010 import TopQuarkAnalysis.Examples.HypothesisAnalyzer_cfi
00011 analyzeMaxSumPtWMass = TopQuarkAnalysis.Examples.HypothesisAnalyzer_cfi.analyzeHypothesis.clone()
00012 analyzeGenMatch      = TopQuarkAnalysis.Examples.HypothesisAnalyzer_cfi.analyzeHypothesis.clone()
00013 
00014 # configure analyzers
00015 analyzeMaxSumPtWMass.hypoClassKey = 'ttSemiLepHypMaxSumPtWMass:Key'
00016 analyzeGenMatch.hypoClassKey      = 'ttSemiLepHypGenMatch:Key'
00017 
00018 # define sequence
00019 analyzeAllHypotheses = cms.Sequence(analyzeMaxSumPtWMass*analyzeGenMatch)

Generated on Tue Jun 9 17:48:05 2009 for CMSSW by  doxygen 1.5.4