ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self) |
def | add (self, since, until, data) |
def | find (self, point) |
Public Attributes | |
sinces | |
untils | |
data | |
An in-memory cache of items of data, each associated with an IOV Methods provided to add more data (specified with IOV) and to lookup the data for a particular time. Not optimised, suitable only for small amounts of data!
Definition at line 34 of file LumiCalculator.py.
def python.LumiCalculator.IOVCache.__init__ | ( | self | ) |
Definition at line 39 of file LumiCalculator.py.
def python.LumiCalculator.IOVCache.add | ( | self, | |
since, | |||
until, | |||
data | |||
) |
Definition at line 44 of file LumiCalculator.py.
def python.LumiCalculator.IOVCache.find | ( | self, | |
point | |||
) |
Definition at line 49 of file LumiCalculator.py.
python.LumiCalculator.IOVCache.data |
Definition at line 42 of file LumiCalculator.py.
python.LumiCalculator.IOVCache.sinces |
Definition at line 40 of file LumiCalculator.py.
python.LumiCalculator.IOVCache.untils |
Definition at line 41 of file LumiCalculator.py.