#include <ShallowAuxInfo.h>
Public Member Functions | |
ShallowAuxInfo () | |
Default constructor. | |
ShallowAuxInfo (const DataLink< SG::IConstAuxStore > &parent) | |
Constructor with a parent object. | |
virtual AuxStoreType | getStoreType () const |
Return the type of the store object. |
Shallow copy for the auxiliary store of standalone objects
The design of this is exactly the same as for the SG::AuxStoreInternal
- SG::AuxStoreStandalone
pair. All the code is in xAOD::ShallowAuxContainer
, this class is just a convenience shorthand for calling xAOD::ShallowAuxContainer(true)
in the code.