![]() |
The Gaudi Framework
v32r2 (46d42edc)
|
Functions | |
| def | checkKeys (name) |
| def | CompareTrees (pname, sname) |
| def | switchDict (d) |
| def | printDict (d, name='unspecified') |
| def | Reader (readerType, filename, qacross, qToEngine) |
| def | ComparisonEngine (pQueue, sQueue) |
| def | checkForAddressDifference (a, b) |
| def | compareEvents (s, p) |
| def | CheckFileRecords (par, ser) |
| def | LumiFSR (lumi) |
| def | GetFSRdict (filename, queue) |
| def | CompareFSR (pout, sout) |
Variables | |
| string | PAR = 'PARALLEL' |
| string | SER = 'SERIAL' |
| args = sys.argv | |
| string | par = 'PFN:' + args[0] |
| string | ser = 'PFN:' + args[1] |
| string | pname = par[4:] |
| string | sname = ser[4:] |
| qacross = Queue() | |
| pout = Queue() | |
| sout = Queue() | |
| com = Process(target=ComparisonEngine, args=(pout, sout)) | |
| sp = Process(target=GetFSRdict, args=(ser, sout)) | |
| pp = Process(target=GetFSRdict, args=(par, pout)) | |
| cp = Process(target=CompareFSR, args=(pout, sout)) | |
| def compareOutputFiles.CheckFileRecords | ( | par, | |
| ser | |||
| ) |
Definition at line 299 of file compareOutputFiles.py.
| def compareOutputFiles.checkForAddressDifference | ( | a, | |
| b | |||
| ) |
Definition at line 224 of file compareOutputFiles.py.
| def compareOutputFiles.checkKeys | ( | name | ) |
Definition at line 16 of file compareOutputFiles.py.
| def compareOutputFiles.compareEvents | ( | s, | |
| p | |||
| ) |
Definition at line 240 of file compareOutputFiles.py.
| def compareOutputFiles.CompareFSR | ( | pout, | |
| sout | |||
| ) |
Definition at line 431 of file compareOutputFiles.py.
| def compareOutputFiles.CompareTrees | ( | pname, | |
| sname | |||
| ) |
Definition at line 38 of file compareOutputFiles.py.
| def compareOutputFiles.ComparisonEngine | ( | pQueue, | |
| sQueue | |||
| ) |
Definition at line 192 of file compareOutputFiles.py.
| def compareOutputFiles.GetFSRdict | ( | filename, | |
| queue | |||
| ) |
Definition at line 351 of file compareOutputFiles.py.
| def compareOutputFiles.LumiFSR | ( | lumi | ) |
Definition at line 323 of file compareOutputFiles.py.
| def compareOutputFiles.printDict | ( | d, | |
name = 'unspecified' |
|||
| ) |
Definition at line 112 of file compareOutputFiles.py.
| def compareOutputFiles.Reader | ( | readerType, | |
| filename, | |||
| qacross, | |||
| qToEngine | |||
| ) |
Definition at line 127 of file compareOutputFiles.py.
| def compareOutputFiles.switchDict | ( | d | ) |
Definition at line 94 of file compareOutputFiles.py.
| compareOutputFiles.args = sys.argv |
Definition at line 460 of file compareOutputFiles.py.
| compareOutputFiles.com = Process(target=ComparisonEngine, args=(pout, sout)) |
Definition at line 482 of file compareOutputFiles.py.
| compareOutputFiles.cp = Process(target=CompareFSR, args=(pout, sout)) |
Definition at line 499 of file compareOutputFiles.py.
| string compareOutputFiles.PAR = 'PARALLEL' |
Definition at line 34 of file compareOutputFiles.py.
| compareOutputFiles.par = 'PFN:' + args[0] |
Definition at line 468 of file compareOutputFiles.py.
| string compareOutputFiles.pname = par[4:] |
Definition at line 473 of file compareOutputFiles.py.
| compareOutputFiles.pout = Queue() |
Definition at line 477 of file compareOutputFiles.py.
| compareOutputFiles.pp = Process(target=GetFSRdict, args=(par, pout)) |
Definition at line 498 of file compareOutputFiles.py.
| compareOutputFiles.qacross = Queue() |
Definition at line 476 of file compareOutputFiles.py.
| string compareOutputFiles.SER = 'SERIAL' |
Definition at line 35 of file compareOutputFiles.py.
| compareOutputFiles.ser = 'PFN:' + args[1] |
Definition at line 469 of file compareOutputFiles.py.
| string compareOutputFiles.sname = ser[4:] |
Definition at line 474 of file compareOutputFiles.py.
| compareOutputFiles.sout = Queue() |
Definition at line 478 of file compareOutputFiles.py.
| compareOutputFiles.sp = Process(target=GetFSRdict, args=(ser, sout)) |
Definition at line 497 of file compareOutputFiles.py.