CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/HiggsAnalysis/Skimming/python/higgsToInvisible_Sequences_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from HiggsAnalysis.Skimming.higgsToInvisible_HLTPaths_cfi import *
00004 higgsToInvisibleTrigReport = cms.EDAnalyzer("HLTrigReport",
00005     HLTriggerResults = cms.InputTag("TriggerResults")
00006 )
00007 
00008 higgsToInvisibleSequence = cms.Sequence(higgsToInvisibleTrigReport+higgsToInvisibleHLTFilter)
00009