Skip to content

Commit 1179aab

Browse files
Martin-Grunewaldmmusich
authored andcommitted
HLT menu development for 14_0_X (branch: 14_1_X)
This version of the GRun HLT menu corresponds to few updates to the "V1.3" menu for the 2024 pp data-taking period. This update includes the integration of the following JIRA tickets: - [CMSHLT-3189](https://its.cern.ch/jira/browse/CMSHLT-3189) : [AlCa,ECAL,GEM,RPC] Replace L1uGT digis with RAW data in ALCAP0, ALCAPHISYM and RPCMON streams - [CMSHLT-3195](https://its.cern.ch/jira/browse/CMSHLT-3195) : [CSC,GEM,RPC]Add GEM Trigger Information to RPCMON output - [CMSHLT-3197](https://its.cern.ch/jira/browse/CMSHLT-3197) : [MUO] New BDT Model in Muon Doublet-Recovery - [CMSHLT-3210](https://its.cern.ch/jira/browse/CMSHLT-3210) : [TSG] Add HLT_Physics_v to online special menus - [CMSHLT-3211](https://its.cern.ch/jira/browse/CMSHLT-3211) : [SUS] Control trigger prescale tuning MSSM Hbb - [CMSHLT-3212](https://its.cern.ch/jira/browse/CMSHLT-3212) : [TSG,Scouting] Adding 2024 upt L1 seeds to the DoubleMuon Scouting path - [CMSHLT-3213](https://its.cern.ch/jira/browse/CMSHLT-3213) : [EGM,EXO,SMP] Add DST_PFScouting_SinglePhotonEB_v1 to the HLT menu - [CMSHLT-3215](https://its.cern.ch/jira/browse/CMSHLT-3215) : [TAU,HIG] Remove HPS sequence from PNet ETau paths - [CMSHLT-3219](https://its.cern.ch/jira/browse/CMSHLT-3219) : [BPH] single muon low pT paths for lumi-decay - [CMSHLT-3225](https://its.cern.ch/jira/browse/CMSHLT-3225) : [TSG] Remove PS columns "1p8E34+X" - [CMSHLT-3226](https://its.cern.ch/jira/browse/CMSHLT-3226) : [TSG] Remove PS column "2p0E34_NoMuShower" - [CMSHLT-3227](https://its.cern.ch/jira/browse/CMSHLT-3227) : [PF,HIon] Update HIDQMGPUvsCPU EventContent with hltParticleFlowClusterHCAL* products - [CMSHLT-3228](https://its.cern.ch/jira/browse/CMSHLT-3228) : [TSG] Set PS=1 for HLT-Scouting in "2p0E34_OnlyMuons" - [CMSHLT-3229](https://its.cern.ch/jira/browse/CMSHLT-3229) : [TSG] Remove PS columns "2p0E34+ZeroBias" and "2p0E34+HLTPhysics" from the offline menu - [CMSHLT-3233](https://its.cern.ch/jira/browse/CMSHLT-3233) : [TSG] Backport of some online updates from last PPS menus - [CMSHLT-3234](https://its.cern.ch/jira/browse/CMSHLT-3234) : [TSG,DQM] Set PS=30 for Dataset_OnlineMonitor - [CMSHLT-3235](https://its.cern.ch/jira/browse/CMSHLT-3235) : [TSG] Reassign hltFEDSelectorTCDS from HLTriggerFinalPath to those paths in streams actually saving its product
1 parent 34d92a7 commit 1179aab

23 files changed

+19410
-16807
lines changed

HLTrigger/Configuration/python/HLT_FULL_cff.py

Lines changed: 4320 additions & 3776 deletions
Large diffs are not rendered by default.

HLTrigger/Configuration/python/HLT_GRun_cff.py

Lines changed: 4134 additions & 3608 deletions
Large diffs are not rendered by default.

HLTrigger/Configuration/python/HLT_HIon_cff.py

Lines changed: 69 additions & 44 deletions
Large diffs are not rendered by default.

HLTrigger/Configuration/python/HLT_PIon_cff.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hltGetConfiguration /dev/CMSSW_14_0_0/PIon --cff --data --type PIon
22

3-
# /dev/CMSSW_14_0_0/PIon/V124 (CMSSW_14_0_6)
3+
# /dev/CMSSW_14_0_0/PIon/V141 (CMSSW_14_0_6)
44

55
import FWCore.ParameterSet.Config as cms
66

@@ -9,7 +9,7 @@
99
fragment.load("Configuration.StandardSequences.Accelerators_cff")
1010

1111
fragment.HLTConfigVersion = cms.PSet(
12-
tableName = cms.string("/dev/CMSSW_14_0_0/PIon/V124")
12+
tableName = cms.string("/dev/CMSSW_14_0_0/PIon/V141")
1313
)
1414

1515
fragment.HLTIter4PSetTrajectoryBuilderIT = cms.PSet(
@@ -3608,10 +3608,6 @@
36083608
offset = cms.uint32( 0 ),
36093609
L1GtReadoutRecordTag = cms.InputTag( "hltGtStage2Digis" )
36103610
)
3611-
fragment.hltFEDSelectorTCDS = cms.EDProducer( "EvFFEDSelector",
3612-
inputTag = cms.InputTag( "rawDataCollector" ),
3613-
fedList = cms.vuint32( 1024, 1025 )
3614-
)
36153611
fragment.hltTriggerSummaryAOD = cms.EDProducer( "TriggerSummaryProducerAOD",
36163612
throw = cms.bool( False ),
36173613
processName = cms.string( "@" ),
@@ -3695,7 +3691,7 @@
36953691
fragment.HLT_Random_v3 = cms.Path( fragment.HLTBeginSequenceRandom + fragment.hltPreRandom + fragment.HLTEndSequence )
36963692
fragment.HLT_Physics_v12 = cms.Path( fragment.HLTBeginSequenceL1Fat + fragment.hltPrePhysics + fragment.HLTEndSequence )
36973693
fragment.HLT_ZeroBias_v11 = cms.Path( fragment.HLTBeginSequence + fragment.hltL1sZeroBias + fragment.hltPreZeroBias + fragment.HLTEndSequence )
3698-
fragment.HLTriggerFinalPath = cms.Path( fragment.hltGtStage2Digis + fragment.hltFEDSelectorTCDS + fragment.hltTriggerSummaryAOD + fragment.hltTriggerSummaryRAW + fragment.hltBoolFalse )
3694+
fragment.HLTriggerFinalPath = cms.Path( fragment.hltGtStage2Digis + fragment.hltTriggerSummaryAOD + fragment.hltTriggerSummaryRAW + fragment.hltBoolFalse )
36993695
fragment.HLTAnalyzerEndpath = cms.EndPath( fragment.hltGtStage2Digis + fragment.hltL1TGlobalSummary + fragment.hltTrigReport )
37003696
fragment.Dataset_HLTPhysics = cms.Path( fragment.HLTDatasetPathBeginSequence + fragment.hltDatasetHLTPhysics + fragment.hltPreDatasetHLTPhysics )
37013697
fragment.Dataset_OnlineMonitor = cms.Path( fragment.HLTDatasetPathBeginSequence + fragment.hltDatasetOnlineMonitor + fragment.hltPreDatasetOnlineMonitor )

HLTrigger/Configuration/python/HLT_PRef_cff.py

Lines changed: 223 additions & 152 deletions
Large diffs are not rendered by default.

HLTrigger/Configuration/python/HLT_Special_cff.py

Lines changed: 152 additions & 63 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)