![]() |
ATLAS Offline Software
|
Helper functions intended to be called from the debugger. More...
#include "AthContainers/debug.h"#include "AthContainers/AuxTypeRegistry.h"#include "AthContainers/JaggedVecImpl.h"#include "AthContainers/PackedLinkImpl.h"#include "AthContainers/tools/error.h"#include "AthContainersInterfaces/IConstAuxStore.h"#include "AthLinks/DataLinkBase.h"#include "SGTools/DataProxy.h"#include "CxxUtils/StrFormat.h"#include <format>#include <vector>#include <sstream>#include <iostream>Go to the source code of this file.
Namespaces | |
| namespace | SGdebug |
Macros | |
| #define | CONVERT(T) |
| #define | CONVERT1(T) |
Functions | |
| std::string | SGdebug::aux_var_name (SG::auxid_t id) |
| Return the name corresponding to a given aux id. | |
| void | SGdebug::print_aux_var_name (SG::auxid_t id) |
| Print the name corresponding to a given aux id. | |
| void | SGdebug::print_aux_vars (const SG::auxid_set_t &auxids, const SG::auxid_set_t &decors=SG::auxid_set_t()) |
| Print the list of aux variables in a set. | |
| void | SGdebug::print_aux_vars (const SG::IConstAuxStore &store) |
| Print the list of aux variables handled by a store. | |
| void | SGdebug::print_aux_vars (const SG::IConstAuxStore *store) |
| Print the list of aux variables handled by a store. | |
| void | SGdebug::print_aux_vars (const SG::AuxVectorData &vec) |
| Print the list of aux variables associated with a container. | |
| void | SGdebug::print_aux_vars (const SG::AuxVectorData *vec) |
| Print the list of aux variables associated with a container. | |
| void | SGdebug::print_aux_vars (const SG::AuxElement &elt) |
| Print the list of aux variables associated with an element. | |
| void | SGdebug::print_aux_vars (const SG::AuxElement *elt) |
| Print the list of aux variables associated with an element. | |
| std::string | SGdebug::aux_var_as_string (SG::auxid_t auxid, const void *p, size_t i) |
| Convert an aux variable to a string. | |
| void | SGdebug::dump_aux_vars (std::ostream &os, const SG::IConstAuxStore &store, size_t i) |
| Dump aux variables from a store for a single element. | |
| void | SGdebug::dump_aux_vars (const SG::IConstAuxStore &store, size_t i) |
| Dump aux variables from a store for a single element (to cout). | |
| void | SGdebug::dump_aux_vars (const SG::IConstAuxStore *store, size_t i) |
| Dump aux variables from a store for a single element. | |
| void | SGdebug::dump_aux_vars (const SG::IConstAuxStore &store) |
| Dump aux variables from a store for all elements. | |
| void | SGdebug::dump_aux_vars (const SG::IConstAuxStore *store) |
| Dump aux variables from a store for all elements. | |
| void | SGdebug::dump_aux_vars (const SG::AuxVectorData &vec, size_t i) |
| Dump aux variables from a vector for a single element. | |
| void | SGdebug::dump_aux_vars (const SG::AuxVectorData *vec, size_t i) |
| Dump aux variables from a vector for a single element. | |
| void | SGdebug::dump_aux_vars (const SG::AuxVectorData &vec) |
| Dump aux variables from a vector for all elements. | |
| void | SGdebug::dump_aux_vars (const SG::AuxVectorData *vec) |
| Dump aux variables from a vector for all elements. | |
| void | SGdebug::dump_aux_vars (const SG::AuxElement &elt) |
| Dump aux variables for an element. | |
| void | SGdebug::dump_aux_vars (const SG::AuxElement *elt) |
| Dump aux variables for an element. | |
Helper functions intended to be called from the debugger.
Definition in file Control/AthContainers/Root/debug.cxx.
| #define CONVERT | ( | T | ) |