![]() |
The Gaudi Framework
v29r5 (37229091)
|
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 301 of file compareOutputFiles.py.
| def compareOutputFiles.checkForAddressDifference | ( | a, | |
| b | |||
| ) |
Definition at line 226 of file compareOutputFiles.py.
| def compareOutputFiles.checkKeys | ( | name | ) |
Definition at line 16 of file compareOutputFiles.py.
| def compareOutputFiles.compareEvents | ( | s, | |
| p | |||
| ) |
Definition at line 242 of file compareOutputFiles.py.
| def compareOutputFiles.CompareFSR | ( | pout, | |
| sout | |||
| ) |
Definition at line 407 of file compareOutputFiles.py.
| def compareOutputFiles.CompareTrees | ( | pname, | |
| sname | |||
| ) |
Definition at line 40 of file compareOutputFiles.py.
| def compareOutputFiles.ComparisonEngine | ( | pQueue, | |
| sQueue | |||
| ) |
Definition at line 194 of file compareOutputFiles.py.
| def compareOutputFiles.GetFSRdict | ( | filename, | |
| queue | |||
| ) |
Definition at line 352 of file compareOutputFiles.py.
| def compareOutputFiles.LumiFSR | ( | lumi | ) |
Definition at line 324 of file compareOutputFiles.py.
| def compareOutputFiles.printDict | ( | d, | |
name = 'unspecified' |
|||
| ) |
Definition at line 114 of file compareOutputFiles.py.
| def compareOutputFiles.Reader | ( | readerType, | |
| filename, | |||
| qacross, | |||
| qToEngine | |||
| ) |
Definition at line 129 of file compareOutputFiles.py.
| def compareOutputFiles.switchDict | ( | d | ) |
Definition at line 96 of file compareOutputFiles.py.
| compareOutputFiles.args = sys.argv |
Definition at line 435 of file compareOutputFiles.py.
| compareOutputFiles.com = Process(target=ComparisonEngine, args=(pout, sout)) |
Definition at line 455 of file compareOutputFiles.py.
| compareOutputFiles.cp = Process(target=CompareFSR, args=(pout, sout)) |
Definition at line 472 of file compareOutputFiles.py.
| string compareOutputFiles.PAR = 'PARALLEL' |
Definition at line 36 of file compareOutputFiles.py.
| compareOutputFiles.par = 'PFN:' |
Definition at line 441 of file compareOutputFiles.py.
| compareOutputFiles.pname = par[4:] |
Definition at line 446 of file compareOutputFiles.py.
| compareOutputFiles.pout = Queue() |
Definition at line 450 of file compareOutputFiles.py.
| compareOutputFiles.pp = Process(target=GetFSRdict, args=(par, pout)) |
Definition at line 471 of file compareOutputFiles.py.
| compareOutputFiles.qacross = Queue() |
Definition at line 449 of file compareOutputFiles.py.
| string compareOutputFiles.SER = 'SERIAL' |
Definition at line 37 of file compareOutputFiles.py.
| compareOutputFiles.ser = 'PFN:' |
Definition at line 442 of file compareOutputFiles.py.
| compareOutputFiles.sname = ser[4:] |
Definition at line 447 of file compareOutputFiles.py.
| compareOutputFiles.sout = Queue() |
Definition at line 451 of file compareOutputFiles.py.
| compareOutputFiles.sp = Process(target=GetFSRdict, args=(ser, sout)) |
Definition at line 470 of file compareOutputFiles.py.