![]()  | 
  
    The Gaudi Framework
    v36r9 (fd2bdac3)
    
   | 
 
#include </builds/gaudi/Gaudi/GaudiHive/src/PRGraph/PrecedenceRulesGraph.h>

Public Member Functions | |
| AlgoProps () | |
| AlgoProps (Gaudi::Algorithm *algo, uint nodeIndex, uint algoIndex, bool inverted, bool allPass) | |
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_inverted { false } | 
| Whether the selection result is negated or not.  More... | |
| bool | m_allPass { false } | 
| Whether the selection result is relevant or always "pass".  More... | |
| bool | m_isBlocking { false } | 
| If an algorithm is blocking.  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 79 of file PrecedenceRulesGraph.h.
| Gaudi::Algorithm* precedence::AlgoProps::m_algorithm { nullptr } | 
Algorithm representative behind the AlgorithmNode.
Definition at line 82 of file PrecedenceRulesGraph.h.
| bool precedence::AlgoProps::m_allPass { false } | 
Whether the selection result is relevant or always "pass".
Definition at line 87 of file PrecedenceRulesGraph.h.
| bool precedence::AlgoProps::m_inverted { false } | 
Whether the selection result is negated or not.
Definition at line 85 of file PrecedenceRulesGraph.h.
| bool precedence::AlgoProps::m_isBlocking { false } | 
If an algorithm is blocking.
Definition at line 89 of file PrecedenceRulesGraph.h.
| std::string precedence::AlgoProps::m_name { "" } | 
Definition at line 77 of file PrecedenceRulesGraph.h.
| int precedence::AlgoProps::m_nodeIndex { -1 } | 
Definition at line 78 of file PrecedenceRulesGraph.h.
| int precedence::AlgoProps::m_rank { -1 } | 
Definition at line 80 of file PrecedenceRulesGraph.h.