ATLAS Offline Software
ElementLink_p2< INDEX > Class Reference

Persistent representation of ElementLink - contains an index to a StoreGate key (name) of the container it is pointing to, and an index to the container element. The name index is used to look up the actual container name, which is stored elsewhere. The C++ type of element index can be integer for sequences or a "key" type for sets (like std::map). (std::string is supported, define more types if necessary) More...

#include <ElementLink_p2.h>

Collaboration diagram for ElementLink_p2< INDEX >:

Detailed Description

Persistent representation of ElementLink - contains an index to a StoreGate key (name) of the container it is pointing to, and an index to the container element. The name index is used to look up the actual container name, which is stored elsewhere. The C++ type of element index can be integer for sequences or a "key" type for sets (like std::map). (std::string is supported, define more types if necessary)


The documentation for this class was generated from the following file: