https://github.com/cms-l1-globaltrigger/tm-editor
CMS Level-1 Trigger Menu Editor (TME)
https://github.com/cms-l1-globaltrigger/tm-editor
cern cms-l1-dpg lhc scientific
Last synced: 5 months ago
JSON representation
CMS Level-1 Trigger Menu Editor (TME)
- Host: GitHub
- URL: https://github.com/cms-l1-globaltrigger/tm-editor
- Owner: cms-l1-globaltrigger
- License: gpl-3.0
- Created: 2019-01-31T14:43:49.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T16:49:27.000Z (about 1 year ago)
- Last Synced: 2025-05-15T17:41:07.948Z (about 1 year ago)
- Topics: cern, cms-l1-dpg, lhc, scientific
- Language: Python
- Homepage: https://globaltrigger.web.cern.ch/upgrade/tme
- Size: 2.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: changelog
- License: LICENSE
Awesome Lists containing this project
README
Trigger Menu Editor
===================
## Install
```bash
pip install --extra-index-url https://globaltrigger.web.cern.ch/pypi tm-editor
```
## Build
Regenerate the PyQt5 resource module.
```bash
pyrcc5 resource/tmEditor.rcc -o tmEditor/tmeditor_rc.py
```
## Synopsis
$ tm-editor
## Example
Opening a local XML file:
$ tm-editor L1Menu_Sample.xml
Opening a remote XML resource:
$ tm-editor http://example.com/L1Menu_Sample.xml