From fe59acf98512479ca1668f25c948a59eb361234c Mon Sep 17 00:00:00 2001 From: mmusich Date: Sat, 24 Feb 2024 17:22:35 +0100 Subject: [PATCH] percolate the CMSHLT-3027 changes to the Fake2 menu --- HLTrigger/Configuration/python/HLT_Fake2_cff.py | 6 +++--- HLTrigger/Configuration/test/OnLine_HLT_Fake2.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HLTrigger/Configuration/python/HLT_Fake2_cff.py b/HLTrigger/Configuration/python/HLT_Fake2_cff.py index 9d5e77df90409..ba99aa8b5e20c 100644 --- a/HLTrigger/Configuration/python/HLT_Fake2_cff.py +++ b/HLTrigger/Configuration/python/HLT_Fake2_cff.py @@ -1,6 +1,6 @@ # hltGetConfiguration /dev/CMSSW_14_0_0/Fake2 --cff --data --type Fake2 -# /dev/CMSSW_14_0_0/Fake2/V6 (CMSSW_14_0_0) +# /dev/CMSSW_14_0_0/Fake2/V7 (CMSSW_14_0_0) import FWCore.ParameterSet.Config as cms @@ -8,7 +8,7 @@ fragment.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_14_0_0/Fake2/V6') + tableName = cms.string('/dev/CMSSW_14_0_0/Fake2/V7') ) fragment.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) ) @@ -108,7 +108,7 @@ AlgorithmTriggersUnprescaled = cms.bool( True ), RequireMenuToMatchAlgoBlkInput = cms.bool( True ), AlgorithmTriggersUnmasked = cms.bool( True ), - AXOL1TLModelVersion = cms.string( "" ), + AXOL1TLModelVersion = cms.string( "GTADModel_v3" ), useMuonShowers = cms.bool( True ), resetPSCountersEachLumiSec = cms.bool( True ), semiRandomInitialPSCounters = cms.bool( False ), diff --git a/HLTrigger/Configuration/test/OnLine_HLT_Fake2.py b/HLTrigger/Configuration/test/OnLine_HLT_Fake2.py index 1c49fd5cc6bb8..13bec365a8b7d 100644 --- a/HLTrigger/Configuration/test/OnLine_HLT_Fake2.py +++ b/HLTrigger/Configuration/test/OnLine_HLT_Fake2.py @@ -1,6 +1,6 @@ # hltGetConfiguration /dev/CMSSW_14_0_0/Fake2 --full --data --type Fake2 --unprescale --process HLTFake2 --globaltag auto:run2_hlt_Fake2 --input file:RelVal_Raw_Fake2_DATA.root -# /dev/CMSSW_14_0_0/Fake2/V6 (CMSSW_14_0_0) +# /dev/CMSSW_14_0_0/Fake2/V7 (CMSSW_14_0_0) import FWCore.ParameterSet.Config as cms @@ -8,7 +8,7 @@ process.HLTConfigVersion = cms.PSet( - tableName = cms.string('/dev/CMSSW_14_0_0/Fake2/V6') + tableName = cms.string('/dev/CMSSW_14_0_0/Fake2/V7') ) process.streams = cms.PSet( A = cms.vstring( 'InitialPD' ) ) @@ -212,7 +212,7 @@ AlgorithmTriggersUnprescaled = cms.bool( True ), RequireMenuToMatchAlgoBlkInput = cms.bool( True ), AlgorithmTriggersUnmasked = cms.bool( True ), - AXOL1TLModelVersion = cms.string( "" ), + AXOL1TLModelVersion = cms.string( "GTADModel_v3" ), useMuonShowers = cms.bool( True ), resetPSCountersEachLumiSec = cms.bool( True ), semiRandomInitialPSCounters = cms.bool( False ),