CMS 3D CMS Logo

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