ATLAS Offline Software
Classes | Variables
python.AtlRunQueryCOMA Namespace Reference

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 : ")
 

Variable Documentation

◆ choice

int python.AtlRunQueryCOMA.choice = 1

Definition at line 172 of file AtlRunQueryCOMA.py.

◆ level

int python.AtlRunQueryCOMA.level = input(" level [1|2|3] <RET> = all : ")

Definition at line 193 of file AtlRunQueryCOMA.py.

◆ period

python.AtlRunQueryCOMA.period = input(" period : ")

Definition at line 186 of file AtlRunQueryCOMA.py.

◆ run

python.AtlRunQueryCOMA.run = int(input(" run number: "))

Definition at line 183 of file AtlRunQueryCOMA.py.

◆ year

int python.AtlRunQueryCOMA.year = input(" year <RET> = all : ")

Definition at line 187 of file AtlRunQueryCOMA.py.