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

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

Public Member Functions

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

Detailed Description

Definition at line 133 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

std::string precedence::GroupMode::operator() ( const AlgoProps ) const
inline

Definition at line 134 of file PrecedenceRulesGraph.h.

134 { return ""; }

◆ operator()() [2/3]

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

Definition at line 140 of file PrecedenceRulesGraph.h.

140 { return ""; }

◆ operator()() [3/3]

std::string precedence::GroupMode::operator() ( const DecisionHubProps props) const
inline

Definition at line 136 of file PrecedenceRulesGraph.h.

136  {
137  return props.m_modeConcurrent ? "Concurrent" : "Sequential";
138  }

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