![]() |
ATLAS Offline Software
|
Public Member Functions | |
| def | __init__ (self, refFileName, chkFileName, verbose=False, ignoreList=None, strict=False) |
| def | status (self) |
| def | printSummary (self, out=sys.stdout) |
Public Attributes | |
| verbose | |
| strict | |
| refFile | |
| chkFile | |
| ignList | |
| allGood | |
| summary | |
Private Member Functions | |
| def | __checkDiff (self) |
A helper class to compare 2 POOL files and check that they match, both in terms of containers' content and containers' sizes
Definition at line 957 of file PoolFile.py.
| def python.PoolFile.DiffFiles.__init__ | ( | self, | |
| refFileName, | |||
| chkFileName, | |||
verbose = False, |
|||
ignoreList = None, |
|||
strict = False |
|||
| ) |
Definition at line 963 of file PoolFile.py.
|
private |
Definition at line 994 of file PoolFile.py.
| def python.PoolFile.DiffFiles.printSummary | ( | self, | |
out = sys.stdout |
|||
| ) |
Definition at line 1073 of file PoolFile.py.
| def python.PoolFile.DiffFiles.status | ( | self | ) |
Definition at line 1069 of file PoolFile.py.
| python.PoolFile.DiffFiles.allGood |
Definition at line 988 of file PoolFile.py.
| python.PoolFile.DiffFiles.chkFile |
Definition at line 976 of file PoolFile.py.
| python.PoolFile.DiffFiles.ignList |
Definition at line 977 of file PoolFile.py.
| python.PoolFile.DiffFiles.refFile |
Definition at line 975 of file PoolFile.py.
| python.PoolFile.DiffFiles.strict |
Definition at line 967 of file PoolFile.py.
| python.PoolFile.DiffFiles.summary |
Definition at line 989 of file PoolFile.py.
| python.PoolFile.DiffFiles.verbose |
Definition at line 966 of file PoolFile.py.
1.8.18