ATLAS Offline Software
|
struct which provides the event cache for each slot More...
Public Member Functions | |
~EventCache () | |
Public Attributes | |
const RawEvent * | event = 0 |
uint32_t | currentLvl1ID = 0 |
uint64_t | globalEventNumber = 0 |
uint32_t | eventStatus = 0 |
bool | isEventComplete = false |
ROBMAP | robmap |
std::mutex | eventCache_mtx |
mutex for ROB cache updates More... | |
struct which provides the event cache for each slot
Definition at line 91 of file HltROBDataProviderSvc.h.
HltROBDataProviderSvc::EventCache::~EventCache | ( | ) |
Definition at line 714 of file HltROBDataProviderSvc.cxx.
uint32_t HltROBDataProviderSvc::EventCache::currentLvl1ID = 0 |
Definition at line 94 of file HltROBDataProviderSvc.h.
Definition at line 93 of file HltROBDataProviderSvc.h.
std::mutex HltROBDataProviderSvc::EventCache::eventCache_mtx |
mutex for ROB cache updates
Definition at line 100 of file HltROBDataProviderSvc.h.
uint32_t HltROBDataProviderSvc::EventCache::eventStatus = 0 |
Definition at line 96 of file HltROBDataProviderSvc.h.
uint64_t HltROBDataProviderSvc::EventCache::globalEventNumber = 0 |
Definition at line 95 of file HltROBDataProviderSvc.h.
bool HltROBDataProviderSvc::EventCache::isEventComplete = false |
Definition at line 97 of file HltROBDataProviderSvc.h.
ROBMAP HltROBDataProviderSvc::EventCache::robmap |
Definition at line 98 of file HltROBDataProviderSvc.h.