00001 import FWCore.ParameterSet.Config as cms 00002 00003 # Egamma RECOSIM event content 00004 # Saves standard RECOSIM and Egamma-specific data (which might not be empty) 00005 # 00006 from Configuration.eventContent.EventContent_cff import * 00007 from EgammaAnalysis.CSA07Skims.EgammaSkimEventContent_cff import * 00008 rECOSIMEgammaSkimEventContent = cms.PSet( 00009 outputCommands = cms.untracked.vstring() 00010 ) 00011 rECOSIMEgammaSkimEventContent.outputCommands.extend(RECOSIMEventContent.outputCommands) 00012 rECOSIMEgammaSkimEventContent.outputCommands.extend(egammaSkimEventContent.outputCommands) 00013