Skip to content

Commit

Permalink
HLT menu development for 14_0_X
Browse files Browse the repository at this point in the history
This version of the GRun HLT menu corresponds to few updates to the "V1.2" menu for the 2024 pp data-taking period.
This update includes the integration of the following JIRA tickets:
- [CMSHLT-3079](https://its.cern.ch/jira/browse/CMSHLT-3079) : [MUO] Removal pixel hits requirement in Outside-In
- [CMSHLT-3162](https://its.cern.ch/jira/browse/CMSHLT-3162) : [L1T] uGT Test crate data in the NanoDST stream
- [CMSHLT-3169](https://its.cern.ch/jira/browse/CMSHLT-3169) : [HIG] MVA-Based Diphoton HLT Path
- [CMSHLT-3171](https://its.cern.ch/jira/browse/CMSHLT-3171) : [BTV] Migration of emu+1btag to ParticleNet
- [CMSHLT-3172](https://its.cern.ch/jira/browse/CMSHLT-3172) : [L1T] NanoDST stream: store RAW data (hltFEDSelectorL1) instead of digis (hltGtStage2Digis)
- [CMSHLT-3173](https://its.cern.ch/jira/browse/CMSHLT-3173) : [EXO,Scouting] AXOL1TL Paths with VTight, Loose and VLoose Thresholds
- [CMSHLT-3175](https://its.cern.ch/jira/browse/CMSHLT-3175) : [BPH,Scouting,EXO] Scouting ZeroBias (DST_PFScouting_ZeroBias)
- [CMSHLT-3176](https://its.cern.ch/jira/browse/CMSHLT-3176) : [BPH,Scouting] update list of L1 bits for scouting muon path
- [CMSHLT-3178](https://its.cern.ch/jira/browse/CMSHLT-3178) : [EXO] Set PS=0 for HLT_HT360_DisplacedDijet40_Inclusive1PtrkShortSig5_v
- [CMSHLT-3179](https://its.cern.ch/jira/browse/CMSHLT-3179) : [MUO,Scouting] Update of the NoVtx reconstruction to include extended ROIs (but no pixel doublet recovery)
- [CMSHLT-3180](https://its.cern.ch/jira/browse/CMSHLT-3180) : [BPH] Paths for new low pT BMTF bits
- [CMSHLT-3182](https://its.cern.ch/jira/browse/CMSHLT-3182) : [EGM,EXO,HIG] Reducing the threshold of the high rate single photon path
- [CMSHLT-3183](https://its.cern.ch/jira/browse/CMSHLT-3183) : [EXO] Enabling of AXOL1TL L1 Seeds
- [CMSHLT-3184](https://its.cern.ch/jira/browse/CMSHLT-3184) : [TSG] Backport of online updates in EventDisplay dataset for Cosmics and Circulating menus
- [CMSHLT-3185](https://its.cern.ch/jira/browse/CMSHLT-3185) : [TSG] Prescales of random-based HLTs of GRun in Emergency column (2024 rampup)
- [CMSHLT-3191](https://its.cern.ch/jira/browse/CMSHLT-3191) : [BTV] Adding PNet Info to HLTMonitor
- [CMSHLT-3193](https://its.cern.ch/jira/browse/CMSHLT-3193) : [TSG] Add ZeroBias/HLTPhysics PS columns (Run2024D)
- [CMSHLT-3194](https://its.cern.ch/jira/browse/CMSHLT-3194) : [BTV] Set PS=0 for HLT_Mu8_*_Ele23_*_CaloDiJet30
  • Loading branch information
mmusich committed May 10, 2024
1 parent 90d704b commit c3c85d9
Show file tree
Hide file tree
Showing 31 changed files with 19,272 additions and 15,236 deletions.
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_2024v11_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /frozen/2024/2e34/v1.1/HLT --cff --data --type 2024v11

# /frozen/2024/2e34/v1.1/HLT/V2 (CMSSW_14_0_5)
# /frozen/2024/2e34/v1.1/HLT/V3 (CMSSW_14_0_6)

import FWCore.ParameterSet.Config as cms

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

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string("/frozen/2024/2e34/v1.1/HLT/V2")
tableName = cms.string("/frozen/2024/2e34/v1.1/HLT/V3")
)

fragment.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
7,717 changes: 4,328 additions & 3,389 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_Fake1_cff.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/Fake1 --cff --data --type Fake1

# /dev/CMSSW_14_0_0/Fake1/V14 (CMSSW_14_0_5)
# /dev/CMSSW_14_0_0/Fake1/V15 (CMSSW_14_0_6)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/Fake1/V14")
tableName = cms.string("/dev/CMSSW_14_0_0/Fake1/V15")
)

fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_Fake2_cff.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/Fake2 --cff --data --type Fake2

# /dev/CMSSW_14_0_0/Fake2/V14 (CMSSW_14_0_5)
# /dev/CMSSW_14_0_0/Fake2/V15 (CMSSW_14_0_6)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/Fake2/V14")
tableName = cms.string("/dev/CMSSW_14_0_0/Fake2/V15")
)

fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_Fake_cff.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/Fake --cff --data --type Fake

# /dev/CMSSW_14_0_0/Fake/V14 (CMSSW_14_0_5)
# /dev/CMSSW_14_0_0/Fake/V15 (CMSSW_14_0_6)

import FWCore.ParameterSet.Config as cms

fragment = cms.ProcessFragment( "HLT" )

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/Fake/V14")
tableName = cms.string("/dev/CMSSW_14_0_0/Fake/V15")
)

fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) )
Expand Down
7,503 changes: 4,223 additions & 3,280 deletions HLTrigger/Configuration/python/HLT_GRun_cff.py

Large diffs are not rendered by default.

20 changes: 14 additions & 6 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/V105 (CMSSW_14_0_5)
# /dev/CMSSW_14_0_0/PIon/V124 (CMSSW_14_0_6)

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/V105")
tableName = cms.string("/dev/CMSSW_14_0_0/PIon/V124")
)

fragment.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
Loading

0 comments on commit c3c85d9

Please sign in to comment.