ATLAS Offline Software
|
Helper functions intended to be called from the debugger. More...
#include "AthContainersInterfaces/IConstAuxStore.h"
#include "AthContainers/AuxElement.h"
#include "AthContainers/AuxVectorData.h"
Go to the source code of this file.
Namespaces | |
SGdebug | |
Functions | |
std::string | SGdebug::aux_var_name (SG::auxid_t id) |
Return the name corresponding to a given aux id. More... | |
void | SGdebug::print_aux_var_name (SG::auxid_t id) |
Print the name corresponding to a given aux id. More... | |
void | SGdebug::print_aux_vars (const SG::auxid_set_t &auxids) |
Print the list of aux variables in a set. More... | |
void | SGdebug::print_aux_vars (const SG::IConstAuxStore &store) |
Print the list of aux variables handled by a store. More... | |
void | SGdebug::print_aux_vars (const SG::IConstAuxStore *store) |
Print the list of aux variables handled by a store. More... | |
void | SGdebug::print_aux_vars (const SG::AuxVectorData &vec) |
Print the list of aux variables associated with a container. More... | |
void | SGdebug::print_aux_vars (const SG::AuxVectorData *vec) |
Print the list of aux variables associated with a container. More... | |
void | SGdebug::print_aux_vars (const SG::AuxElement &elt) |
Print the list of aux variables associated with an element. More... | |
void | SGdebug::print_aux_vars (const SG::AuxElement *elt) |
Print the list of aux variables associated with an element. More... | |
std::string | SGdebug::aux_var_as_string (SG::auxid_t auxid, const void *p, size_t i) |
Convert an aux variable to a string. More... | |
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. More... | |
void | SGdebug::dump_aux_vars (const SG::IConstAuxStore &store, size_t i) |
Dump aux variables from a store for a single element (to cout). More... | |
void | SGdebug::dump_aux_vars (const SG::IConstAuxStore *store, size_t i) |
Dump aux variables from a store for a single element. More... | |
void | SGdebug::dump_aux_vars (const SG::IConstAuxStore &store) |
Dump aux variables from a store for all elements. More... | |
void | SGdebug::dump_aux_vars (const SG::IConstAuxStore *store) |
Dump aux variables from a store for all elements. More... | |
void | SGdebug::dump_aux_vars (const SG::AuxVectorData &vec, size_t i) |
Dump aux variables from a vector for a single element. More... | |
void | SGdebug::dump_aux_vars (const SG::AuxVectorData *vec, size_t i) |
Dump aux variables from a vector for a single element. More... | |
void | SGdebug::dump_aux_vars (const SG::AuxVectorData &vec) |
Dump aux variables from a vector for all elements. More... | |
void | SGdebug::dump_aux_vars (const SG::AuxVectorData *vec) |
Dump aux variables from a vector for all elements. More... | |
void | SGdebug::dump_aux_vars (const SG::AuxElement &elt) |
Dump aux variables for an element. More... | |
void | SGdebug::dump_aux_vars (const SG::AuxElement *elt) |
Dump aux variables for an element. More... | |
Helper functions intended to be called from the debugger.
Definition in file Control/AthContainers/AthContainers/debug.h.