Definition at line 19 of file getFileLists.py.
◆ __init__()
| python.getFileLists.TCTChainInfo.__init__ |
( |
| self, |
|
|
| dir, |
|
|
| log, |
|
|
| runEventIn = () ) |
Definition at line 20 of file getFileLists.py.
20 def __init__(self,dir,log,runEventIn=()):
21 self.directory=dir
22 self.logfile=log
23 self.eventlist=runEventIn
24 self.loglines=0
25 self.cpulist=()
26 self.memlist=()
27 self.outputDict={}
28
◆ addRunEvent()
| python.getFileLists.TCTChainInfo.addRunEvent |
( |
| self, |
|
|
| run, |
|
|
| event ) |
Definition at line 29 of file getFileLists.py.
29 def addRunEvent(self,run,event):
30 self.eventlist+=((run,event),)
31
◆ cpulist
| tuple python.getFileLists.TCTChainInfo.cpulist = () |
◆ directory
| python.getFileLists.TCTChainInfo.directory = dir |
◆ eventlist
| python.getFileLists.TCTChainInfo.eventlist = runEventIn |
◆ logfile
| python.getFileLists.TCTChainInfo.logfile = log |
◆ loglines
| int python.getFileLists.TCTChainInfo.loglines = 0 |
◆ memlist
| tuple python.getFileLists.TCTChainInfo.memlist = () |
◆ outputDict
| dict python.getFileLists.TCTChainInfo.outputDict = {} |
The documentation for this class was generated from the following file: