Definition at line 394 of file getPipeDate.py.
◆ __init__()
| getPipeDate.scanDataThread.__init__ |
( |
| self, |
|
|
| threadID, |
|
|
| name ) |
Definition at line 395 of file getPipeDate.py.
395 def __init__(self, threadID, name):
396 threading.Thread.__init__(self)
397 self.threadID = threadID
398 self.name = name
399
◆ run()
| getPipeDate.scanDataThread.run |
( |
| self | ) |
|
Definition at line 400 of file getPipeDate.py.
401 print(
"Starting getPipeDate.py for " + self.name)
402 returnList = scanData(self.name)
403 print(
"Exiting getPipeDate.py for " + self.name +
" with no issues, data range from " +
404 str(returnList[0]) + " to " + str(returnList[1]))
405
void print(char *figname, TCanvas *c1)
◆ name
| getPipeDate.scanDataThread.name = name |
◆ threadID
| getPipeDate.scanDataThread.threadID = threadID |
The documentation for this class was generated from the following file: