ATLAS Offline Software
|
Exception — incomparable ElementLink. More...
#include <exceptions.h>
Public Member Functions | |
ExcIncomparableEL () | |
Constructor. More... | |
Exception — incomparable ElementLink.
In order to comare two ElementLink instances, both must have available both the StoreGate key of the container and the index within the container. If only a pointer to the element is available, then the link cannot be compared. (This is to avoid the results of comparisons possibly changing.)
Definition at line 226 of file Control/AthLinks/AthLinks/exceptions.h.
SG::ExcIncomparableEL::ExcIncomparableEL | ( | ) |
Constructor.
Definition at line 240 of file Control/AthLinks/src/exceptions.cxx.