|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef ATHCONTAINERS_DEBUG_H
14 #define ATHCONTAINERS_DEBUG_H
194 #endif // not ATHCONTAINERS_DEBUG_H
Base class for elements of a container that can have aux data.
std::vector< size_t > vec
void print_aux_vars(const SG::auxid_set_t &auxids)
Print the list of aux variables in a set.
size_t auxid_t
Identifier for a particular aux data item.
Manage lookup of vectors of auxiliary data.
void dump_aux_vars(std::ostream &os, const SG::IConstAuxStore &store, size_t i)
Dump aux variables from a store for a single element.
A set of aux data identifiers.
void print_aux_var_name(SG::auxid_t id)
Print the name corresponding to a given aux id.
Manage lookup of vectors of auxiliary data.
Interface for const operations on an auxiliary store.
Interface for const operations on an auxiliary store.
std::string aux_var_name(SG::auxid_t id)
Return the name corresponding to a given aux id.
std::string aux_var_as_string(SG::auxid_t auxid, const void *p, size_t i)
Convert an aux variable to a string.
Base class for elements of a container that can have aux data.