The Gaudi Framework  master (e199b415)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
precedence::GroupExit 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 152 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 153 of file PrecedenceRulesGraph.h.

153 { return ""; }

◆ operator()() [2/3]

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

Definition at line 159 of file PrecedenceRulesGraph.h.

159 { return ""; }

◆ operator()() [3/3]

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

Definition at line 155 of file PrecedenceRulesGraph.h.

155  {
156  return props.m_modePromptDecision ? "Early" : "Late";
157  }

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