Skip to content

Commit

Permalink
Update hltPathOwners.json with the content of the HIon 2024-V1.0 menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Oct 25, 2024
1 parent df980b2 commit 9c7d261
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions HLTrigger/Configuration/scripts/utils/hltPathOwners.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -3333,6 +3345,12 @@
"HIN"
]
},
"HLT_HIUPC_SingleEG4_NotMBHF2AND_v": {
"online?": true,
"owners": [
"HIN"
]
},
"HLT_HIUPC_SingleEG5_BptxAND_SinglePixelTrack_MaxPixelTrack_v": {
"online?": true,
"owners": [
Expand Down Expand Up @@ -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": [
Expand Down
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_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.
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_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.
Expand Down

0 comments on commit 9c7d261

Please sign in to comment.