|
epic-drich-beam-test-analysis
ePIC dRICH beam test analysis framework
|
Static configuration for a single trigger channel, loaded from TOML. More...
#include <triggers.h>
Public Member Functions | |
| trigger_config (const std::string &_name, uint8_t _index, uint16_t _delay, uint16_t _device) | |
| Construct from all fields. | |
Static configuration for a single trigger channel, loaded from TOML.
Each entry corresponds to one [[trigger]] block in the config file. Lives in the trigger_registry; not created per-event.
|
inline |
Construct from all fields.
| _name | Trigger name. |
| _index | Trigger index. |
| _delay | Trigger delay. |
| _device | Source device ID. |