CMS 3D CMS Logo

EgammaAnalysis_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 #
5 # EgammaAnalysis event content
6 #
7 # the accumulated event contents should not be used,
8 # but it's important that all EventContent definitions are included here
9 #
10 EgammaAnalysisEventContent = cms.PSet(
11  outputCommands = cms.untracked.vstring()
12 )
13 EgammaAnalysisEventContent.outputCommands.extend(egammaSkimEventContent.outputCommands)
14