ATLAS Offline Software
|
Cache tracking memory allocation for serialised stream tag data and ROBFragment objects. More...
Public Member Functions | |
~Cache () | |
void | clear () |
Public Attributes | |
std::unique_ptr< uint32_t[]> | streamTagData |
std::vector< std::unique_ptr< OFFLINE_FRAGMENTS_NAMESPACE_WRITE::ROBFragment > > | robFragments |
Cache tracking memory allocation for serialised stream tag data and ROBFragment objects.
All other serialised data is owned by HLTResultMT owned by the event store.
Definition at line 51 of file HLTResultMTByteStreamCnv.h.
|
inline |
Definition at line 54 of file HLTResultMTByteStreamCnv.h.
|
inline |
Definition at line 55 of file HLTResultMTByteStreamCnv.h.
std::vector<std::unique_ptr<OFFLINE_FRAGMENTS_NAMESPACE_WRITE::ROBFragment> > HLT::HLTResultMTByteStreamCnv::Cache::robFragments |
Definition at line 53 of file HLTResultMTByteStreamCnv.h.
std::unique_ptr<uint32_t[]> HLT::HLTResultMTByteStreamCnv::Cache::streamTagData |
Definition at line 52 of file HLTResultMTByteStreamCnv.h.