Skip to content

Commit d477417

Browse files
Martin-Grunewaldmmusich
authored andcommitted
Move some more scripts to 15_1
1 parent c7a91a3 commit d477417

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HLTrigger/Configuration/tables/makeOnlineHIon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# generate HLT tables from master table in ConfDB
44
#
55

6-
MASTER="/dev/CMSSW_14_1_0/HLT" # no version, take the latest one
7-
TARGET="/online/collisions/2024/HIon/v1.0/HLT" # where to store the online-compliant menu
6+
MASTER="/dev/CMSSW_15_1_0/HLT" # no version, take the latest one
7+
TARGET="/online/collisions/2025/HIon/v1.0/HLT" # where to store the online-compliant menu
88
PREFIX=""
99
TABLES="online_hion"
1010

HLTrigger/Configuration/tables/makeSubTables

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# generate HLT tables from master table in ConfDB
44
#
55

6-
MASTER="/dev/CMSSW_15_0_0/HLT" # no version, take the latest one
7-
TARGET="/dev/CMSSW_15_0_0/TABLE" # directory where to store the sub-tables
6+
MASTER="/dev/CMSSW_15_1_0/HLT" # no version, take the latest one
7+
TARGET="/dev/CMSSW_15_1_0/TABLE" # directory where to store the sub-tables
88
PREFIX=""
99
TABLES="GRun HIon PIon PRef Special" # which sub-tables to create
1010

0 commit comments

Comments
 (0)