CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
rsTo2Gamma_RECOSIM_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 rsTo2GammaEventContentRECOSIM = cms.PSet(
6  outputCommands = cms.untracked.vstring()
7 )
8 rsTo2GammaEventContentRECOSIM.outputCommands.extend(RECOSIMEventContent.outputCommands)
9 rsTo2GammaEventContentRECOSIM.outputCommands.extend(rsTo2GammaEventContent.outputCommands)
10