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

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 163 of file PrecedenceRulesGraph.h.

163 { return ""; }

◆ operator()() [2/3]

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

Definition at line 169 of file PrecedenceRulesGraph.h.

169 { return ""; }

◆ operator()() [3/3]

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

Definition at line 165 of file PrecedenceRulesGraph.h.

165  {
166  return props.m_inverted ? "Inverted" : "Non-inverted";
167  }

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