CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from HiggsAnalysis.Skimming.higgsToWW2Leptons_HLTPaths_cfi import *
00004 from HiggsAnalysis.Skimming.higgsToWW2Leptons_Filter_cfi import *
00005 higgsToWWTrigReport = cms.EDAnalyzer("HLTrigReport",
00006     HLTriggerResults = cms.InputTag("TriggerResults")
00007 )
00008 
00009 higgsToWW2LeptonsSequence = cms.Sequence(higgsToWWTrigReport+higgsToWW2LeptonsHLTFilter+higgsToWW2LeptonsFilter)
00010