From 15e3f3ed06ced89a1ee1f8b75f55931ad891f849 Mon Sep 17 00:00:00 2001 From: mmusich Date: Fri, 15 Mar 2024 09:31:58 +0100 Subject: [PATCH] update readme to CMSSW_14_0_0 --- HLTrigger/Configuration/scripts/utils/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HLTrigger/Configuration/scripts/utils/readme.md b/HLTrigger/Configuration/scripts/utils/readme.md index 372e2bea8695d..e66b5a561ff26 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_13_2_0/GRun --meta hltPathOwners.json + ./hltListPathsWithoutOwners /dev/CMSSW_14_0_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_13_2_0/GRun --meta hltPathOwners.json --prescale 2e34 + ./hltMenuContentToCSVs /dev/CMSSW_14_0_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.