![]() |
ATLAS Offline Software
|
#include <TrigRNNOutput_v2.h>
Public Types | |
| typedef ElementLink< TrigRingerRingsContainer > | RingerLink_t |
| Type of the EM cluster link. | |
Public Member Functions | |
| TrigRNNOutput_v2 () | |
| Class default constructor. | |
| const std::vector< float > & | rnnDecision () const |
| Acessor methods. | |
| void | setRnnDecision (const std::vector< float > &d) |
| void | setRnnDecision (float d) |
| const TrigRingerRings * | ringer () const |
| The associated EM cluster, as a simple pointer. | |
| const RingerLink_t & | ringerLink () const |
| The associated EM cluster, as an ElementLink. | |
| void | setRingerLink (const RingerLink_t &value) |
| Set the ElementLink pointing to the EM cluster constituent. | |
Definition at line 24 of file TrigRNNOutput_v2.h.
Type of the EM cluster link.
Definition at line 37 of file TrigRNNOutput_v2.h.
| xAOD::TrigRNNOutput_v2::TrigRNNOutput_v2 | ( | ) |
Class default constructor.
Definition at line 16 of file TrigRNNOutput_v2.cxx.
| const TrigRingerRings * xAOD::TrigRNNOutput_v2::ringer | ( | ) | const |
The associated EM cluster, as a simple pointer.
This function can be used to conveniently access the TrigRingerRings associated with the rnn.
It will return a null pointer if the associated object can't be retrieved, but it will never fail in any other way.
Definition at line 39 of file TrigRNNOutput_v2.cxx.
| const RingerLink_t & xAOD::TrigRNNOutput_v2::ringerLink | ( | ) | const |
The associated EM cluster, as an ElementLink.
| void xAOD::TrigRNNOutput_v2::setRingerLink | ( | const RingerLink_t & | value | ) |
Set the ElementLink pointing to the EM cluster constituent.
| void xAOD::TrigRNNOutput_v2::setRnnDecision | ( | float | d | ) |
Definition at line 23 of file TrigRNNOutput_v2.cxx.