Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Macros | Functions
AssociationEnums.cxx File Reference
#include "FlavorTagInference/AssociationEnums.h"
#include <stdexcept>
Include dependency graph for AssociationEnums.cxx:

Go to the source code of this file.

Namespaces

 FlavorTagInference
 This file contains "getter" functions used for accessing tagger inputs from the EDM.
 

Macros

#define RETURN_CONFIG(cfg)   if (name == std::string(#cfg)) return TrackLinkType::cfg
 

Functions

TrackLinkType FlavorTagInference::trackLinkTypeFromString (const std::string &)
 

Macro Definition Documentation

◆ RETURN_CONFIG

#define RETURN_CONFIG (   cfg)    if (name == std::string(#cfg)) return TrackLinkType::cfg

Definition at line 13 of file AssociationEnums.cxx.