We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e664dea commit b16e670Copy full SHA for b16e670
L1Trigger/Configuration/python/Phase2GTMenus/README.md
@@ -12,3 +12,14 @@ Available menus:
12
* `step1_2024` -> the 2024 version
13
* `step1_2024_explicitSeeds` –> the 2024 version with explicit definitions of individual objects
14
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