Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  master (e199b415)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
precedence::AllPass 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 172 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 173 of file PrecedenceRulesGraph.h.

173 { return ""; }

◆ operator()() [2/3]

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

Definition at line 177 of file PrecedenceRulesGraph.h.

177 { return ""; }

◆ operator()() [3/3]

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

Definition at line 175 of file PrecedenceRulesGraph.h.

175 { return props.m_allPass ? "Optimist" : "Realist"; }

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