![]() |
The Gaudi Framework
v28r2
|
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 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.
compareOutputFiles.com = Process( target = ComparisonEngine, args = ( pout, sout ) ) |
Definition at line 401 of file compareOutputFiles.py.
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.
compareOutputFiles.par = 'PFN:' |
Definition at line 386 of file compareOutputFiles.py.
compareOutputFiles.pname = par[4:] |
Definition at line 392 of file compareOutputFiles.py.
compareOutputFiles.pout = Queue() |
Definition at line 396 of file compareOutputFiles.py.
compareOutputFiles.pp = Process( target = GetFSRdict, args = ( par, pout ) ) |
Definition at line 417 of file compareOutputFiles.py.
compareOutputFiles.qacross = Queue() |
Definition at line 395 of file compareOutputFiles.py.
string compareOutputFiles.SER = 'SERIAL' |
Definition at line 39 of file compareOutputFiles.py.
compareOutputFiles.ser = 'PFN:' |
Definition at line 387 of file compareOutputFiles.py.
compareOutputFiles.sname = ser[4:] |
Definition at line 393 of file compareOutputFiles.py.
compareOutputFiles.sout = Queue() |
Definition at line 397 of file compareOutputFiles.py.
compareOutputFiles.sp = Process( target = GetFSRdict, args = ( ser, sout ) ) |
Definition at line 416 of file compareOutputFiles.py.