Skip to content

Commit

Permalink
Integration of CMSHLT-3303
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald authored and mmusich committed Aug 5, 2024
1 parent 4504074 commit 23245df
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 24 deletions.
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/HLT --cff --data --type FULL

# /dev/CMSSW_14_0_0/HLT/V192 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/HLT/V193 (CMSSW_14_0_11)

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("/dev/CMSSW_14_0_0/HLT/V192")
tableName = cms.string("/dev/CMSSW_14_0_0/HLT/V193")
)

fragment.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
4 changes: 2 additions & 2 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_0_0/GRun --cff --data --type GRun

# /dev/CMSSW_14_0_0/GRun/V171 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/GRun/V172 (CMSSW_14_0_11)

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/GRun/V171")
tableName = cms.string("/dev/CMSSW_14_0_0/GRun/V172")
)

fragment.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_HIon_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/HIon --cff --data --type HIon

# /dev/CMSSW_14_0_0/HIon/V171 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/HIon/V172 (CMSSW_14_0_11)

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("/dev/CMSSW_14_0_0/HIon/V171")
tableName = cms.string("/dev/CMSSW_14_0_0/HIon/V172")
)

fragment.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
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/V171 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/PIon/V172 (CMSSW_14_0_11)

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

fragment.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_PRef_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/PRef --cff --data --type PRef

# /dev/CMSSW_14_0_0/PRef/V171 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/PRef/V172 (CMSSW_14_0_11)

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/PRef/V171")
tableName = cms.string("/dev/CMSSW_14_0_0/PRef/V172")
)

fragment.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_Special_cff.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/Special --cff --data --type Special

# /dev/CMSSW_14_0_0/Special/V171 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/Special/V172 (CMSSW_14_0_11)

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/Special/V171")
tableName = cms.string("/dev/CMSSW_14_0_0/Special/V172")
)

fragment.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
2 changes: 2 additions & 0 deletions HLTrigger/Configuration/python/HLTrigger_EventContent_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
'keep *_hltIsolPixelTrackProdHE_*_*',
'keep *_hltIter0PFlowCtfWithMaterialTracks_*_*',
'keep *_hltIter0PFlowTrackSelectionHighPurity_*_*',
'keep *_hltIter2MergedForDisplaced_*_*',
'keep *_hltIterL3GlbMuon_*_*',
'keep *_hltIterL3MuonAndMuonFromL1Merged_*_*',
'keep *_hltIterL3MuonMerged_*_*',
Expand Down Expand Up @@ -287,6 +288,7 @@
'keep *_hltIsolPixelTrackProdHE_*_*',
'keep *_hltIter0PFlowCtfWithMaterialTracks_*_*',
'keep *_hltIter0PFlowTrackSelectionHighPurity_*_*',
'keep *_hltIter2MergedForDisplaced_*_*',
'keep *_hltIterL3GlbMuon_*_*',
'keep *_hltIterL3MuonAndMuonFromL1Merged_*_*',
'keep *_hltIterL3MuonMerged_*_*',
Expand Down
5 changes: 3 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_FULL.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/HLT --full --data --type FULL --unprescale --process HLTFULL --globaltag auto:run3_hlt_FULL --input file:RelVal_Raw_FULL_DATA.root

# /dev/CMSSW_14_0_0/HLT/V192 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/HLT/V193 (CMSSW_14_0_11)

import FWCore.ParameterSet.Config as cms

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

process.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/HLT/V192")
tableName = cms.string("/dev/CMSSW_14_0_0/HLT/V193")
)

process.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down Expand Up @@ -116427,6 +116427,7 @@
'keep *_hltHbhereco_*_*',
'keep *_hltHfreco_*_*',
'keep *_hltHoreco_*_*',
'keep *_hltIter2MergedForDisplaced_*_*',
'keep *_hltMergedTracks_*_*',
'keep *_hltOnlineBeamSpot_*_*',
'keep *_hltPFJetForBtag_*_*',
Expand Down
5 changes: 3 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_GRun.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/GRun --full --data --type GRun --unprescale --process HLTGRun --globaltag auto:run3_hlt_GRun --input file:RelVal_Raw_GRun_DATA.root

