CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/HiggsAnalysis/Skimming/python/heavyChHiggsToTauNu_Sequences_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from HiggsAnalysis.Skimming.heavyChHiggsToTauNu_HLTPaths_cfi import *
00004 from HiggsAnalysis.Skimming.heavyChHiggsToTauNu_Filter_cfi import *
00005 heavyChHiggsToTauNuHLTrigReport = cms.EDAnalyzer("HLTrigReport",
00006     HLTriggerResults = cms.InputTag("TriggerResults")
00007 )
00008 
00009 heavyChHiggsToTauNuSequence = cms.Sequence(heavyChHiggsToTauNuHLTrigReport+heavyChHiggsToTauNuHLTFilter+heavyChHiggsToTauNuFilter)
00010