![]() |
The Gaudi Framework
v25r3
|
Functions | |
| def | checkKeys |
| def | CompareTrees |
| def | switchDict |
| def | printDict |
| def | Reader |
| def | ComparisonEngine |
| def | checkForAddressDifference |
| def | compareEvents |
| def | CheckFileRecords |
| def | LumiFSR |
| def | GetFSRdict |
| def | CompareFSR |
Variables | |
| string | PAR = 'PARALLEL' |
| string | SER = 'SERIAL' |
| args = sys.argv | |
| string | par = 'PFN:' |
| string | ser = 'PFN:' |
| list | pname = par[4:] |
| list | sname = ser[4:] |
| tuple | qacross = Queue() |
| tuple | pout = Queue() |
| tuple | sout = Queue() |
| tuple | com = Process( target = ComparisonEngine, args = ( pout, sout ) ) |
| tuple | sp = Process( target = GetFSRdict, args = ( ser, sout ) ) |
| tuple | pp = Process( target = GetFSRdict, args = ( par, pout ) ) |
| tuple | cp = Process( target = CompareFSR, args = ( pout, sout ) ) |
| def compareOutputFiles.CheckFileRecords | ( | par, | |
| ser | |||
| ) |
Definition at line 251 of file compareOutputFiles.py.
| def compareOutputFiles.checkForAddressDifference | ( | a, | |
| b | |||
| ) |
Definition at line 194 of file compareOutputFiles.py.
| def compareOutputFiles.checkKeys | ( | name | ) |
Definition at line 15 of file compareOutputFiles.py.
| def compareOutputFiles.compareEvents | ( | s, | |
| p | |||
| ) |
Definition at line 208 of file compareOutputFiles.py.
| def compareOutputFiles.CompareFSR | ( | pout, | |
| sout | |||
| ) |
Definition at line 356 of file compareOutputFiles.py.
| def compareOutputFiles.CompareTrees | ( | pname, | |
| sname | |||
| ) |
Definition at line 41 of file compareOutputFiles.py.
| def compareOutputFiles.ComparisonEngine | ( | pQueue, | |
| sQueue | |||
| ) |
Definition at line 169 of file compareOutputFiles.py.
| def compareOutputFiles.GetFSRdict | ( | filename, | |
| queue | |||
| ) |
Definition at line 300 of file compareOutputFiles.py.
| def compareOutputFiles.LumiFSR | ( | lumi | ) |
Definition at line 272 of file compareOutputFiles.py.
| def compareOutputFiles.printDict | ( | d, | |
name = 'unspecified' |
|||
| ) |
Definition at line 94 of file compareOutputFiles.py.
| def compareOutputFiles.Reader | ( | readerType, | |
| filename, | |||
| qacross, | |||
| qToEngine | |||
| ) |
Definition at line 109 of file compareOutputFiles.py.
| def compareOutputFiles.switchDict | ( | d | ) |
Definition at line 77 of file compareOutputFiles.py.
| compareOutputFiles.args = sys.argv |
Definition at line 380 of file compareOutputFiles.py.
| tuple compareOutputFiles.com = Process( target = ComparisonEngine, args = ( pout, sout ) ) |
Definition at line 401 of file compareOutputFiles.py.
| tuple compareOutputFiles.cp = Process( target = CompareFSR, args = ( pout, sout ) ) |
Definition at line 418 of file compareOutputFiles.py.
| string compareOutputFiles.PAR = 'PARALLEL' |
Definition at line 38 of file compareOutputFiles.py.
| list compareOutputFiles.par = 'PFN:' |
Definition at line 386 of file compareOutputFiles.py.
| list compareOutputFiles.pname = par[4:] |
Definition at line 392 of file compareOutputFiles.py.
| tuple compareOutputFiles.pout = Queue() |
Definition at line 396 of file compareOutputFiles.py.
| tuple compareOutputFiles.pp = Process( target = GetFSRdict, args = ( par, pout ) ) |
Definition at line 417 of file compareOutputFiles.py.
| tuple compareOutputFiles.qacross = Queue() |
Definition at line 395 of file compareOutputFiles.py.
| string compareOutputFiles.SER = 'SERIAL' |
Definition at line 39 of file compareOutputFiles.py.
| list compareOutputFiles.ser = 'PFN:' |
Definition at line 387 of file compareOutputFiles.py.
| list compareOutputFiles.sname = ser[4:] |
Definition at line 393 of file compareOutputFiles.py.
| tuple compareOutputFiles.sout = Queue() |
Definition at line 397 of file compareOutputFiles.py.
| tuple compareOutputFiles.sp = Process( target = GetFSRdict, args = ( ser, sout ) ) |
Definition at line 416 of file compareOutputFiles.py.