From 9c7d261e88c7100fac191e5d9584c2422ada4360 Mon Sep 17 00:00:00 2001 From: mmusich Date: Thu, 24 Oct 2024 22:58:37 +0200 Subject: [PATCH] Update hltPathOwners.json with the content of the HIon 2024-V1.0 menu --- .../scripts/utils/hltPathOwners.json | 30 +++++++++++++++++++ .../Configuration/scripts/utils/readme.md | 4 +-- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/HLTrigger/Configuration/scripts/utils/hltPathOwners.json b/HLTrigger/Configuration/scripts/utils/hltPathOwners.json index 4d250b39ec938..dcce569263929 100644 --- a/HLTrigger/Configuration/scripts/utils/hltPathOwners.json +++ b/HLTrigger/Configuration/scripts/utils/hltPathOwners.json @@ -217,6 +217,18 @@ "Tracker" ] }, + "DQM_Random_v": { + "online?": true, + "owners": [ + "TSG" + ] + }, + "DQM_ZeroBias_v": { + "online?": true, + "owners": [ + "TSG" + ] + }, "DST_PFScouting_AXOLoose_v": { "online?": true, "owners": [ @@ -3333,6 +3345,12 @@ "HIN" ] }, + "HLT_HIUPC_SingleEG4_NotMBHF2AND_v": { + "online?": true, + "owners": [ + "HIN" + ] + }, "HLT_HIUPC_SingleEG5_BptxAND_SinglePixelTrack_MaxPixelTrack_v": { "online?": true, "owners": [ @@ -5053,12 +5071,24 @@ "TSG" ] }, + "HLT_L1SingleMuCosmics_CosmicTracking_v": { + "online?": true, + "owners": [ + "TSG" + ] + }, "HLT_L1SingleMuCosmics_EMTF_v": { "online?": true, "owners": [ "LUM" ] }, + "HLT_L1SingleMuCosmics_PointingCosmicTracking_v": { + "online?": true, + "owners": [ + "TSG" + ] + }, "HLT_L1SingleMuCosmics_v": { "online?": true, "owners": [ diff --git a/HLTrigger/Configuration/scripts/utils/readme.md b/HLTrigger/Configuration/scripts/utils/readme.md index e66b5a561ff26..cec01022881ad 100644 --- a/HLTrigger/Configuration/scripts/utils/readme.md +++ b/HLTrigger/Configuration/scripts/utils/readme.md @@ -22,7 +22,7 @@ Instructions for creating a spreadsheet for the release of a HLT menu. 1. Check if there are Paths without owners in the target configuration. ``` - ./hltListPathsWithoutOwners /dev/CMSSW_14_0_0/GRun --meta hltPathOwners.json + ./hltListPathsWithoutOwners /dev/CMSSW_14_1_0/GRun --meta hltPathOwners.json ``` 2. If there are Paths without owners, update the JSON file accordingly. @@ -39,7 +39,7 @@ Instructions for creating a spreadsheet for the release of a HLT menu. 3. Create the `.csv` files summarising the content of the HLT menu. ```bash - ./hltMenuContentToCSVs /dev/CMSSW_14_0_0/GRun --meta hltPathOwners.json --prescale 2p0E34 + ./hltMenuContentToCSVs /dev/CMSSW_14_1_0/GRun --meta hltPathOwners.json --prescale 2p0E34 ``` In the command above, provide as argument to `--prescale` the name of the PS column to be considered as the main/default PS column for that HLT menu.