Skip to content

Commit

Permalink
HLT menu development for 13_0_X
Browse files Browse the repository at this point in the history
Development of HLT menus for `CMSSW_13_0_X`.

This update includes the integration of the following JIRA tickets.

 - [CMSHLT-2820](https://its.cern.ch/jira/browse/CMSHLT-2820): [EXO] tighter isolation cut on L2Taus in displaced-tau trigger (and addition of backup trigger)
 - [CMSHLT-2836](https://its.cern.ch/jira/browse/CMSHLT-2836): [TSG] addition of looser L1T seeds to dilepton Scouting triggers
 - [CMSHLT-2862](https://its.cern.ch/jira/browse/CMSHLT-2862): [TRK,ECAL] use only CPU products in CPU branch of `DQMGPUvsCPU` triggers
 - [CMSHLT-2867](https://its.cern.ch/jira/browse/CMSHLT-2867): [EXO] remove Tracker-HV filters in calo-only LLP triggers
 - [CMSHLT-2872](https://its.cern.ch/jira/browse/CMSHLT-2872): [SMP] looser DiTau trigger for W-3pi search (plus control trigger)
 - [CMSHLT-2873](https://its.cern.ch/jira/browse/CMSHLT-2873): [AlCa] set smartPS=2 for `HLT_Physics_v` in `ExpressPhysics` PD
 - [CMSHLT-2874](https://its.cern.ch/jira/browse/CMSHLT-2874): [EXO,HIG] new VBF-parking triggers without PFJet-CHF cut
 - [CMSHLT-2875](https://its.cern.ch/jira/browse/CMSHLT-2875): [EXO] triggers for displaced mu-tau and e-tau final states
 - [CMSHLT-2877](https://its.cern.ch/jira/browse/CMSHLT-2877): [GEM] save GEM `FEDRawData` in `RPCMON` stream
 - [CMSHLT-2878](https://its.cern.ch/jira/browse/CMSHLT-2878): [TRK] add pixel-doublet-recovery iteration to standard tracking sequence, and disable track-looper reconstruction
  • Loading branch information
missirol committed Aug 11, 2023
1 parent c7400c6 commit 5d1949b
Show file tree
Hide file tree
Showing 15 changed files with 9,627 additions and 1,030 deletions.
13 changes: 0 additions & 13 deletions HLTrigger/Configuration/python/HLT_2023v12_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -6148,19 +6148,6 @@
fragment.siPixelGainCalibrationForHLTGPU = cms.ESProducer( "SiPixelGainCalibrationForHLTGPUESProducer",
appendToDataLabel = cms.string( "" )
)
fragment.siPixelQualityESProducer = cms.ESProducer( "SiPixelQualityESProducer",
siPixelQualityLabel = cms.string( "" ),
siPixelQualityLabel_RawToDigi = cms.string( "" ),
ListOfRecordToMerge = cms.VPSet(
cms.PSet( record = cms.string( "SiPixelQualityFromDbRcd" ),
tag = cms.string( "" )
),
cms.PSet( record = cms.string( "SiPixelDetVOffRcd" ),
tag = cms.string( "" )
)
),
appendToDataLabel = cms.string( "" )
)
fragment.siPixelROCsStatusAndMappingWrapperESProducer = cms.ESProducer( "SiPixelROCsStatusAndMappingWrapperESProducer",
ComponentName = cms.string( "" ),
CablingMapLabel = cms.string( "" ),
Expand Down
2,359 changes: 2,150 additions & 209 deletions HLTrigger/Configuration/python/HLT_FULL_cff.py

Large diffs are not rendered by default.

2,355 changes: 2,141 additions & 214 deletions HLTrigger/Configuration/python/HLT_GRun_cff.py

Large diffs are not rendered by default.

134 changes: 105 additions & 29 deletions HLTrigger/Configuration/python/HLT_HIon_cff.py

Large diffs are not rendered by default.

21 changes: 4 additions & 17 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_0_0/PIon --cff --data --type PIon

# /dev/CMSSW_13_0_0/PIon/V140 (CMSSW_13_0_2)
# /dev/CMSSW_13_0_0/PIon/V152 (CMSSW_13_0_2)

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_0_0/PIon/V140')
tableName = cms.string('/dev/CMSSW_13_0_0/PIon/V152')
)

fragment.HLTIter0PSetTrajectoryBuilderIT = cms.PSet(
Expand Down Expand Up @@ -58,7 +58,7 @@
lostHitPenalty = cms.double( 30.0 ),
requireSeedHitsInRebuild = cms.bool( True ),
TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ),
maxPtForLooperReconstruction = cms.double( 0.7 ),
maxPtForLooperReconstruction = cms.double( 0.0 ),
propagatorAlong = cms.string( "PropagatorWithMaterialParabolicMf" ),
minNrOfHitsForRebuild = cms.int32( 5 ),
alwaysUseInvalidHits = cms.bool( False ),
Expand Down Expand Up @@ -161,7 +161,7 @@
lostHitPenalty = cms.double( 30.0 ),
requireSeedHitsInRebuild = cms.bool( True ),
TTRHBuilder = cms.string( "hltESPTTRHBWithTrackAngle" ),
maxPtForLooperReconstruction = cms.double( 0.7 ),
maxPtForLooperReconstruction = cms.double( 0.0 ),
propagatorAlong = cms.string( "PropagatorWithMaterialParabolicMf" ),
minNrOfHitsForRebuild = cms.int32( 5 ),
alwaysUseInvalidHits = cms.bool( False ),
Expand Down Expand Up @@ -3537,19 +3537,6 @@
fragment.siPixelGainCalibrationForHLTGPU = cms.ESProducer( "SiPixelGainCalibrationForHLTGPUESProducer",
appendToDataLabel = cms.string( "" )
)
fragment.siPixelQualityESProducer = cms.ESProducer( "SiPixelQualityESProducer",
siPixelQualityLabel = cms.string( "" ),
siPixelQualityLabel_RawToDigi = cms.string( "" ),
ListOfRecordToMerge = cms.VPSet(
cms.PSet( record = cms.string( "SiPixelQualityFromDbRcd" ),
tag = cms.string( "" )
),
cms.PSet( record = cms.string( "SiPixelDetVOffRcd" ),
tag = cms.string( "" )
)
),
appendToDataLabel = cms.string( "" )
)
fragment.siPixelROCsStatusAndMappingWrapperESProducer = cms.ESProducer( "SiPixelROCsStatusAndMappingWrapperESProducer",
ComponentName = cms.string( "" ),
CablingMapLabel = cms.string( "" ),
Expand Down
Loading

0 comments on commit 5d1949b

Please sign in to comment.