Skip to content

Commit b16e670

Browse files
committed
Expand P2GT menu readme
1 parent e664dea commit b16e670

File tree

1 file changed

+11
-0
lines changed
  • L1Trigger/Configuration/python/Phase2GTMenus

1 file changed

+11
-0
lines changed

L1Trigger/Configuration/python/Phase2GTMenus/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ Available menus:
1212
* `step1_2024` -> the 2024 version
1313
* `step1_2024_explicitSeeds` –> the 2024 version with explicit definitions of individual objects
1414

15+
These menus can be specified via the cmsDriver configuration as `-s L1P2GT:step1_2024`.
16+
17+
Note that the full menu expanded configuration can be inspected using `edmConfigDump` on a `cmsRun` config that executes the `L1P2GT` step:
18+
1. Produce the config via
19+
```
20+
cmsDriver.py -s L1P2GT --conditions auto:phase2_realistic_T33 --filein file:file.root --no_exec --python_filename l1pgt_cfg.py
21+
```
22+
2. Dump the config via
23+
```
24+
edmConfigDump l1pgt_cfg.py > edm_l1pgt_cfg.py
25+
```

0 commit comments

Comments
 (0)