test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
sumET_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 sumETEventContent = cms.PSet(
4  outputCommands = cms.untracked.vstring()
5 )
6 sumETEventSelection = cms.PSet(
7  SelectEvents = cms.untracked.PSet(
8  SelectEvents = cms.vstring('sumETHLTPath')
9  )
10 )
11