CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RECOSIMEgammaSkimEventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Egamma RECOSIM event content
4 # Saves standard RECOSIM and Egamma-specific data (which might not be empty)
5 #
8 RECOSIMEgammaSkimEventContent = cms.PSet(
9  outputCommands = cms.untracked.vstring()
10 )
11 RECOSIMEgammaSkimEventContent.outputCommands.extend(RECOSIMEventContent.outputCommands)
12 RECOSIMEgammaSkimEventContent.outputCommands.extend(egammaSkimEventContent.outputCommands)
13