![]() |
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, std::ostream &os) |
| Print the list of aux variables in a set. | |
| void | print_aux_vars (const SG::auxid_set_t &auxids) |
| Print the list of aux variables in a set. | |
| void | print_aux_vars (const SG::IConstAuxStore &store, std::ostream &os) |
| 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::IConstAuxStore *store) |
| Print the list of aux variables handled by a store. | |
| void | print_aux_vars (const SG::AuxVectorData &vec, std::ostream &os) |
| 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::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 292 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 483 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 495 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 461 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 438 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 473 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 451 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 413 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 392 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 427 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 403 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 347 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 170 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 180 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::print_aux_vars | ( | const SG::auxid_set_t & | auxids | ) |
Print the list of aux variables in a set.
| auxids | The set to print. |
Definition at line 98 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::print_aux_vars | ( | const SG::auxid_set_t & | auxids, |
| const SG::auxid_set_t & | decors, | ||
| std::ostream & | os ) |
Print the list of aux variables in a set.
| auxids | The set to print. |
| decors | Set of decorations. |
| os | Stream to which to print. |
Definition at line 65 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 150 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::print_aux_vars | ( | const SG::AuxVectorData & | vec, |
| std::ostream & | os ) |
Print the list of aux variables associated with a container.
| vec | The container to dump. |
| os | Stream to which to print. |
Definition at line 140 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 160 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 119 of file Control/AthContainers/Root/debug.cxx.
| void SGdebug::print_aux_vars | ( | const SG::IConstAuxStore & | store, |
| std::ostream & | os ) |
Print the list of aux variables handled by a store.
| store | The store to dump. |
| os | Stream to which to print. |
| store | The store to dump. |
| auxids | The set to print. |
Definition at line 109 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 129 of file Control/AthContainers/Root/debug.cxx.