#include <TrigRNNOutput_v1.h>
Definition at line 22 of file TrigRNNOutput_v1.h.
◆ TrigRNNOutput_v1()
| xAOD::TrigRNNOutput_v1::TrigRNNOutput_v1 |
( |
| ) |
|
Class default constructor.
Definition at line 15 of file TrigRNNOutput_v1.cxx.
16 {
17 }
AuxElement(SG::AuxVectorData *container, size_t index)
Base class for elements of a container that can have aux data.
◆ decision()
| const std::vector< float > & xAOD::TrigRNNOutput_v1::decision |
( |
| ) |
const |
◆ et()
| float xAOD::TrigRNNOutput_v1::et |
( |
| ) |
const |
◆ RoIword()
| long xAOD::TrigRNNOutput_v1::RoIword |
( |
| ) |
const |
◆ setDecision() [1/2]
| void xAOD::TrigRNNOutput_v1::setDecision |
( |
const std::vector< float > & | d | ) |
|
◆ setDecision() [2/2]
| void xAOD::TrigRNNOutput_v1::setDecision |
( |
float | d | ) |
|
Definition at line 23 of file TrigRNNOutput_v1.cxx.
23 {
24 static const Accessor< std::vector<float> >
acc(
"decision" );
25 acc(*this).push_back(d);
26 }
static const SG::AuxElement::Accessor< ElementLink< IParticleContainer > > acc("originalObjectLink")
Object used for setting/getting the dynamic decoration in question.
◆ setEt()
| void xAOD::TrigRNNOutput_v1::setEt |
( |
float | e | ) |
|
◆ setRoiWord()
| void xAOD::TrigRNNOutput_v1::setRoiWord |
( |
long | w | ) |
|
The documentation for this class was generated from the following files: