1 import FWCore.ParameterSet.Config
as cms
5 higgsToInvisibleEventContentAODSIM = cms.PSet(
6 outputCommands = cms.untracked.vstring()
8 higgsToInvisibleEventContentAODSIM.outputCommands.extend(AODSIMEventContent.outputCommands)
9 higgsToInvisibleEventContentAODSIM.outputCommands.extend(higgsToInvisibleEventContent.outputCommands)