ATLAS Offline Software
|
Public Member Functions | |
def | run (self) |
def | block (self) |
def | event (self) |
def | __str__ (self) |
def | __repr__ (self) |
Python (run,block)/(run,event) type object based on the LumiBlockRange_p1 persistency format. LumiBlockRanges are stored as encoded run and (luminosity) block numbers. Since the conventional run-based accessors for IOVTime are run() and event(), event() is provided *as a synonym* for block. This class is initialized with an IOVTime *as stored* in the persistent object LumiBlockRange_p1 (Note, it does not work on the transient object!) Warning: although PyRunLumiP1 inherits from long, addition and subtraction are not well defined and should be treated with care! Nevertheless, *incrementing* a PyRunLumiP1 gives a basically intuitive result.)
Definition at line 12 of file LumiQuery.py.
def python.LumiQuery.PyRunLumiP1.__repr__ | ( | self | ) |
Definition at line 37 of file LumiQuery.py.
def python.LumiQuery.PyRunLumiP1.__str__ | ( | self | ) |
Definition at line 35 of file LumiQuery.py.
def python.LumiQuery.PyRunLumiP1.block | ( | self | ) |
Definition at line 31 of file LumiQuery.py.
def python.LumiQuery.PyRunLumiP1.event | ( | self | ) |
Definition at line 33 of file LumiQuery.py.
def python.LumiQuery.PyRunLumiP1.run | ( | self | ) |
Definition at line 29 of file LumiQuery.py.