ATLAS Offline Software
Classes | Variables
python.AtlRunQueryAMI Namespace Reference

Classes

class  ARQ_AMI
 

Variables

int choice = 1
 
 run = int(input(" run number: "))
 
 period = input(" period : ")
 
 year = input(" year <RET> = all : ")
 
 ami = ARQ_AMI.amiclient()
 

Variable Documentation

◆ ami

python.AtlRunQueryAMI.ami = ARQ_AMI.amiclient()

Definition at line 238 of file AtlRunQueryAMI.py.

◆ choice

int python.AtlRunQueryAMI.choice = 1

Definition at line 210 of file AtlRunQueryAMI.py.

◆ period

int python.AtlRunQueryAMI.period = input(" period : ")

Definition at line 225 of file AtlRunQueryAMI.py.

◆ run

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

Definition at line 222 of file AtlRunQueryAMI.py.

◆ year

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

Definition at line 226 of file AtlRunQueryAMI.py.