Skip to content

Commit

Permalink
HLT menu development for 13_3_X (branch 13_3_X)
Browse files Browse the repository at this point in the history
This is an intermediate update towards the 2024 proton-proton run data-taking.
This update includes the integration of the following JIRA tickets:
- [CMSHLT-2975](https://its.cern.ch/jira/browse/CMSHLT-2975) [EXO,TSG]: Bug in configuration of *...NoFiltersNoVertex...* HLT/MC paths
- [CMSHLT-2982](https://its.cern.ch/jira/browse/CMSHLT-2982) [EXO,TSG]: Misconfiguration of hltL3fL1DoubleMuf0L2NVf15f7L3SingleMuNVf18DisplacedHybDxy0p1cm
- [CMSHLT-2979](https://its.cern.ch/jira/browse/CMSHLT-2979) [EXO,HIG,TSG]: Misconfiguration of hltDiPFJet45MJJ1050 (VBF-parking triggers)
- [CMSHLT-2985](https://its.cern.ch/jira/browse/CMSHLT-2985) [EXO,TSG]: Set hltStoppedHSCPIterativeCone4CaloJets.srcPVs to empty InputTag
- [CMSHLT-2986](https://its.cern.ch/jira/browse/CMSHLT-2986) [MUO,TSG]: Remove refs to offline products in MuonIdProducer instances at HLT
  • Loading branch information
mmusich committed Jan 25, 2024
1 parent 7f0bca7 commit 77c6fb1
Show file tree
Hide file tree
Showing 10 changed files with 316 additions and 316 deletions.
144 changes: 72 additions & 72 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py

Large diffs are not rendered by default.

128 changes: 64 additions & 64 deletions HLTrigger/Configuration/python/HLT_GRun_cff.py

Large diffs are not rendered by default.

20 changes: 10 additions & 10 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_13_3_0/HIon --cff --data --type HIon

# /dev/CMSSW_13_3_0/HIon/V11 (CMSSW_13_3_0)
# /dev/CMSSW_13_3_0/HIon/V15 (CMSSW_13_3_0)

import FWCore.ParameterSet.Config as cms

Expand All @@ -12,7 +12,7 @@
fragment.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA()

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_13_3_0/HIon/V11')
tableName = cms.string('/dev/CMSSW_13_3_0/HIon/V15')
)

fragment.HLTIter0PSetTrajectoryBuilderIT = cms.PSet(
Expand Down Expand Up @@ -12341,9 +12341,9 @@
ErrorCSC = cms.double( 7.4 )
),
ShowerDigiFillerParameters = cms.PSet(
cscDigiCollectionLabel = cms.InputTag( 'muonCSCDigis','MuonCSCStripDigi' ),
cscDigiCollectionLabel = cms.InputTag( 'hltMuonCSCDigis','MuonCSCStripDigi' ),
digiMaxDistanceX = cms.double( 25.0 ),
dtDigiCollectionLabel = cms.InputTag( "muonDTDigis" )
dtDigiCollectionLabel = cms.InputTag( "hltMuonDTDigis" )
),
TrackerKinkFinderParameters = cms.PSet(
usePosition = cms.bool( False ),
Expand Down Expand Up @@ -12375,9 +12375,9 @@
ptThresholdToFillCandidateP4WithGlobalFit = cms.double( 200.0 ),
sigmaThresholdToFillCandidateP4WithGlobalFit = cms.double( 2.0 ),
fillGlobalTrackQuality = cms.bool( False ),
globalTrackQualityInputTag = cms.InputTag( "glbTrackQual" ),
globalTrackQualityInputTag = cms.InputTag( "" ),
selectHighPurity = cms.bool( False ),
pvInputTag = cms.InputTag( "offlinePrimaryVertices" ),
pvInputTag = cms.InputTag( "" ),
fillTrackerKink = cms.bool( False ),
minCaloCompatibility = cms.double( 0.6 ),
runArbitrationCleaner = cms.bool( False ),
Expand Down Expand Up @@ -13900,8 +13900,8 @@
ErrorCSC = cms.double( 7.4 )
),
ShowerDigiFillerParameters = cms.PSet(
cscDigiCollectionLabel = cms.InputTag( 'muonCSCDigis','MuonCSCStripDigi' ),
dtDigiCollectionLabel = cms.InputTag( "muonDTDigis" ),
cscDigiCollectionLabel = cms.InputTag( 'hltMuonCSCDigis','MuonCSCStripDigi' ),
dtDigiCollectionLabel = cms.InputTag( "hltMuonDTDigis" ),
digiMaxDistanceX = cms.double( 25.0 )
),
TrackerKinkFinderParameters = cms.PSet(
Expand Down Expand Up @@ -13934,9 +13934,9 @@
ptThresholdToFillCandidateP4WithGlobalFit = cms.double( 200.0 ),
sigmaThresholdToFillCandidateP4WithGlobalFit = cms.double( 2.0 ),
fillGlobalTrackQuality = cms.bool( False ),
globalTrackQualityInputTag = cms.InputTag( "glbTrackQual" ),
globalTrackQualityInputTag = cms.InputTag( "" ),
selectHighPurity = cms.bool( False ),
pvInputTag = cms.InputTag( "offlinePrimaryVertices" ),
pvInputTag = cms.InputTag( "" ),
fillTrackerKink = cms.bool( False ),
minCaloCompatibility = cms.double( 0.6 ),
runArbitrationCleaner = cms.bool( False ),
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_13_3_0/PIon --cff --data --type PIon

# /dev/CMSSW_13_3_0/PIon/V11 (CMSSW_13_3_0)
# /dev/CMSSW_13_3_0/PIon/V15 (CMSSW_13_3_0)

import FWCore.ParameterSet.Config as cms

Expand All @@ -12,7 +12,7 @@
fragment.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA()

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_13_3_0/PIon/V11')
tableName = cms.string('/dev/CMSSW_13_3_0/PIon/V15')
)

fragment.HLTIter0PSetTrajectoryBuilderIT = cms.PSet(
Expand Down
20 changes: 10 additions & 10 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_13_3_0/PRef --cff --data --type PRef

# /dev/CMSSW_13_3_0/PRef/V11 (CMSSW_13_3_0)
# /dev/CMSSW_13_3_0/PRef/V15 (CMSSW_13_3_0)

import FWCore.ParameterSet.Config as cms

Expand All @@ -12,7 +12,7 @@
fragment.ProcessAcceleratorCUDA = ProcessAcceleratorCUDA()

fragment.HLTConfigVersion = cms.PSet(
tableName = cms.string('/dev/CMSSW_13_3_0/PRef/V11')
tableName = cms.string('/dev/CMSSW_13_3_0/PRef/V15')
)

fragment.HLTIter0PSetTrajectoryBuilderIT = cms.PSet(
Expand Down Expand Up @@ -7489,9 +7489,9 @@
ErrorCSC = cms.double( 7.4 )
),
ShowerDigiFillerParameters = cms.PSet(
cscDigiCollectionLabel = cms.InputTag( 'muonCSCDigis','MuonCSCStripDigi' ),
cscDigiCollectionLabel = cms.InputTag( 'hltMuonCSCDigis','MuonCSCStripDigi' ),
digiMaxDistanceX = cms.double( 25.0 ),
dtDigiCollectionLabel = cms.InputTag( "muonDTDigis" )
dtDigiCollectionLabel = cms.InputTag( "hltMuonDTDigis" )
),
TrackerKinkFinderParameters = cms.PSet(
usePosition = cms.bool( False ),
Expand Down Expand Up @@ -7523,9 +7523,9 @@
ptThresholdToFillCandidateP4WithGlobalFit = cms.double( 200.0 ),
sigmaThresholdToFillCandidateP4WithGlobalFit = cms.double( 2.0 ),
fillGlobalTrackQuality = cms.bool( False ),
globalTrackQualityInputTag = cms.InputTag( "glbTrackQual" ),
globalTrackQualityInputTag = cms.InputTag( "" ),
selectHighPurity = cms.bool( False ),
pvInputTag = cms.InputTag( "offlinePrimaryVertices" ),
pvInputTag = cms.InputTag( "" ),
fillTrackerKink = cms.bool( False ),
minCaloCompatibility = cms.double( 0.6 ),
runArbitrationCleaner = cms.bool( False ),
Expand Down Expand Up @@ -9292,8 +9292,8 @@
ErrorCSC = cms.double( 7.4 )
),
ShowerDigiFillerParameters = cms.PSet(
cscDigiCollectionLabel = cms.InputTag( 'muonCSCDigis','MuonCSCStripDigi' ),
dtDigiCollectionLabel = cms.InputTag( "muonDTDigis" ),
cscDigiCollectionLabel = cms.InputTag( 'hltMuonCSCDigis','MuonCSCStripDigi' ),
dtDigiCollectionLabel = cms.InputTag( "hltMuonDTDigis" ),
digiMaxDistanceX = cms.double( 25.0 )
),
TrackerKinkFinderParameters = cms.PSet(
Expand Down Expand Up @@ -9326,9 +9326,9 @@
ptThresholdToFillCandidateP4WithGlobalFit = cms.double( 200.0 ),
sigmaThresholdToFillCandidateP4WithGlobalFit = cms.double( 2.0 ),
fillGlobalTrackQuality = cms.bool( False ),
globalTrackQualityInputTag = cms.InputTag( "glbTrackQual" ),
globalTrackQualityInputTag = cms.InputTag( "" ),
selectHighPurity = cms.bool( False ),
pvInputTag = cms.InputTag( "offlinePrimaryVertices" ),
pvInputTag = cms.InputTag( "" ),
fillTrackerKink = cms.bool( False ),
minCaloCompatibility = cms.double( 0.6 ),
runArbitrationCleaner = cms.bool( False ),
Expand Down
Loading

0 comments on commit 77c6fb1

Please sign in to comment.