CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/EgammaAnalysis/CSA07Skims/python/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