11#include "AthLinks/ElementLink.h"
16 MsgStream &log)
const {
18 log << MSG::DEBUG <<
"TrigRNNOutputCnv_p1::tranToPers" <<
endmsg;
20 if ( (!trans) || (!pers) )
24 for (
unsigned int i = 0; i < trans->
size(); ++i) {
33 MsgStream &log)
const {
35 log << MSG::DEBUG <<
"TrigRNNOutputCnv_p1::persToTrans" <<
endmsg;
37 if ( (!pers) || (!trans) )
41 for (
unsigned int i = 0; i < pers->
m_output.size(); ++i){
This file contains the class definition for the ElementLinkCnv_p1 class.
ElementLink implementation for ROOT usage.
virtual void persToTrans(const TrigRNNOutput_p1 *persObj, TrigRNNOutput *transObj, MsgStream &log) const override
virtual void transToPers(const TrigRNNOutput *transObj, TrigRNNOutput_p1 *persObj, MsgStream &log) const override
ElementLinkCnv_p1< ElementLink< TrigEMClusterContainer > > m_ELinkTrigEMClusterCnv
ElementLinkInt_p1 m_cluster
std::vector< float > m_output
This class carries the output of the Neural Network of TrigMultiVarHypo.
unsigned int size() const
float & at(const unsigned int i)
std::vector< float > & output()
Acessor methods.
const ElementLink< TrigEMClusterContainer > & clusterLink() const
void setCluster(const TrigEMClusterContainer &cluster_con, unsigned int cluster_idx)