![]() |
Project
|
Internal structure to define a time range. More...
#include <HVStatusCreator.h>
Public Member Functions | |
TimeRange (uint64_t begin, uint64_t end) | |
bool | contains (uint64_t timestamp) const |
Public Attributes | |
uint64_t | begin = 0 |
beginning of time range | |
uint64_t | end = 0 |
end of time range | |
Internal structure to define a time range.
Definition at line 55 of file HVStatusCreator.h.
|
inline |
Constructor of time range
begin | beginning of time range (ms) |
end | end of time range (ms) |
Definition at line 64 of file HVStatusCreator.h.
|
inline |
Check if the time range contains the given time stamp
timestamp | time stamp of interest (ms) |
Definition at line 71 of file HVStatusCreator.h.
uint64_t o2::mch::HVStatusCreator::TimeRange::begin = 0 |
beginning of time range
Definition at line 56 of file HVStatusCreator.h.
uint64_t o2::mch::HVStatusCreator::TimeRange::end = 0 |
end of time range
Definition at line 57 of file HVStatusCreator.h.