![]() |
ATLAS Offline Software
|
Functions | |
| std::string | aux_var_name (SG::auxid_t id) |
| Return the name corresponding to a given aux id. | |
| void | print_aux_var_name (SG::auxid_t id) |
| Print the name corresponding to a given aux id. | |
| void | 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 | print_aux_vars (const SG::IConstAuxStore &store) |
| Print the list of aux variables handled by a store. | |
| void | print_aux_vars (const SG::IConstAuxStore *store) |
| Print the list of aux variables handled by a store. | |
| void | print_aux_vars (const SG::AuxVectorData &vec) |
| Print the list of aux variables associated with a container. | |
| void | print_aux_vars (const SG::AuxVectorData *vec) |
| Print the list of aux variables associated with a container. | |
| void | print_aux_vars (const SG::AuxElement &elt) |
| Print the list of aux variables associated with an element. | |
| void | print_aux_vars (const SG::AuxElement *elt) |
| Print the list of aux variables associated with an element. | |
| std::string | aux_var_as_string (SG::auxid_t auxid, const void *p, size_t i) |
| Convert an aux variable to a string. | |
| void | dump_aux_vars (std::ostream &os, const SG::IConstAuxStore &store, size_t i) |
| Dump aux variables from a store for a single element. | |
| void | dump_aux_vars (const SG::IConstAuxStore &store, size_t i) |
| Dump aux variables from a store for a single element (to cout). | |
| void | dump_aux_vars (const SG::IConstAuxStore *store, size_t i) |
| Dump aux variables from a store for a single element. | |
| void | dump_aux_vars (const SG::IConstAuxStore &store) |
| Dump aux variables from a store for all elements. | |
| void | dump_aux_vars (const SG::IConstAuxStore *store) |
| Dump aux variables from a store for all elements. | |
| void | dump_aux_vars (const SG::AuxVectorData &vec, size_t i) |
| Dump aux variables from a vector for a single element. | |
| void | dump_aux_vars (const SG::AuxVectorData *vec, size_t i) |
| Dump aux variables from a vector for a single element. | |
| void | dump_aux_vars (const SG::AuxVectorData &vec) |
| Dump aux variables from a vector for all elements. | |
| void | dump_aux_vars (const SG::AuxVectorData *vec) |
| Dump aux variables from a vector for all elements. | |
| void | dump_aux_vars (const SG::AuxElement &elt) |
| Dump aux variables for an element. | |
| void | dump_aux_vars (const SG::AuxElement *elt) |
| Dump aux variables for 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.
| auxid | The id of the variable. |
| p | Pointer to the location of the variable. |
| i | Index of the element being dumped. |
Definition at line 257 of file Control/AthContainers/Root/debug.cxx.
| std::string SGdebug::aux_var_name | ( | SG::auxid_t | id | ) |
Return the name corresponding to a given aux id.
| id | The aux id to look up. |
Definition at line 37 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::dump_aux_vars | ( | const SG::AuxElement & | elt | ) |
Dump aux variables for an element.
| elt | The element from which to dump. |
Definition at line 448 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::dump_aux_vars | ( | const SG::AuxElement * | elt | ) |
Dump aux variables for an element.
| elt | The element from which to dump. |
Definition at line 460 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::dump_aux_vars | ( | const SG::AuxVectorData & | vec | ) |
Dump aux variables from a vector for all elements.
| vec | The vector from which to dump. |
Definition at line 426 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::dump_aux_vars | ( | const SG::AuxVectorData & | vec, |
| size_t | i ) |
Dump aux variables from a vector for a single element.
| vec | The vector from which to dump. |
| i | The index of the element to dump. |
Definition at line 403 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::dump_aux_vars | ( | const SG::AuxVectorData * | vec | ) |
Dump aux variables from a vector for all elements.
| vec | The vector from which to dump. |
Definition at line 438 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::dump_aux_vars | ( | const SG::AuxVectorData * | vec, |
| size_t | i ) |
Dump aux variables from a vector for a single element.
| vec | The vector from which to dump. |
| i | The index of the element to dump. |
Definition at line 416 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::dump_aux_vars | ( | const SG::IConstAuxStore & | store | ) |
Dump aux variables from a store for all elements.
| store | The store from which to dump. |
Definition at line 378 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::dump_aux_vars | ( | const SG::IConstAuxStore & | store, |
| size_t | i ) |
Dump aux variables from a store for a single element (to cout).
| store | The store from which to dump. |
| i | The index of the element to dump. |
Definition at line 357 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::dump_aux_vars | ( | const SG::IConstAuxStore * | store | ) |
Dump aux variables from a store for all elements.
| store | The store from which to dump. |
Definition at line 392 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::dump_aux_vars | ( | const SG::IConstAuxStore * | store, |
| size_t | i ) |
Dump aux variables from a store for a single element.
| store | The store from which to dump. |
| i | The index of the element to dump. |
Definition at line 368 of file Control/AthContainers/Root/debug.cxx.
| 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.
| os | The stream to which to write. |
| store | The store from which to dump. |
| i | The index of the element to dump. |
Definition at line 312 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::print_aux_var_name | ( | SG::auxid_t | id | ) |
Print the name corresponding to a given aux id.
| id | The aux id to print. |
Definition at line 48 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::print_aux_vars | ( | const SG::AuxElement & | elt | ) |
Print the list of aux variables associated with an element.
| elt | The element to dump. |
Definition at line 135 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::print_aux_vars | ( | const SG::AuxElement * | elt | ) |
Print the list of aux variables associated with an element.
| elt | The element to dump. |
Definition at line 145 of file Control/AthContainers/Root/debug.cxx.
| 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.
| auxids | The set to print. |
Definition at line 63 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::print_aux_vars | ( | const SG::AuxVectorData & | vec | ) |
Print the list of aux variables associated with a container.
| vec | The container to dump. |
Definition at line 115 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::print_aux_vars | ( | const SG::AuxVectorData * | vec | ) |
Print the list of aux variables associated with a container.
| vec | The container to dump. |
Definition at line 125 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::print_aux_vars | ( | const SG::IConstAuxStore & | store | ) |
Print the list of aux variables handled by a store.
| store | The store to dump. |
Definition at line 95 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::print_aux_vars | ( | const SG::IConstAuxStore * | store | ) |
Print the list of aux variables handled by a store.
| store | The store to dump. |
Definition at line 105 of file Control/AthContainers/Root/debug.cxx.