#include </builds/gaudi/Gaudi/GaudiHive/src/PRGraph/PrecedenceRulesGraph.h>
Definition at line 66 of file PrecedenceRulesGraph.h.
◆ AlgoProps() [1/2]
precedence::AlgoProps::AlgoProps |
( |
| ) |
|
|
inline |
◆ AlgoProps() [2/2]
precedence::AlgoProps::AlgoProps |
( |
Gaudi::Algorithm * | algo, |
|
|
uint | nodeIndex, |
|
|
uint | algoIndex ) |
|
inline |
Definition at line 68 of file PrecedenceRulesGraph.h.
const std::string & name() const override
The identifying name of the algorithm object.
bool isAsynchronous() const
Gaudi::Algorithm * m_algorithm
Algorithm representative behind the AlgorithmNode.
bool m_isAsynchronous
If an algorithm is asynchronous.
◆ m_algoIndex
int precedence::AlgoProps::m_algoIndex { -1 } |
◆ m_algorithm
◆ m_isAsynchronous
bool precedence::AlgoProps::m_isAsynchronous { false } |
◆ m_name
std::string precedence::AlgoProps::m_name { "" } |
◆ m_nodeIndex
int precedence::AlgoProps::m_nodeIndex { -1 } |
◆ m_rank
int precedence::AlgoProps::m_rank { -1 } |
The documentation for this struct was generated from the following file: