ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
getIBLDate.scanDataThread Class Reference
Inheritance diagram for getIBLDate.scanDataThread:
Collaboration diagram for getIBLDate.scanDataThread:

Public Member Functions

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

Public Attributes

 threadID
 
 name
 

Detailed Description

Definition at line 484 of file getIBLDate.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 485 of file getIBLDate.py.

485  def __init__(self, threadID, name):
486  threading.Thread.__init__(self)
487  self.threadID = threadID
488  self.name = name
489 

Member Function Documentation

◆ run()

def getIBLDate.scanDataThread.run (   self)

Definition at line 490 of file getIBLDate.py.

490  def run(self):
491  print ("Starting getIBLDate.py for " + self.name)
492  returnList = scanData(self.name)
493  print ( "Exiting getIBLDate.py for " + self.name + " with no issues, data range from " + str(returnList[0]) + " to " + str(returnList[1]) )
494 

Member Data Documentation

◆ name

getIBLDate.scanDataThread.name

Definition at line 488 of file getIBLDate.py.

◆ threadID

getIBLDate.scanDataThread.threadID

Definition at line 487 of file getIBLDate.py.


The documentation for this class was generated from the following file:
getIBLDate.scanData
def scanData(dataType)
Definition: getIBLDate.py:255
run
int run(int argc, char *argv[])
Definition: ttree2hdf5.cxx:28
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18
str
Definition: BTagTrackIpAccessor.cxx:11