ATLAS Offline Software
|
Public Member Functions | |
~EventCache ()=default | |
void | releaseEvent () |
Public Attributes | |
std::unique_ptr< RawEvent > | fullEventFragment {nullptr} |
Current event fragment. More... | |
std::unique_ptr< uint32_t[]> | rawData {nullptr} |
Underlying data structure. More... | |
Definition at line 52 of file TrigByteStreamInputSvc.h.
|
default |
void TrigByteStreamInputSvc::EventCache::releaseEvent | ( | ) |
Definition at line 197 of file TrigByteStreamInputSvc.cxx.
std::unique_ptr<RawEvent> TrigByteStreamInputSvc::EventCache::fullEventFragment {nullptr} |
Current event fragment.
Definition at line 55 of file TrigByteStreamInputSvc.h.
std::unique_ptr<uint32_t[]> TrigByteStreamInputSvc::EventCache::rawData {nullptr} |
Underlying data structure.
Definition at line 56 of file TrigByteStreamInputSvc.h.