CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/JetMETAnalysis/METSkims/python/METSkims_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from JetMETAnalysis.METSkims.metHigh_Sequences_cff import *
00004 from JetMETAnalysis.METSkims.metLow_Sequences_cff import *
00005 #include "JetMETAnalysis/METSkims/data/sumET_Sequences.cff"
00006 METSkims = cms.Sequence(metHighSkimHLTFilter+metLowSkimHLTFilter)
00007