ATLAS Offline Software
|
Classes | |
class | IovKey |
class | RunLumiType |
class | TimestampType |
Variables | |
log | |
date_from_timestamp = datetime.utcfromtimestamp | |
int | RUN_MAX = 2**31-1 |
int | LB_MAX = 2**32-1 |
int | IOV_MAX = 2**63-1 |
RunLumi = RunLumiType.make | |
IOVMIN = RunLumiType(0) | |
IOVMAX = RunLumiType(2**63-1) | |
python.sugar.runlumi.date_from_timestamp = datetime.utcfromtimestamp |
Definition at line 10 of file runlumi.py.
int python.sugar.runlumi.IOV_MAX = 2**63-1 |
Definition at line 14 of file runlumi.py.
python.sugar.runlumi.IOVMAX = RunLumiType(2**63-1) |
Definition at line 133 of file runlumi.py.
python.sugar.runlumi.IOVMIN = RunLumiType(0) |
Definition at line 132 of file runlumi.py.
int python.sugar.runlumi.LB_MAX = 2**32-1 |
Definition at line 13 of file runlumi.py.
python.sugar.runlumi.log |
Definition at line 5 of file runlumi.py.
int python.sugar.runlumi.RUN_MAX = 2**31-1 |
Definition at line 12 of file runlumi.py.
python.sugar.runlumi.RunLumi = RunLumiType.make |
Definition at line 131 of file runlumi.py.