Skip to content

Commit

Permalink
Merge pull request #46806 from cms-tsg-storm/HLTdevelopment141X
Browse files Browse the repository at this point in the history
HLT menu development for `14_1_X` (4/N)
  • Loading branch information
cmsbuild authored Nov 28, 2024
2 parents a68603d + b070484 commit d6ee4e3
Show file tree
Hide file tree
Showing 20 changed files with 1,223 additions and 714 deletions.
2 changes: 1 addition & 1 deletion Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
# GlobalTag for MC production (cosmics) with perfectly aligned and calibrated detector for Phase1 2024, Strip tracker in DECO mode
'phase1_2024_cosmics_design' : '140X_mcRun3_2024cosmics_design_deco_v11',
# GlobalTag for MC production with realistic conditions for Phase1 2024 detector for Heavy Ion
'phase1_2024_realistic_hi' : '141X_mcRun3_2024_realistic_HI_v8',
'phase1_2024_realistic_hi' : '141X_mcRun3_2024_realistic_HI_v10',
# GlobalTag for MC production with realistic conditions for Phase1 2024 detector for ppRef5TeV
'phase1_2024_realistic_ppRef5TeV' : '141X_mcRun3_2024_realistic_ppRef5TeV_v5',
# GlobalTag for MC production with realistic conditions for Phase2
Expand Down
10 changes: 5 additions & 5 deletions Configuration/HLT/python/autoCondHLT.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
'Fake' : ( ','.join( [ 'L1GtTriggerMenu_L1Menu_Collisions2012_v3_mc' , l1MenuRecord,connectionString, l1MenuLabel, "2015-10-26 12:00:00.000"] ), ),
'Fake1' : ( ','.join( [ 'L1Menu_Collisions2015_25nsStage1_v5' , l1MenuRecord,connectionString, l1MenuLabel, "2015-10-26 12:00:00.000"] ), ),
'Fake2' : ( ','.join( [ 'L1Menu_Collisions2016_v9_m2_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-10-06 19:36:53.000"] ), ),
'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_CollisionsHeavyIons2024_v1_0_5_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2024-10-11 21:16:08.000"] ), ),
'FULL' : ( ','.join( [ 'L1Menu_Collisions2024_v1_3_0-d1_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2024-07-26 09:00:00.000"] ), ),
'GRun' : ( ','.join( [ 'L1Menu_Collisions2024_v1_3_0-d1_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2024-07-26 09:00:00.000"] ), ),
'2024v14' : ( ','.join( [ 'L1Menu_Collisions2024_v1_3_0-d1_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2024-07-26 09:00:00.000"] ), ),
'HIon' : ( ','.join( [ 'L1Menu_CollisionsHeavyIons2024_v1_0_6_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2024-11-05 11:11:22.000"] ), ),
'PIon' : ( ','.join( [ 'L1Menu_HeavyIons2016_v3_m2_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-11-22 11:11: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"] ), ),
'Special' : ( ','.join( [ 'L1Menu_Collisions2024_v1_3_0-d1_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2024-07-26 09:00:00.000"] ), ),
}

hltGTs = {
Expand Down
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
Loading

0 comments on commit d6ee4e3

Please sign in to comment.