ATLAS Offline Software
Loading...
Searching...
No Matches
getPipeDate.scanDataThread Class Reference
Inheritance diagram for getPipeDate.scanDataThread:
Collaboration diagram for getPipeDate.scanDataThread:

Public Member Functions

 __init__ (self, threadID, name)
 run (self)

Public Attributes

 threadID = threadID
 name = name

Detailed Description

Definition at line 394 of file getPipeDate.py.

Constructor & Destructor Documentation

◆ __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

Member Function Documentation

◆ run()

getPipeDate.scanDataThread.run ( self)

Definition at line 400 of file getPipeDate.py.

400 def run(self):
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)
Definition run.py:1

Member Data Documentation

◆ name

getPipeDate.scanDataThread.name = name

Definition at line 398 of file getPipeDate.py.

◆ threadID

getPipeDate.scanDataThread.threadID = threadID

Definition at line 397 of file getPipeDate.py.


The documentation for this class was generated from the following file: