Skip to content

Commit

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

- [CMSHLT-3382](https://its.cern.ch/jira/browse/CMSHLT-3382) [HIN] Addition of a L1_FirstCollisionInTrain passthrough trigger for ZDC physics analysis
- [CMSHLT-3386](https://its.cern.ch/jira/browse/CMSHLT-3386) [ECAL] Downgrading EnergyInDeadEB/EE_FE Warning by setting logWarningEtThreshold_EB/EE_FE parameters in the HLT configuration to -1
- [CMSHLT-3388](https://its.cern.ch/jira/browse/CMSHLT-3388) [HIN/TRK] New centrality BS trigger for PbPb menu
- [CMSHLT-3390](https://its.cern.ch/jira/browse/CMSHLT-3390) [HIN/DQM] Misnaming of the output folders for DQM analyzers in HLTDQMPixelReconstructionPPOnAA
- [CMSHLT-3392](https://its.cern.ch/jira/browse/CMSHLT-3392) [TSG/DQM] Missing collections for HLT dqm client in PbPb 2024 runs
- [CMSHLT-3393](https://its.cern.ch/jira/browse/CMSHLT-3393) [HIN] New HLT paths for low pT double EG UPC triggers
- [CMSHLT-3394](https://its.cern.ch/jira/browse/CMSHLT-3394) [HIN/AlCa] Change of L1 seed for AlCa_EcalPhiSymForHI_v in the HIon menu
- [CMSHLT-3395](https://its.cern.ch/jira/browse/CMSHLT-3395) [HIN] Request for modifying UPC HLT paths for ZDC triggers
- [CMSHLT-3400](https://its.cern.ch/jira/browse/CMSHLT-3400) [HIN] Sync HIon table with online post-HIRun2024B
- [CMSHLT-3401](https://its.cern.ch/jira/browse/CMSHLT-3401) [HIN] Sync PRef table with online post-Run2024J
  • Loading branch information
mmusich committed Nov 26, 2024
1 parent 705f29d commit 14e16c7
Show file tree
Hide file tree
Showing 18 changed files with 1,217 additions and 708 deletions.
440 changes: 273 additions & 167 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py

Large diffs are not rendered by default.

12 changes: 6 additions & 6 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_1_0/GRun --cff --data --type GRun

# /dev/CMSSW_14_1_0/GRun/V40 (CMSSW_14_1_1)
# /dev/CMSSW_14_1_0/GRun/V50 (CMSSW_14_1_1)

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_1_0/GRun/V40")
tableName = cms.string("/dev/CMSSW_14_1_0/GRun/V50")
)

fragment.HLTGroupedCkfTrajectoryBuilderP5 = cms.PSet(
Expand Down Expand Up @@ -6406,8 +6406,8 @@
recoverEEFE = cms.bool( False ),
dbStatusToBeExcludedEE = cms.vint32( 14, 78, 142 ),
dbStatusToBeExcludedEB = cms.vint32( 14, 78, 142 ),
logWarningEtThreshold_EB_FE = cms.double( 50.0 ),
logWarningEtThreshold_EE_FE = cms.double( 50.0 ),
logWarningEtThreshold_EB_FE = cms.double( -1.0 ),
logWarningEtThreshold_EE_FE = cms.double( -1.0 ),
ebDetIdToBeRecovered = cms.InputTag( 'hltEcalDetIdToBeRecovered','ebDetId' ),
eeDetIdToBeRecovered = cms.InputTag( 'hltEcalDetIdToBeRecovered','eeDetId' ),
ebFEToBeRecovered = cms.InputTag( 'hltEcalDetIdToBeRecovered','ebFE' ),
Expand Down Expand Up @@ -11160,8 +11160,8 @@
recoverEEFE = cms.bool( False ),
dbStatusToBeExcludedEE = cms.vint32( 14, 78, 142 ),
dbStatusToBeExcludedEB = cms.vint32( 14, 78, 142 ),
logWarningEtThreshold_EB_FE = cms.double( 50.0 ),
logWarningEtThreshold_EE_FE = cms.double( 50.0 ),
logWarningEtThreshold_EB_FE = cms.double( -1.0 ),
logWarningEtThreshold_EE_FE = cms.double( -1.0 ),
ebDetIdToBeRecovered = cms.InputTag( 'hltEcalDetIdToBeRecovered','ebDetId' ),
eeDetIdToBeRecovered = cms.InputTag( 'hltEcalDetIdToBeRecovered','eeDetId' ),
ebFEToBeRecovered = cms.InputTag( 'hltEcalDetIdToBeRecovered','ebFE' ),
Expand Down
356 changes: 209 additions & 147 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_1_0/PIon --cff --data --type PIon

# /dev/CMSSW_14_1_0/PIon/V40 (CMSSW_14_1_1)
# /dev/CMSSW_14_1_0/PIon/V50 (CMSSW_14_1_1)

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_1_0/PIon/V40")
tableName = cms.string("/dev/CMSSW_14_1_0/PIon/V50")
)

fragment.HLTGroupedCkfTrajectoryBuilderP5 = cms.PSet(
Expand Down
Loading

0 comments on commit 14e16c7

Please sign in to comment.