CMS 3D CMS Logo

AODSIMSumET_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 AODSIMSumETEventContent = cms.PSet(
6  outputCommands = cms.untracked.vstring()
7 )
8 AODSIMSumETEventContent.outputCommands.extend(AODSIMEventContent.outputCommands)
9 AODSIMSumETEventContent.outputCommands.extend(sumETEventContent.outputCommands)
10