CMS 3D CMS Logo

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