#include </builds/gaudi/Gaudi/GaudiHive/src/PRGraph/Visitors/Rankers.h>
Definition at line 28 of file Rankers.h.
◆ reset()
void concurrency::RankerByCummulativeOutDegree::reset |
( |
| ) |
|
|
inlineoverridevirtual |
◆ runThroughAdjacents()
Definition at line 75 of file Rankers.cpp.
77 typename boost::graph_traits<precedence::PrecTrace>::adjacency_iterator itVB;
78 typename boost::graph_traits<precedence::PrecTrace>::adjacency_iterator itVE;
80 for ( boost::tie( itVB, itVE ) = adjacent_vertices( vertex,
graph ); itVB != itVE; ++itVB ) {
◆ visit() [1/5]
virtual bool concurrency::IGraphVisitor::visit |
|
inline |
◆ visit() [2/5]
bool concurrency::RankerByCummulativeOutDegree::visit |
( |
AlgorithmNode & |
node | ) |
|
|
overridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 38 of file Rankers.cpp.
41 myfile.
open(
"InputExecutionPlan.graphml", std::ios::in );
48 boost::dynamic_properties dp;
49 dp.property(
"name",
get( &AlgoTraceProps::m_name, execPlan ) );
50 dp.property(
"index",
get( &AlgoTraceProps::m_index, execPlan ) );
51 dp.property(
"dataRank",
get( &AlgoTraceProps::m_rank, execPlan ) );
52 dp.property(
"runtime",
get( &AlgoTraceProps::m_runtime, execPlan ) );
54 boost::read_graphml( myfile, execPlan, dp );
56 typedef boost::graph_traits<precedence::PrecTrace>::vertex_iterator itV;
59 for ( vp = boost::vertices( execPlan ); vp.first != vp.second; ++vp.first ) {
61 auto index =
get( &AlgoTraceProps::m_name, execPlan );
62 if (
index[
v] == node.name() ) {
◆ visit() [3/5]
virtual bool concurrency::IGraphVisitor::visit |
|
inline |
◆ visit() [4/5]
virtual bool concurrency::IGraphVisitor::visit |
|
inline |
◆ visit() [5/5]
virtual bool concurrency::IGraphVisitor::visit |
|
inline |
◆ m_nodesSucceeded
int concurrency::RankerByCummulativeOutDegree::m_nodesSucceeded { 0 } |
The documentation for this class was generated from the following files:
size_t index(const Gaudi::ParticleProperty *property, const Gaudi::Interfaces::IParticlePropertySvc *service)
helper utility for mapping of Gaudi::ParticleProperty object into non-negative integral sequential id...