Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HLT menu development for 14_0_X (11/N) #46131

Merged
merged 3 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Configuration/HLT/python/autoCondHLT.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
'FULL' : ( ','.join( [ 'L1Menu_Collisions2024_v1_3_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2024-07-03 09:00:00.000"] ), ),
'GRun' : ( ','.join( [ 'L1Menu_Collisions2024_v1_3_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2024-07-03 09:00:00.000"] ), ),
'2024v14' : ( ','.join( [ 'L1Menu_Collisions2024_v1_3_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2024-07-03 09:00:00.000"] ), ),
'HIon' : ( ','.join( [ 'L1Menu_CollisionsHeavyIons2023_v1_1_5_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2023-10-24 16:59:55.000"] ), ),
'HIon' : ( ','.join( [ 'L1Menu_CollisionsHeavyIons2024_v1_0_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2024-09-25 05:32:21.000"] ), ),
'PIon' : ( ','.join( [ 'L1Menu_HeavyIons2016_v3_m2_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-11-22 11:11:00.000"] ), ),
'PRef' : ( ','.join( [ 'L1Menu_CollisionsPPRef2024_v0_0_2_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2024-09-08 12:00:00.000"] ), ),
'PRef' : ( ','.join( [ 'L1Menu_CollisionsPPRef2024_v1_0_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2024-09-24 11:45:00.000"] ), ),
'Special' : ( ','.join( [ 'L1Menu_Collisions2024_v1_3_0_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2024-07-03 09:00:00.000"] ), ),
}

Expand Down
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
Loading