Skip to content

Commit

Permalink
HLT menu development for 14_0_X
Browse files Browse the repository at this point in the history
These updates correspond to the changes accumulated in the 14_0_X release cycle after the "V1.4" (last) menu for the 2024 pp data-taking period was released.
This update includes the integration of the following JIRA tickets:

- [CMSHLT-3335](https://its.cern.ch/jira/browse/CMSHLT-3335) [TSG/HIon] Clean-up HIon subtable from unused L1T seeds for 2024 data-taking
  • Loading branch information
mmusich committed Sep 26, 2024
1 parent 19e9a2a commit 4ff573b
Show file tree
Hide file tree
Showing 15 changed files with 150 additions and 150 deletions.
56 changes: 28 additions & 28 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_GRun_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/GRun --cff --data --type GRun

# /dev/CMSSW_14_0_0/GRun/V181 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/GRun/V182 (CMSSW_14_0_11)

import FWCore.ParameterSet.Config as cms

Expand All @@ -9,7 +9,7 @@
fragment.load("Configuration.StandardSequences.Accelerators_cff")

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/GRun/V181")
tableName = cms.string("/dev/CMSSW_14_0_0/GRun/V182")
)

fragment.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
56 changes: 28 additions & 28 deletions HLTrigger/Configuration/python/HLT_HIon_cff.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_PIon_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/PIon --cff --data --type PIon

# /dev/CMSSW_14_0_0/PIon/V181 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/PIon/V182 (CMSSW_14_0_11)

import FWCore.ParameterSet.Config as cms

Expand All @@ -9,7 +9,7 @@
fragment.load("Configuration.StandardSequences.Accelerators_cff")

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/PIon/V181")
tableName = cms.string("/dev/CMSSW_14_0_0/PIon/V182")
)

fragment.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_PRef_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/PRef --cff --data --type PRef

# /dev/CMSSW_14_0_0/PRef/V181 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/PRef/V182 (CMSSW_14_0_11)

import FWCore.ParameterSet.Config as cms

Expand All @@ -9,7 +9,7 @@
fragment.load("Configuration.StandardSequences.Accelerators_cff")

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/PRef/V181")
tableName = cms.string("/dev/CMSSW_14_0_0/PRef/V182")
)

fragment.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_Special_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/Special --cff --data --type Special

# /dev/CMSSW_14_0_0/Special/V181 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/Special/V182 (CMSSW_14_0_11)

import FWCore.ParameterSet.Config as cms

Expand All @@ -9,7 +9,7 @@
fragment.load("Configuration.StandardSequences.Accelerators_cff")

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/Special/V181")
tableName = cms.string("/dev/CMSSW_14_0_0/Special/V182")
)

fragment.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
40 changes: 20 additions & 20 deletions HLTrigger/Configuration/python/HLTrigger_Datasets_HIon_cff.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion HLTrigger/Configuration/tables/HIon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ HLT_HIMinimumBiasHF1ANDZDC2nOR_Beamspot_v* # CMSHLT-2914

HLT_HIZeroBias_HighRateRAW_v* # CMSHLT-2963
HLT_HIUPC_Random_HighRate_v* # CMSHLT-2963
HLT_HIUPC_TestSeedsCombined_v* # CMSHLT-2963
HLT_HIUPC_HFafterglowCombined_v* # CMSHLT-3335

HLTriggerFinalPath

Expand Down
2 changes: 1 addition & 1 deletion HLTrigger/Configuration/tables/online_hion.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ HLT_HIMinimumBiasHF1ANDZDC2nOR_Beamspot_v* # CMSHLT-2914

HLT_HIZeroBias_HighRateRAW_v* # CMSHLT-2963
HLT_HIUPC_Random_HighRate_v* # CMSHLT-2963
HLT_HIUPC_TestSeedsCombined_v* # CMSHLT-2963
HLT_HIUPC_HFafterglowCombined_v* # CMSHLT-3335

HLTriggerFinalPath

Expand Down
56 changes: 28 additions & 28 deletions HLTrigger/Configuration/test/OnLine_HLT_FULL.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_GRun.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/GRun --full --data --type GRun --unprescale --process HLTGRun --globaltag auto:run3_hlt_GRun --input file:RelVal_Raw_GRun_DATA.root

# /dev/CMSSW_14_0_0/GRun/V181 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/GRun/V182 (CMSSW_14_0_11)

import FWCore.ParameterSet.Config as cms

Expand All @@ -9,7 +9,7 @@
process.load("Configuration.StandardSequences.Accelerators_cff")

process.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/GRun/V181")
tableName = cms.string("/dev/CMSSW_14_0_0/GRun/V182")
)

process.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
56 changes: 28 additions & 28 deletions HLTrigger/Configuration/test/OnLine_HLT_HIon.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_PIon.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/PIon --full --data --type PIon --unprescale --process HLTPIon --globaltag auto:run3_hlt_PIon --input file:RelVal_Raw_PIon_DATA.root

# /dev/CMSSW_14_0_0/PIon/V181 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/PIon/V182 (CMSSW_14_0_11)

import FWCore.ParameterSet.Config as cms

Expand All @@ -9,7 +9,7 @@
process.load("Configuration.StandardSequences.Accelerators_cff")

process.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/PIon/V181")
tableName = cms.string("/dev/CMSSW_14_0_0/PIon/V182")
)

process.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_PRef.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/PRef --full --data --type PRef --unprescale --process HLTPRef --globaltag auto:run3_hlt_PRef --input file:RelVal_Raw_PRef_DATA.root

# /dev/CMSSW_14_0_0/PRef/V181 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/PRef/V182 (CMSSW_14_0_11)

import FWCore.ParameterSet.Config as cms

Expand All @@ -9,7 +9,7 @@
process.load("Configuration.StandardSequences.Accelerators_cff")

process.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/PRef/V181")
tableName = cms.string("/dev/CMSSW_14_0_0/PRef/V182")
)

process.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_Special.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/Special --full --data --type Special --unprescale --process HLTSpecial --globaltag auto:run3_hlt_Special --input file:RelVal_Raw_Special_DATA.root

# /dev/CMSSW_14_0_0/Special/V181 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/Special/V182 (CMSSW_14_0_11)

import FWCore.ParameterSet.Config as cms

Expand All @@ -9,7 +9,7 @@
process.load("Configuration.StandardSequences.Accelerators_cff")

process.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/Special/V181")
tableName = cms.string("/dev/CMSSW_14_0_0/Special/V182")
)

process.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down

0 comments on commit 4ff573b

Please sign in to comment.