ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.getFileLists.TCTChainInfo Class Reference
Collaboration diagram for python.getFileLists.TCTChainInfo:

Public Member Functions

def __init__ (self, dir, log, runEventIn=())
 
def addRunEvent (self, run, event)
 

Public Attributes

 directory
 
 logfile
 
 eventlist
 
 loglines
 
 cpulist
 
 memlist
 
 outputDict
 

Detailed Description

Definition at line 19 of file getFileLists.py.

Constructor & Destructor Documentation

◆ __init__()

def python.getFileLists.TCTChainInfo.__init__ (   self,
  dir,
  log,
  runEventIn = () 
)

Definition at line 20 of file getFileLists.py.

20  def __init__(self,dir,log,runEventIn=()):
21  self.directory=dir
22  self.logfile=log
23  self.eventlist=runEventIn
24  self.loglines=0
25  self.cpulist=()
26  self.memlist=()
27  self.outputDict={}
28 

Member Function Documentation

◆ addRunEvent()

def python.getFileLists.TCTChainInfo.addRunEvent (   self,
  run,
  event 
)

Definition at line 29 of file getFileLists.py.

29  def addRunEvent(self,run,event):
30  self.eventlist+=((run,event),)
31 

Member Data Documentation

◆ cpulist

python.getFileLists.TCTChainInfo.cpulist

Definition at line 25 of file getFileLists.py.

◆ directory

python.getFileLists.TCTChainInfo.directory

Definition at line 21 of file getFileLists.py.

◆ eventlist

python.getFileLists.TCTChainInfo.eventlist

Definition at line 23 of file getFileLists.py.

◆ logfile

python.getFileLists.TCTChainInfo.logfile

Definition at line 22 of file getFileLists.py.

◆ loglines

python.getFileLists.TCTChainInfo.loglines

Definition at line 24 of file getFileLists.py.

◆ memlist

python.getFileLists.TCTChainInfo.memlist

Definition at line 26 of file getFileLists.py.

◆ outputDict

python.getFileLists.TCTChainInfo.outputDict

Definition at line 27 of file getFileLists.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18