CMS 3D CMS Logo

RECOSIMEgammaSkimEventContent_cff.py

Go to the documentation of this file.
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 

Generated on Tue Jun 9 17:34:16 2009 for CMSSW by  doxygen 1.5.4