Skip to content

cms-l1-globaltrigger/tm-reporter

Repository files navigation

XML Menu Reporter

Install

Install using pip (>= 19.0).

pip install --upgrade pip
pip install git+https://github.com/cms-l1-globaltrigger/[email protected]

Basic usage

Generate HTML/TWiki reports from XML trigger menu.

tm-reporter [-m {html,twiki}] [-o <dir>] <filename>

Output modes are html or twiki and defaults to html if not specified.

The default output location is the current working directory if not specified other using the -o flag.