# /dev/CMSSW_14_0_0/GRun/V171 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/GRun/V172 (CMSSW_14_0_11)

import FWCore.ParameterSet.Config as cms

Expand All @@ -9,7 +9,7 @@
process.load("Configuration.StandardSequences.Accelerators_cff")

process.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/GRun/V171")
tableName = cms.string("/dev/CMSSW_14_0_0/GRun/V172")
)

process.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down Expand Up @@ -88140,6 +88140,7 @@
'keep *_hltHbhereco_*_*',
'keep *_hltHfreco_*_*',
'keep *_hltHoreco_*_*',
'keep *_hltIter2MergedForDisplaced_*_*',
'keep *_hltMergedTracks_*_*',
'keep *_hltOnlineBeamSpot_*_*',
'keep *_hltPFJetForBtag_*_*',
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_HIon.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/HIon --full --data --type HIon --unprescale --process HLTHIon --globaltag auto:run3_hlt_HIon --input file:RelVal_Raw_HIon_DATA.root

# /dev/CMSSW_14_0_0/HIon/V171 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/HIon/V172 (CMSSW_14_0_11)

import FWCore.ParameterSet.Config as cms

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

process.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/HIon/V171")
tableName = cms.string("/dev/CMSSW_14_0_0/HIon/V172")
)

process.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_PIon.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/PIon --full --data --type PIon --unprescale --process HLTPIon --globaltag auto:run3_hlt_PIon --input file:RelVal_Raw_PIon_DATA.root

# /dev/CMSSW_14_0_0/PIon/V171 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/PIon/V172 (CMSSW_14_0_11)

import FWCore.ParameterSet.Config as cms

Expand All @@ -9,7 +9,7 @@
process.load("Configuration.StandardSequences.Accelerators_cff")

process.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/PIon/V171")
tableName = cms.string("/dev/CMSSW_14_0_0/PIon/V172")
)

process.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
5 changes: 3 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_PRef.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/PRef --full --data --type PRef --unprescale --process HLTPRef --globaltag auto:run3_hlt_PRef --input file:RelVal_Raw_PRef_DATA.root

# /dev/CMSSW_14_0_0/PRef/V171 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/PRef/V172 (CMSSW_14_0_11)

import FWCore.ParameterSet.Config as cms

Expand All @@ -9,7 +9,7 @@
process.load("Configuration.StandardSequences.Accelerators_cff")

process.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/PRef/V171")
tableName = cms.string("/dev/CMSSW_14_0_0/PRef/V172")
)

process.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down Expand Up @@ -15529,6 +15529,7 @@
'keep *_hltHbhereco_*_*',
'keep *_hltHfreco_*_*',
'keep *_hltHoreco_*_*',
'keep *_hltIter2MergedForDisplaced_*_*',
'keep *_hltMergedTracks_*_*',
'keep *_hltOnlineBeamSpot_*_*',
'keep *_hltPFJetForBtag_*_*',
Expand Down
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/test/OnLine_HLT_Special.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hltGetConfiguration /dev/CMSSW_14_0_0/Special --full --data --type Special --unprescale --process HLTSpecial --globaltag auto:run3_hlt_Special --input file:RelVal_Raw_Special_DATA.root

# /dev/CMSSW_14_0_0/Special/V171 (CMSSW_14_0_11)
# /dev/CMSSW_14_0_0/Special/V172 (CMSSW_14_0_11)

import FWCore.ParameterSet.Config as cms

Expand All @@ -9,7 +9,7 @@
process.load("Configuration.StandardSequences.Accelerators_cff")

process.HLTConfigVersion = cms.PSet(
tableName = cms.string("/dev/CMSSW_14_0_0/Special/V171")
tableName = cms.string("/dev/CMSSW_14_0_0/Special/V172")
)

process.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
Expand Down

0 comments on commit 23245df

Please sign in to comment.