ATLAS Offline Software
|
Classes | |
class | ARQ_COMA |
Variables | |
int | choice = 1 |
run = int(input(" run number: ")) | |
period = input(" period : ") | |
year = input(" year <RET> = all : ") | |
level = input(" level [1|2|3] <RET> = all : ") | |
int python.AtlRunQueryCOMA.choice = 1 |
Definition at line 172 of file AtlRunQueryCOMA.py.
int python.AtlRunQueryCOMA.level = input(" level [1|2|3] <RET> = all : ") |
Definition at line 193 of file AtlRunQueryCOMA.py.
python.AtlRunQueryCOMA.period = input(" period : ") |
Definition at line 186 of file AtlRunQueryCOMA.py.
python.AtlRunQueryCOMA.run = int(input(" run number: ")) |
Definition at line 183 of file AtlRunQueryCOMA.py.
int python.AtlRunQueryCOMA.year = input(" year <RET> = all : ") |
Definition at line 187 of file AtlRunQueryCOMA.py.