ATLAS Offline Software
|
Classes | |
class | Panel |
Functions | |
def | creatGraph (xs, ys, x_errs, y_errs, g_name, g_title, g_Xtitle, g_Ytitle) |
def | linearFit (h_temp, opt="QNS+") |
return type values: 1 : normal 0 : fit fail or (Not exist this quantity of certain panel) -1 : number of points < 2 -2 : Chi2/NDF < 0.0001 -3 : NDF == 0 except the reason number of points <2 More... | |
def RPCRawDataMonUtils.creatGraph | ( | xs, | |
ys, | |||
x_errs, | |||
y_errs, | |||
g_name, | |||
g_title, | |||
g_Xtitle, | |||
g_Ytitle | |||
) |
Definition at line 8 of file RPCRawDataMonUtils.py.
def RPCRawDataMonUtils.linearFit | ( | h_temp, | |
opt = "QNS+" |
|||
) |
return type values: 1 : normal 0 : fit fail or (Not exist this quantity of certain panel) -1 : number of points < 2 -2 : Chi2/NDF < 0.0001 -3 : NDF == 0 except the reason number of points <2
Definition at line 35 of file RPCRawDataMonUtils.py.