ATLAS Offline Software
|
Go to the source code of this file.
Classes | |
class | python.trfValidation.ignorePatterns |
Class of patterns that can be ignored from athena logfiles. More... | |
class | python.trfValidation.logFileReport |
A class holding report information from scanning a logfile This is pretty much a virtual class, fill in the specific methods when you know what type of logfile you are dealing with. More... | |
class | python.trfValidation.athenaLogFileReport |
Logfile suitable for scanning logfiles with an athena flavour, i.e., lines of the form "SERVICE LOGLEVEL MESSAGE". More... | |
class | python.trfValidation.scriptLogFileReport |
class | python.trfValidation.eventMatch |
Small class used for vailiadating event counts between input and output files. More... | |
Namespaces | |
python.trfValidation | |
PyJobTransforms.trfValidation | |
Validation control for job transforms. | |
Functions | |
def | python.trfValidation.corruptionTestPool (filename, verbose=False) |
def | python.trfValidation.corruptionTestBS (filename) |
def | python.trfValidation.returnIntegrityOfFile (file, functionName) |
return integrity of file using appropriate validation function @ detail This method returns the integrity of a specified file using a @ specified validation function. More... | |
def | python.trfValidation.performStandardFileValidation (dictionary, io, parallelMode=False, multithreadedMode=False) |
perform standard file validation @ detail This method performs standard file validation in either serial or @ parallel and updates file integrity metadata. More... | |
Variables | |
python.trfValidation.msg | |