The Gaudi Framework  master (37c0b60a)
precedence::VertexName 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 &props) const
 
std::string operator() (const DataProps &props) const
 

Detailed Description

Definition at line 125 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 126 of file PrecedenceRulesGraph.h.

126 { return props.m_name; }

◆ operator()() [2/3]

std::string precedence::VertexName::operator() ( const DataProps props) const
inline

Definition at line 130 of file PrecedenceRulesGraph.h.

130 { return props.m_id.fullKey(); }

◆ operator()() [3/3]

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

Definition at line 128 of file PrecedenceRulesGraph.h.

128 { return props.m_name; }

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