ATLAS Offline Software
|
A base class holding the object independent part of DataLink. More...
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | DataLinkBase |
Type-independent part of DataLink ; holds the persistent state. More... | |
A base class holding the object independent part of DataLink.
To implement efficient ROOT I/O for DataLink<T> classes, they all store their persistent information in this common base class, and DataLink<T> just holds transient variables.
Definition in file A/AthLinks/DataLinkBase.h.