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