/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
JetMETAnalysis/METSkims/python/FEVTSIMMetLow_EventContent_cff.py
9 строк
415 B
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from Configuration.EventContent.EventContent_cff import * from JetMETAnalysis.METSkims.metLow_EventContent_cff import * FEVTSIMMetLowEventContent = cms.PSet( outputCommands = cms.untracked.vstring() ) FEVTSIMMetLowEventContent.outputCommands.extend(FEVTSIMEventContent.outputCommands) FEVTSIMMetLowEventContent.outputCommands.extend(metLowEventContent.outputCommands)