![]() |
The Gaudi Framework
v28r0
|
Classes | |
class | AlgorithmNode |
class | ControlFlowNode |
class | DataNode |
class | DecisionNode |
class | ExecutionFlowGraph |
class | ExecutionFlowManager |
Manage the execution flow using an execution flow graph Once initialized, the graph is const and can be shared across events. More... | |
struct | IExecutionFlowGraph |
struct | IExecutionFlowManager |
class | IGraphVisitor |
class | RankerByCummulativeOutDegree |
class | RankerByDataRealmEccentricity |
class | RankerByEccentricity |
class | RankerByProductConsumption |
class | RankerByTiming |
class | RunSimulator |
class | Trigger |
A visitor, performing full top-down traversals of a graph. More... | |
Typedefs | |
typedef AlgsExecutionStates::State | State |
typedef std::unordered_map< std::string, AlgorithmNode * > | AlgoNodesMap |
typedef std::unordered_map< std::string, DecisionNode * > | DecisionHubsMap |
typedef std::unordered_map< DataObjID, DataNode *, DataObjID_Hasher > | DataNodesMap |
typedef std::unordered_map< std::string, DataObjIDColl > | AlgoInputsMap |
typedef std::unordered_map< std::string, DataObjIDColl > | AlgoOutputsMap |
Definition at line 269 of file ExecutionFlowGraph.h.
Definition at line 265 of file ExecutionFlowGraph.h.
Definition at line 270 of file ExecutionFlowGraph.h.
Definition at line 267 of file ExecutionFlowGraph.h.
Definition at line 266 of file ExecutionFlowGraph.h.
Definition at line 43 of file ExecutionFlowGraph.h.