ATLAS Offline Software
Loading...
Searching...
No Matches
debug.h File Reference

Helper functions intended to be called from the debugger. More...

Include dependency graph for Control/AthContainers/AthContainers/debug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  SGdebug

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.

Detailed Description

Helper functions intended to be called from the debugger.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Oct, 2015

Definition in file Control/AthContainers/AthContainers/debug.h.