![]() |
ATLAS Offline Software
|
#include <CoolQuery.h>
Public Member Functions | |
| IOVData () | |
| ~IOVData () | |
| IOVData (const IOVData &)=default | |
| IOVData (IOVData &&)=default | |
| IOVData & | operator= (const IOVData &)=default |
| IOVData & | operator= (IOVData &&)=default |
| void | clear () |
| T | getValue (IOVTime time) |
| std::list< std::pair< IOVRange, T > > | getOverlap (const IOVRange &range) |
| void | add (IOVRange range, T val) |
Public Attributes | |
| std::list< std::pair< IOVRange, T > > | data |
Private Attributes | |
| bool | m_lastData |
| std::list< std::pair< IOVRange, T > >::iterator | m_last |
Definition at line 54 of file CoolQuery.h.
Definition at line 57 of file CoolQuery.h.
Definition at line 61 of file CoolQuery.h.
Definition at line 97 of file CoolQuery.h.
|
inline |
Definition at line 70 of file CoolQuery.h.
| std::list< std::pair< IOVRange, T > > IOVData< T >::getOverlap | ( | const IOVRange & | range | ) |
Definition at line 178 of file CoolQuery.h.
Definition at line 104 of file CoolQuery.h.
Definition at line 86 of file CoolQuery.h.
Definition at line 92 of file CoolQuery.h.
|
private |
Definition at line 89 of file CoolQuery.h.
1.8.18