CMS 3D CMS Logo

JetMETAnalysis_EventContent_cff.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 #replace JetMETAnalysisEventContent.outputCommands += sumETEventContent.outputCommands
00004 
00005 import FWCore.ParameterSet.Config as cms
00006 
00007 # MET Event Content
00008 from JetMETAnalysis.METSkims.metHigh_EventContent_cff import *
00009 from JetMETAnalysis.METSkims.metLow_EventContent_cff import *
00010 #include "JetMETAnalysis/METSkims/data/sumET_EventContent.cff"
00011 # JET Event Content
00012 from JetMETAnalysis.JetSkims.onejet_EventContent_cff import *
00013 from JetMETAnalysis.JetSkims.photonjets_EventContent_cff import *
00014 #include "JetMETAnalysis/JetSkims/data/dijetbalance_EventContent.cff"
00015 JetMETAnalysisEventContent = cms.PSet(
00016     outputCommands = cms.untracked.vstring()
00017 )
00018 JetMETAnalysisEventContent.outputCommands.extend(metHighEventContent.outputCommands)
00019 JetMETAnalysisEventContent.outputCommands.extend(metLowEventContent.outputCommands)
00020 JetMETAnalysisEventContent.outputCommands.extend(onejetEventContent.outputCommands)
00021 JetMETAnalysisEventContent.outputCommands.extend(photonjetsEventContent.outputCommands)
00022 

Generated on Tue Jun 9 17:39:28 2009 for CMSSW by  doxygen 1.5.4