Go to the source code of this file.
|
| noiDict | _tu_fmt__hg_dict () |
| |
| TH1 * | noi_fmt (TH1 *hg, noiDict _override={{}}, noiDict dict=_tu_fmt__hg_dict()) |
| |
| TLine * | noi_fmt (TLine *line, noiDict options={{}}, noiDict dict={{"LineColor", kBlack,"LineColorAlpha", kBlack, 1.,"LineStyle", 1,"LineWidth", 1}}) |
| |
| TLegend * | noi_fmt (TLegend *leg, noiDict _override={{}}, noiDict dict={{"LineColor", kWhite,"LineColorAlpha", 0.,"FillColorAlpha", kWhite, 0.}}) |
| |
| TGraph * | noi_fmt (TGraph *hg, noiDict _override={{}}, noiDict dict=_tu_fmt__hg_dict()) |
| |
Definition at line 8 of file noi_fmt.h.
View newest version in sPHENIX GitHub at line 8 of file noi_fmt.h
| TLine* noi_fmt |
( |
TLine * |
line, |
|
|
noiDict |
options = {{}}, |
|
|
noiDict |
dict = {{ "LineColor",kBlack, "LineColorAlpha",kBlack, 1., "LineStyle",1, "LineWidth",1 }} |
|
) |
| |
| TLegend* noi_fmt |
( |
TLegend * |
leg, |
|
|
noiDict |
_override = {{}}, |
|
|
noiDict |
dict = {{ "LineColor", kWhite, "LineColorAlpha",0., "FillColorAlpha",kWhite, 0. }} |
|
) |
| |