The Gaudi Framework  master (37c0b60a)
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 161 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 162 of file PrecedenceRulesGraph.h.

162 { return ""; }

◆ operator()() [2/3]

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

Definition at line 168 of file PrecedenceRulesGraph.h.

168 { return ""; }

◆ operator()() [3/3]

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

Definition at line 164 of file PrecedenceRulesGraph.h.

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

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