ATLAS Offline Software
Loading...
Searching...
No Matches
EventReco::Node Class Reference

#include <GraphBase.h>

Collaboration diagram for EventReco::Node:

Public Member Functions

 Node ()=default
 Node (const Features &attributes, int64_t nodeIndex)
const Features & getFeatures () const
Features & getFeatures ()
int64_t getNodeIndex () const

Private Attributes

Features m_nodeFeatures = {}
int64_t m_nodeIndex = -1

Detailed Description

Definition at line 20 of file GraphBase.h.

Constructor & Destructor Documentation

◆ Node() [1/2]

EventReco::Node::Node ( )
default

◆ Node() [2/2]

EventReco::Node::Node ( const Features & attributes,
int64_t nodeIndex )
inline

Definition at line 23 of file GraphBase.h.

24 : m_nodeFeatures(attributes), m_nodeIndex(nodeIndex) {};
Features m_nodeFeatures
Definition GraphBase.h:30
int64_t m_nodeIndex
Definition GraphBase.h:31

Member Function Documentation

◆ getFeatures() [1/2]

Features & EventReco::Node::getFeatures ( )
inline

Definition at line 26 of file GraphBase.h.

26{ return m_nodeFeatures; };

◆ getFeatures() [2/2]

const Features & EventReco::Node::getFeatures ( ) const
inline

Definition at line 25 of file GraphBase.h.

25{ return m_nodeFeatures; };

◆ getNodeIndex()

int64_t EventReco::Node::getNodeIndex ( ) const
inline

Definition at line 27 of file GraphBase.h.

27{ return m_nodeIndex; };

Member Data Documentation

◆ m_nodeFeatures

Features EventReco::Node::m_nodeFeatures = {}
private

Definition at line 30 of file GraphBase.h.

30{};

◆ m_nodeIndex

int64_t EventReco::Node::m_nodeIndex = -1
private

Definition at line 31 of file GraphBase.h.


The documentation for this class was generated from the following file: