|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <cstdint>#include <string>#include <vector>#include <memory>#include <cmath>Go to the source code of this file.
Classes | |
| union | triggeralgs::Entry |
| class | triggeralgs::TreeliteModelBase |
| Base class: defines shared interface and utilities for all models. More... | |
| class | triggeralgs::TreelitePDHDModel |
| Model for signal finding in PD-HD — trained on PD-HD data. More... | |
Namespaces | |
| namespace | triggeralgs |
Macros | |
| #define | LIKELY(x) |
| #define | UNLIKELY(x) |
| #define LIKELY | ( | x | ) |
Definition at line 14 of file treelitemodel.hpp.
| #define UNLIKELY | ( | x | ) |
Definition at line 15 of file treelitemodel.hpp.