CMS 3D CMS Logo

JetMETAnalysis_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # MET Event Content
6 
7 # JET Event Content
8 #from JetMETAnalysis.JetSkims.onejet_EventContent_cff import *
9 #from JetMETAnalysis.JetSkims.photonjets_EventContent_cff import *
10 
11 JetMETAnalysisEventContent = cms.PSet(
12  outputCommands = cms.untracked.vstring()
13 )
14 JetMETAnalysisEventContent.outputCommands.extend(metHighEventContent.outputCommands)
15 JetMETAnalysisEventContent.outputCommands.extend(metLowEventContent.outputCommands)
16 #JetMETAnalysisEventContent.outputCommands.extend(onejetEventContent.outputCommands)
17 #JetMETAnalysisEventContent.outputCommands.extend(photonjetsEventContent.outputCommands)
18