ATLAS Offline Software
Loading...
Searching...
No Matches
python.getFileLists.TCTChainInfo Class Reference
Collaboration diagram for python.getFileLists.TCTChainInfo:

Public Member Functions

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

Public Attributes

 directory = dir
 logfile = log
 eventlist = runEventIn
int loglines = 0
tuple cpulist = ()
tuple memlist = ()
dict outputDict = {}

Detailed Description

Definition at line 19 of file getFileLists.py.

Constructor & Destructor Documentation

◆ __init__()

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

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

tuple python.getFileLists.TCTChainInfo.cpulist = ()

Definition at line 25 of file getFileLists.py.

◆ directory

python.getFileLists.TCTChainInfo.directory = dir

Definition at line 21 of file getFileLists.py.

◆ eventlist

python.getFileLists.TCTChainInfo.eventlist = runEventIn

Definition at line 23 of file getFileLists.py.

◆ logfile

python.getFileLists.TCTChainInfo.logfile = log

Definition at line 22 of file getFileLists.py.

◆ loglines

int python.getFileLists.TCTChainInfo.loglines = 0

Definition at line 24 of file getFileLists.py.

◆ memlist

tuple python.getFileLists.TCTChainInfo.memlist = ()

Definition at line 26 of file getFileLists.py.

◆ outputDict

dict python.getFileLists.TCTChainInfo.outputDict = {}

Definition at line 27 of file getFileLists.py.


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