CMS 3D CMS Logo

metHigh_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 metHighEventContent = cms.PSet(
4  outputCommands = cms.untracked.vstring()
5 )
6 metHighEventSelection = cms.PSet(
7  SelectEvents = cms.untracked.PSet(
8  SelectEvents = cms.vstring('metHighHLTPath')
9  )
10 )
11