![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self) | |
| run (self, cmd) | |
| periods (self, period=None, level=None, project=None, status=None) | |
| runsForPeriod (self, period, project) | |
| runListsPerPeriod (self, location='/afs/cern.ch/user/a/atlidbs/nt/DataPeriods/') | |
Public Attributes | |
| ami = pyAMI.client.Client('atlas') | |
| configFileName = os.path.expanduser(options.config) | |
Definition at line 29 of file periodInfo.py.
| periodInfo.AMIWrapper.__init__ | ( | self | ) |
Definition at line 30 of file periodInfo.py.
Definition at line 58 of file periodInfo.py.
| periodInfo.AMIWrapper.run | ( | self, | |
| cmd ) |
Execute an AMI command given as a list of command and paramters (ami format) or space separated string (for convenience)
Definition at line 45 of file periodInfo.py.
| periodInfo.AMIWrapper.runListsPerPeriod | ( | self, | |
| location = '/afs/cern.ch/user/a/atlidbs/nt/DataPeriods/' ) |
Generate files containing run lists for periods if they don't already exist
Definition at line 76 of file periodInfo.py.
| periodInfo.AMIWrapper.runsForPeriod | ( | self, | |
| period, | |||
| project ) |
Definition at line 68 of file periodInfo.py.
| periodInfo.AMIWrapper.ami = pyAMI.client.Client('atlas') |
Definition at line 32 of file periodInfo.py.
| periodInfo.AMIWrapper.configFileName = os.path.expanduser(options.config) |
Definition at line 39 of file periodInfo.py.