Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /L1Trigger/Configuration/python/Phase2GTMenus/README.md is written in an unsupported language. File is not indexed.

0001 # L1 Phase-2 Global Trigger (P2GT) menus
0002 
0003 Menus for the P2GT emulator (and firmware) are stored in this folder.
0004 
0005 See the Menu twiki page for a general overview: https://twiki.cern.ch/twiki/bin/viewauth/CMS/PhaseIIL1TriggerMenuTools
0006 
0007 See the `README` in the P2GT package for details on how to write the menu configs:
0008 [`L1Trigger/Phase2L1GT/README.md`](L1Trigger/Phase2L1GT/README.md)
0009 
0010 Available menus:
0011 * `step1_2023` –> first menu of 2023
0012 * `step1_2024` -> the 2024 version 
0013 * `step1_2024_explicitSeeds` –> the 2024 version with explicit definitions of individual objects
0014 
0015 These menus can be specified via the cmsDriver configuration as `-s L1P2GT:step1_2024`.
0016 
0017 Note that the full menu expanded configuration can be inspected using `edmConfigDump` on a `cmsRun` config that executes the `L1P2GT` step:
0018 1. Produce the config via 
0019 ```
0020 cmsDriver.py -s L1P2GT --conditions auto:phase2_realistic_T33 --filein file:file.root --no_exec --python_filename l1pgt_cfg.py
0021 ```
0022 2. Dump the config via 
0023 ```
0024 edmConfigDump l1pgt_cfg.py > edm_l1pgt_cfg.py
0025 ```