Go to the source code of this file.
|
| double | iv_fit_function (double *x, double *p) |
| |
| TF1 * | get_iv_fit_function (double vbreak) |
| |
| TF1 * | iv_fit_better (TGraphErrors *g, float vstart, int ntry=100) |
| |
| TF1 * | iv_fit (TGraphErrors *g, float vstart, bool oneshot=true) |
| |
| TGraphErrors * | make_iv_scan (std::string filename, std::string filenameOPEN="", std::string filenameZERO="", float vbreak=-1.) |
| |
| TCanvas * | draw_iv_scan (std::string dirname, std::string tagname, std::vector< std::string > rows, std::vector< std::string > cols, std::vector< std::string > outliers, TCanvas *c=nullptr, int marker=20, int color=kAzure - 3, float vmin=0., float vmax=100., float vcut=100., bool subtractopen=true, float subtractsurface=-1.) |
| |
◆ draw_iv_scan()
| TCanvas * draw_iv_scan |
( |
std::string |
dirname, |
|
|
std::string |
tagname, |
|
|
std::vector< std::string > |
rows, |
|
|
std::vector< std::string > |
cols, |
|
|
std::vector< std::string > |
outliers, |
|
|
TCanvas * |
c = nullptr, |
|
|
int |
marker = 20, |
|
|
int |
color = kAzure - 3, |
|
|
float |
vmin = 0., |
|
|
float |
vmax = 100., |
|
|
float |
vcut = 100., |
|
|
bool |
subtractopen = true, |
|
|
float |
subtractsurface = -1. |
|
) |
| |
◆ get_iv_fit_function()
◆ iv_fit()
◆ iv_fit_better()
◆ iv_fit_function()
◆ make_iv_scan()
◆ iv_fit_oneshot