![]() |
ATLAS Offline Software
|
#include <TrigRNNOutput_v1.h>
Public Member Functions | |
| TrigRNNOutput_v1 () | |
| Class default constructor. | |
| const std::vector< float > & | decision () const |
| Acessor methods. | |
| long | RoIword () const |
| float | et () const |
| void | setDecision (const std::vector< float > &d) |
| void | setDecision (float d) |
| void | setRoiWord (long w) |
| void | setEt (float e) |
Definition at line 22 of file TrigRNNOutput_v1.h.
| xAOD::TrigRNNOutput_v1::TrigRNNOutput_v1 | ( | ) |
Class default constructor.
Definition at line 15 of file TrigRNNOutput_v1.cxx.
| float xAOD::TrigRNNOutput_v1::et | ( | ) | const |
| long xAOD::TrigRNNOutput_v1::RoIword | ( | ) | const |
| void xAOD::TrigRNNOutput_v1::setDecision | ( | float | d | ) |
Definition at line 23 of file TrigRNNOutput_v1.cxx.
| void xAOD::TrigRNNOutput_v1::setEt | ( | float | e | ) |
| void xAOD::TrigRNNOutput_v1::setRoiWord | ( | long | w | ) |