ATLAS Offline Software
Loading...
Searching...
No Matches
trfValidation.py File Reference

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

namespace  python
namespace  python.trfValidation
namespace  PyJobTransforms.trfValidation
 Validation control for job transforms.

Functions

 python.trfValidation.corruptionTestPool (filename, verbose=False)
 python.trfValidation.corruptionTestBS (filename)
 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.
 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.

Variables

 python.trfValidation.msg = logging.getLogger(__name__)