Go to the source code of this file.
|
| list | compareRootHistos.histos ['TH1D', 'TH2D', 'TProfile'] |
| |
| string | compareRootHistos.ser 'SERIAL' |
| |
| string | compareRootHistos.par 'PARALL' |
| |
| list | compareRootHistos.pFile sys.argv[0] |
| |
| list | compareRootHistos.sFile sys.argv[1] |
| |
| tuple | compareRootHistos.tfs TFile( sFile, 'REC' ) |
| |
| tuple | compareRootHistos.tfp TFile( pFile, 'REC' ) |
| |
| tuple | compareRootHistos.lser rec(tfs) |
| |
| tuple | compareRootHistos.dserial dict( [(n, o) for n, o in lser] ) |
| |
| tuple | compareRootHistos.dparall dict( [(n, o) for n, o in lpar] ) |
| |
| tuple | compareRootHistos.ts ( ser, dserial ) |
| |
| tuple | compareRootHistos.state comparePaths( ts, tp ) |
| |