CMS 3D CMS Logo

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