DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
treelitemodel.hpp File Reference
#include <cstdint>
#include <string>
#include <vector>
#include <memory>
#include <cmath>
Include dependency graph for treelitemodel.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ LIKELY

#define LIKELY ( x)
Value:
(x)

Definition at line 14 of file treelitemodel.hpp.

◆ UNLIKELY

#define UNLIKELY ( x)
Value:
(x)

Definition at line 15 of file treelitemodel.hpp.