![]() |
The Gaudi Framework
v25r3
|
Functions | |
def | rec |
def | composition |
def | comparePaths |
def | compareHistos |
Variables | |
list | histos = ['TH1D', 'TH2D', 'TProfile'] |
string | ser = 'SERIAL' |
string | par = 'PARALL' |
list | pFile = sys.argv[0] |
list | sFile = sys.argv[1] |
tuple | tfs = TFile( sFile, 'REC' ) |
tuple | tfp = TFile( pFile, 'REC' ) |
tuple | lser = rec(tfs) |
tuple | dserial = dict( [(n, o) for n, o in lser] ) |
tuple | dparall = dict( [(n, o) for n, o in lpar] ) |
tuple | ts = ( ser, dserial ) |
tuple | state = comparePaths( ts, tp ) |
def compareRootHistos.compareHistos | ( | t1, | |
t2, | |||
state | |||
) |
Definition at line 121 of file compareRootHistos.py.
def compareRootHistos.comparePaths | ( | t1, | |
t2 | |||
) |
Definition at line 64 of file compareRootHistos.py.
def compareRootHistos.composition | ( | t | ) |
Definition at line 42 of file compareRootHistos.py.
def compareRootHistos.rec | ( | o, | |
path = None , |
|||
lst = None |
|||
) |
Definition at line 20 of file compareRootHistos.py.
tuple compareRootHistos.dparall = dict( [(n, o) for n, o in lpar] ) |
Definition at line 261 of file compareRootHistos.py.
tuple compareRootHistos.dserial = dict( [(n, o) for n, o in lser] ) |
Definition at line 260 of file compareRootHistos.py.
list compareRootHistos.histos = ['TH1D', 'TH2D', 'TProfile'] |
Definition at line 5 of file compareRootHistos.py.
Definition at line 258 of file compareRootHistos.py.
string compareRootHistos.par = 'PARALL' |
Definition at line 7 of file compareRootHistos.py.
list compareRootHistos.pFile = sys.argv[0] |
Definition at line 247 of file compareRootHistos.py.
string compareRootHistos.ser = 'SERIAL' |
Definition at line 6 of file compareRootHistos.py.
list compareRootHistos.sFile = sys.argv[1] |
Definition at line 248 of file compareRootHistos.py.
tuple compareRootHistos.state = comparePaths( ts, tp ) |
Definition at line 269 of file compareRootHistos.py.
tuple compareRootHistos.tfp = TFile( pFile, 'REC' ) |
Definition at line 255 of file compareRootHistos.py.
tuple compareRootHistos.tfs = TFile( sFile, 'REC' ) |
Definition at line 254 of file compareRootHistos.py.
Definition at line 263 of file compareRootHistos.py.