Public Types | |
typedef ElementLink < TrigRingerRingsContainer > | RingerLink_t |
Type of the EM cluster link. | |
Public Member Functions | |
TrigRNNOutput_v2 () | |
const std::vector< float > & | rnnDecision () const |
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. |
xAOD::TrigRNNOutput_v2::TrigRNNOutput_v2 | ( | ) |
Class default constructor
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.
const std::vector<float>& xAOD::TrigRNNOutput_v2::rnnDecision | ( | ) | const |
Acessor methods