Skip to content

Commit

Permalink
percolate the CMSHLT-3027 changes to the Fake2 menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Feb 25, 2024
1 parent eedd2fa commit fe59acf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions HLTrigger/Configuration/python/HLT_Fake2_cff.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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

fragment = cms.ProcessFragment( "HLT" )


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' ) )
Expand Down Expand Up @@ -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 ),
Expand Down
6 changes: 3 additions & 3 deletions HLTrigger/Configuration/test/OnLine_HLT_Fake2.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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

process = cms.Process( "HLTFake2" )


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' ) )
Expand Down Expand Up @@ -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 ),
Expand Down

0 comments on commit fe59acf

Please sign in to comment.