/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
HLTrigger/Configuration/tables/makeSubTables
12 строк
393 B
Marco Musich
HLT menu development for 16_1_X (branch for 17_0_X)
18 май 2026, 17:54
18 май 2026, 17:54
b06d95a
Код
Авторство
О чём код?
#! /bin/bash # # generate HLT tables from master table in ConfDB # MASTER="/dev/CMSSW_16_1_0/HLT" # no version, take the latest one TARGET="/dev/CMSSW_16_1_0/TABLE" # directory where to store the sub-tables PREFIX="" TABLES="GRun HIon PIon PRef Special" # which sub-tables to create source subtables.sh createSubtables "v3/run3" "$MASTER" "$TARGET" "$PREFIX" "$TABLES"