The Gaudi Framework
master (37c0b60a)
|
#include </builds/gaudi/Gaudi/GaudiHive/src/PRGraph/PrecedenceRulesGraph.h>
Public Member Functions | |
AlgoProps () | |
AlgoProps (Gaudi::Algorithm *algo, uint nodeIndex, uint algoIndex) | |
Public Attributes | |
std::string | m_name { "" } |
int | m_nodeIndex { -1 } |
int | m_algoIndex { -1 } |
int | m_rank { -1 } |
Gaudi::Algorithm * | m_algorithm { nullptr } |
Algorithm representative behind the AlgorithmNode. More... | |
bool | m_isAsynchronous { false } |
If an algorithm is asynchronous. More... | |
Definition at line 66 of file PrecedenceRulesGraph.h.
|
inline |
Definition at line 67 of file PrecedenceRulesGraph.h.
|
inline |
Definition at line 68 of file PrecedenceRulesGraph.h.
int precedence::AlgoProps::m_algoIndex { -1 } |
Definition at line 77 of file PrecedenceRulesGraph.h.
Gaudi::Algorithm* precedence::AlgoProps::m_algorithm { nullptr } |
Algorithm representative behind the AlgorithmNode.
Definition at line 80 of file PrecedenceRulesGraph.h.
bool precedence::AlgoProps::m_isAsynchronous { false } |
If an algorithm is asynchronous.
Definition at line 82 of file PrecedenceRulesGraph.h.
std::string precedence::AlgoProps::m_name { "" } |
Definition at line 75 of file PrecedenceRulesGraph.h.
int precedence::AlgoProps::m_nodeIndex { -1 } |
Definition at line 76 of file PrecedenceRulesGraph.h.
int precedence::AlgoProps::m_rank { -1 } |
Definition at line 78 of file PrecedenceRulesGraph.h.