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

Public Member Functions

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

Public Attributes

 threadID = threadID
 name = name

Detailed Description

Definition at line 498 of file getIBLDate.py.

Constructor & Destructor Documentation

◆ __init__()

getIBLDate.scanDataThread.__init__ ( self,
threadID,
name )

Definition at line 499 of file getIBLDate.py.

499 def __init__(self, threadID, name):
500 threading.Thread.__init__(self)
501 self.threadID = threadID
502 self.name = name
503

Member Function Documentation

◆ run()

getIBLDate.scanDataThread.run ( self)

Definition at line 504 of file getIBLDate.py.

504 def run(self):
505 print("Starting getIBLDate.py for " + self.name)
506 returnList = scanData(self.name)
507 print("Exiting getIBLDate.py for " + self.name + " with no issues, data range from " +
508 str(returnList[0]) + " to " + str(returnList[1]))
509
void print(char *figname, TCanvas *c1)
Definition run.py:1

Member Data Documentation

◆ name

getIBLDate.scanDataThread.name = name

Definition at line 502 of file getIBLDate.py.

◆ threadID

getIBLDate.scanDataThread.threadID = threadID

Definition at line 501 of file getIBLDate.py.


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