Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
JetMETAnalysis
Configuration
python
JetMETAnalysis_EventContent_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# MET Event Content
4
from
JetMETAnalysis.METSkims.metHigh_EventContent_cff
import
*
5
from
JetMETAnalysis.METSkims.metLow_EventContent_cff
import
*
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
Config
metHigh_EventContent_cff
metLow_EventContent_cff
Generated for CMSSW Reference Manual by
1.8.5