Definition at line 21 of file stagestatus.py.
def python.stagestatus.StageStatus.__init__ |
( |
|
self, |
|
|
|
stage |
|
) |
| |
def python.stagestatus.StageStatus.update |
( |
|
self | ) |
|
Definition at line 43 of file stagestatus.py.
45 bookdir = self.stage.bookdir
49 if larbatch_posix.exists(bookdir):
62 eventsfile = os.path.join(bookdir,
'events.list')
63 if larbatch_posix.exists(eventsfile):
64 lines = larbatch_posix.readlines(eventsfile)
73 filesana = os.path.join(bookdir,
'filesana.list')
74 if larbatch_posix.exists(filesana):
75 lines = larbatch_posix.readlines(filesana)
81 badfile = os.path.join(bookdir,
'bad.list')
82 if larbatch_posix.exists(badfile):
83 lines = larbatch_posix.readlines(badfile)
90 missingfile = os.path.join(bookdir,
'missing_files.list')
91 if larbatch_posix.exists(missingfile):
92 lines = larbatch_posix.readlines(missingfile)
python.stagestatus.StageStatus.exists |
python.stagestatus.StageStatus.nana |
python.stagestatus.StageStatus.nerror |
python.stagestatus.StageStatus.nev |
python.stagestatus.StageStatus.nfile |
python.stagestatus.StageStatus.nmiss |
python.stagestatus.StageStatus.stage |
The documentation for this class was generated from the following file: