/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
PhysicsTools/FWLite/test/fwliteWithPythonConfig_cfg.py
18 строк
655 B
Volker Adler
Catch up with automaticly forwarded braches from 70X (again).
17 фев 2014, 16:32
17 фев 2014, 16:32
3975e7a
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms process = cms.PSet() process.fwliteInput = cms.PSet( fileNames = cms.vstring('root://eoscms//eos/cms/store/relval/CMSSW_7_1_0_pre1/RelValProdTTbar/GEN-SIM-RECO/START70_V5-v1/00000/14842A6B-2086-E311-B5CB-02163E00E8DA.root'), ## mandatory maxEvents = cms.int32(-1), ## optional outputEvery = cms.uint32(10), ## optional ) process.fwliteOutput = cms.PSet( fileName = cms.string('analyzeFWLiteHistograms.root'), ## mandatory ) process.muonAnalyzer = cms.PSet( ## input specific for this analyzer muons = cms.InputTag('muons') )