The Gaudi Framework  master (37c0b60a)
precedence::Operations Struct Reference

#include </builds/gaudi/Gaudi/GaudiHive/src/PRGraph/PrecedenceRulesGraph.h>

Public Member Functions

std::string operator() (const AlgoProps &props) const
 
std::string operator() (const DecisionHubProps &) const
 
std::string operator() (const DataProps &) const
 

Detailed Description

Definition at line 373 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

std::string precedence::Operations::operator() ( const AlgoProps props) const
inline

Definition at line 374 of file PrecedenceRulesGraph.h.

374  {
375  return props.m_isAsynchronous ? "Asynchronous" : "CPU-bound";
376  }

◆ operator()() [2/3]

std::string precedence::Operations::operator() ( const DataProps ) const
inline

Definition at line 380 of file PrecedenceRulesGraph.h.

380 { return ""; }

◆ operator()() [3/3]

std::string precedence::Operations::operator() ( const DecisionHubProps ) const
inline

Definition at line 378 of file PrecedenceRulesGraph.h.

378 { return ""; }

The documentation for this struct was generated from the following file:
check_ParticleID.props
props
Definition: check_ParticleID.py:21