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 978 of file PoolFile.py.
def python.PoolFile.DiffFiles.__init__ | ( | self, | |
refFileName, | |||
chkFileName, | |||
verbose = False , |
|||
ignoreList = None , |
|||
strict = False |
|||
) |
Definition at line 984 of file PoolFile.py.
|
private |
Definition at line 1015 of file PoolFile.py.
def python.PoolFile.DiffFiles.printSummary | ( | self, | |
out = sys.stdout |
|||
) |
Definition at line 1094 of file PoolFile.py.
def python.PoolFile.DiffFiles.status | ( | self | ) |
Definition at line 1090 of file PoolFile.py.
python.PoolFile.DiffFiles.allGood |
Definition at line 1009 of file PoolFile.py.
python.PoolFile.DiffFiles.chkFile |
Definition at line 997 of file PoolFile.py.
python.PoolFile.DiffFiles.ignList |
Definition at line 998 of file PoolFile.py.
python.PoolFile.DiffFiles.refFile |
Definition at line 996 of file PoolFile.py.
python.PoolFile.DiffFiles.strict |
Definition at line 988 of file PoolFile.py.
python.PoolFile.DiffFiles.summary |
Definition at line 1010 of file PoolFile.py.
python.PoolFile.DiffFiles.verbose |
Definition at line 987 of file PoolFile.py.