CMS 3D CMS Logo

EgammaAnalysis_EventContent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from EgammaAnalysis.CSA07Skims.EgammaSkimEventContent_cff import *
00004 #
00005 # EgammaAnalysis event content
00006 # 
00007 # the accumulated event contents should not be used, 
00008 # but it's important that all EventContent definitions are included here
00009 #
00010 EgammaAnalysisEventContent = cms.PSet(
00011     outputCommands = cms.untracked.vstring()
00012 )
00013 EgammaAnalysisEventContent.outputCommands.extend(egammaSkimEventContent.outputCommands)
00014 

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