![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, dir, log, runEventIn=()) | |
| addRunEvent (self, run, event) | |
Public Attributes | |
| directory = dir | |
| logfile = log | |
| eventlist = runEventIn | |
| int | loglines = 0 |
| tuple | cpulist = () |
| tuple | memlist = () |
| dict | outputDict = {} |
Definition at line 19 of file getFileLists.py.
| python.getFileLists.TCTChainInfo.__init__ | ( | self, | |
| dir, | |||
| log, | |||
| runEventIn = () ) |
Definition at line 20 of file getFileLists.py.
| python.getFileLists.TCTChainInfo.addRunEvent | ( | self, | |
| run, | |||
| event ) |
Definition at line 29 of file getFileLists.py.
| tuple python.getFileLists.TCTChainInfo.cpulist = () |
Definition at line 25 of file getFileLists.py.
| python.getFileLists.TCTChainInfo.directory = dir |
Definition at line 21 of file getFileLists.py.
| python.getFileLists.TCTChainInfo.eventlist = runEventIn |
Definition at line 23 of file getFileLists.py.
| python.getFileLists.TCTChainInfo.logfile = log |
Definition at line 22 of file getFileLists.py.
| int python.getFileLists.TCTChainInfo.loglines = 0 |
Definition at line 24 of file getFileLists.py.
| tuple python.getFileLists.TCTChainInfo.memlist = () |
Definition at line 26 of file getFileLists.py.
| dict python.getFileLists.TCTChainInfo.outputDict = {} |
Definition at line 27 of file getFileLists.py.