Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
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