Skip to content

Commit

Permalink
update readme to CMSSW_14_0_0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Mar 15, 2024
1 parent d907983 commit 15e3f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/scripts/utils/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 15e3f3e

Please sign in to comment.