![]() |
ATLAS Offline Software
|
Public Member Functions | |
| void | releaseEvent () |
| deletes fragments and raw event More... | |
| virtual | ~EventCache () |
| calls releaseEvent More... | |
Public Attributes | |
| std::unique_ptr< RawEvent > | rawEvent = nullptr |
| current event More... | |
| char * | data = nullptr |
| take ownership of RawEvent content More... | |
| unsigned int | eventStatus = 0 |
| check_tree() status of the current event More... | |
| long long int | eventOffset = 0 |
| event offset within a file, can be -1 More... | |
Definition at line 72 of file ByteStreamEventStorageInputSvc.h.
|
virtual |
calls releaseEvent
Definition at line 470 of file ByteStreamEventStorageInputSvc.cxx.
| void ByteStreamEventStorageInputSvc::EventCache::releaseEvent | ( | ) |
deletes fragments and raw event
Definition at line 454 of file ByteStreamEventStorageInputSvc.cxx.
| char* ByteStreamEventStorageInputSvc::EventCache::data = nullptr |
take ownership of RawEvent content
Definition at line 74 of file ByteStreamEventStorageInputSvc.h.
| long long int ByteStreamEventStorageInputSvc::EventCache::eventOffset = 0 |
event offset within a file, can be -1
Definition at line 76 of file ByteStreamEventStorageInputSvc.h.
| unsigned int ByteStreamEventStorageInputSvc::EventCache::eventStatus = 0 |
check_tree() status of the current event
Definition at line 75 of file ByteStreamEventStorageInputSvc.h.
| std::unique_ptr<RawEvent> ByteStreamEventStorageInputSvc::EventCache::rawEvent = nullptr |
current event
Definition at line 73 of file ByteStreamEventStorageInputSvc.h.
1.8.18