/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Configuration/PyReleaseValidation/python/relval_ged.py
14 строк
563 B
Matti Kortelainen
Remove Run 1-3 and disable Phase 2 RelVal workflows that read existing non-RAW files
02 июн 2026, 22:59
02 июн 2026, 22:59
b688d7c
Код
Авторство
О чём код?
# import the definition of the steps and input files: from Configuration.PyReleaseValidation.relval_steps import * from .MatrixUtil import Matrix # here only define the workflows as a combination of the steps defined above: workflows = Matrix() workflows[4000] = ['', ['TTbar','DIGI','RECODBG']] workflows[4002] = ['', ['ZEE','DIGI','RECO']] workflows[4003] = ['', ['ZMM','DIGI','RECO']] #workflows[4004] = ['QCD_FlatPt_15_3000', ['QCD_FlatPt_15_3000HS','DIGI','RECO']] #workflows[4005] = ['QCD_FlatPt_15_3000', ['QCD_FlatPt_15_3000HS','DIGIPU1','RECOPU1']]