![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, dbstr=None, folderstr=None) | |
| clearValidity (self) | |
| setValidity (self, obj) | |
| isValid (self, time) | |
| getPayload (self, time) | |
Public Attributes | |
| reader = CoolDataReader(dbstr, folderstr) | |
| validStartTime = cool.ValidityKeyMax | |
| validEndTime = cool.ValidityKeyMin | |
| payload = None | |
Definition at line 17 of file LumiDBCache.py.
Definition at line 19 of file LumiDBCache.py.
| python.LumiDBCache.LumiDBCache.clearValidity | ( | self | ) |
Definition at line 24 of file LumiDBCache.py.
| python.LumiDBCache.LumiDBCache.getPayload | ( | self, | |
| time ) |
Definition at line 38 of file LumiDBCache.py.
| python.LumiDBCache.LumiDBCache.isValid | ( | self, | |
| time ) |
Definition at line 35 of file LumiDBCache.py.
| python.LumiDBCache.LumiDBCache.setValidity | ( | self, | |
| obj ) |
Definition at line 30 of file LumiDBCache.py.
| python.LumiDBCache.LumiDBCache.payload = None |
Definition at line 28 of file LumiDBCache.py.
| python.LumiDBCache.LumiDBCache.reader = CoolDataReader(dbstr, folderstr) |
Definition at line 21 of file LumiDBCache.py.
| python.LumiDBCache.LumiDBCache.validEndTime = cool.ValidityKeyMin |
Definition at line 27 of file LumiDBCache.py.
| python.LumiDBCache.LumiDBCache.validStartTime = cool.ValidityKeyMax |
Definition at line 26 of file LumiDBCache.py.