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

Public Member Functions

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

Public Attributes

 threadID
 
 name
 

Detailed Description

Definition at line 394 of file getPipeDate.py.

Constructor & Destructor Documentation

◆ __init__()

def 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()

def 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 

Member Data Documentation

◆ name

getPipeDate.scanDataThread.name

Definition at line 398 of file getPipeDate.py.

◆ threadID

getPipeDate.scanDataThread.threadID

Definition at line 397 of file getPipeDate.py.


The documentation for this class was generated from the following file:
getPipeDate.scanData
def scanData(dataType)
Definition: getPipeDate.py:177
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
dbg::print
void print(std::FILE *stream, std::format_string< Args... > fmt, Args &&... args)
Definition: SGImplSvc.cxx:70