CMS 3D CMS Logo

RECOSIMMetLow_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 RECOSIMMetLowEventContent = cms.PSet(
6  outputCommands = cms.untracked.vstring()
7 )
8 RECOSIMMetLowEventContent.outputCommands.extend(RECOSIMEventContent.outputCommands)
9 RECOSIMMetLowEventContent.outputCommands.extend(metLowEventContent.outputCommands)
10