![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
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:' |
| string | ser = 'PFN:' |
| pname = par[4:] | |
| 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 298 of file compareOutputFiles.py.
| def compareOutputFiles.checkForAddressDifference | ( | a, | |
| b | |||
| ) |
Definition at line 223 of file compareOutputFiles.py.
| def compareOutputFiles.checkKeys | ( | name | ) |
Definition at line 15 of file compareOutputFiles.py.
| def compareOutputFiles.compareEvents | ( | s, | |
| p | |||
| ) |
Definition at line 239 of file compareOutputFiles.py.
| def compareOutputFiles.CompareFSR | ( | pout, | |
| sout | |||
| ) |
Definition at line 430 of file compareOutputFiles.py.
| def compareOutputFiles.CompareTrees | ( | pname, | |
| sname | |||
| ) |
Definition at line 37 of file compareOutputFiles.py.
| def compareOutputFiles.ComparisonEngine | ( | pQueue, | |
| sQueue | |||
| ) |
Definition at line 191 of file compareOutputFiles.py.
| def compareOutputFiles.GetFSRdict | ( | filename, | |
| queue | |||
| ) |
Definition at line 350 of file compareOutputFiles.py.
| def compareOutputFiles.LumiFSR | ( | lumi | ) |
Definition at line 322 of file compareOutputFiles.py.
| def compareOutputFiles.printDict | ( | d, | |
name = 'unspecified' |
|||
| ) |
Definition at line 111 of file compareOutputFiles.py.
| def compareOutputFiles.Reader | ( | readerType, | |
| filename, | |||
| qacross, | |||
| qToEngine | |||
| ) |
Definition at line 126 of file compareOutputFiles.py.
| def compareOutputFiles.switchDict | ( | d | ) |
Definition at line 93 of file compareOutputFiles.py.
| compareOutputFiles.args = sys.argv |
Definition at line 459 of file compareOutputFiles.py.
| compareOutputFiles.com = Process(target=ComparisonEngine, args=(pout, sout)) |
Definition at line 479 of file compareOutputFiles.py.
| compareOutputFiles.cp = Process(target=CompareFSR, args=(pout, sout)) |
Definition at line 496 of file compareOutputFiles.py.
| string compareOutputFiles.PAR = 'PARALLEL' |
Definition at line 33 of file compareOutputFiles.py.
| compareOutputFiles.par = 'PFN:' |
Definition at line 465 of file compareOutputFiles.py.
| compareOutputFiles.pname = par[4:] |
Definition at line 470 of file compareOutputFiles.py.
| compareOutputFiles.pout = Queue() |
Definition at line 474 of file compareOutputFiles.py.
| compareOutputFiles.pp = Process(target=GetFSRdict, args=(par, pout)) |
Definition at line 495 of file compareOutputFiles.py.
| compareOutputFiles.qacross = Queue() |
Definition at line 473 of file compareOutputFiles.py.
| string compareOutputFiles.SER = 'SERIAL' |
Definition at line 34 of file compareOutputFiles.py.
| compareOutputFiles.ser = 'PFN:' |
Definition at line 466 of file compareOutputFiles.py.
| compareOutputFiles.sname = ser[4:] |
Definition at line 471 of file compareOutputFiles.py.
| compareOutputFiles.sout = Queue() |
Definition at line 475 of file compareOutputFiles.py.
| compareOutputFiles.sp = Process(target=GetFSRdict, args=(ser, sout)) |
Definition at line 494 of file compareOutputFiles.py.