ATLAS Offline Software
|
#include "SetAttributes.h"
Go to the source code of this file.
Macros | |
#define | DrawATLASLabels_Func |
Functions | |
int | DrawLabel (float xstart, float ystart, string label) |
int | DrawLabels (float xstart, float ystart, string label="") |
int | DrawATLASLabels (float xstart, float ystart, int labeltype) |
int | SetGraphDrawOption (TGraph *gr, bool isdrawline=true, bool isdrawbar=false) |
int | DrawSingleGraphOnCanvas (string canvasname, TGraph *gr, string drawoption="APL", bool logx=false, bool logy=false, bool isrectangle=true) |
int | DrawTwoGraphsOnCanvas (string canvasname, TGraph *gr1, TGraph *gr2, string drawoption1="APL", string drawoption2="PL", bool logx=false, bool logy=false, bool isrectangle=true) |
int | DrawThreeGraphsOnCanvas (string canvasname, TGraph *gr1, TGraph *gr2, TGraph *gr3, string drawopt1="APL", string drawopt2="PL", string drawopt3="PL", bool logx=false, bool logy=false, bool isrectangle=true) |
int | DrawFourGraphsOnCanvas (string canvasname, TGraph *gr1, TGraph *gr2, TGraph *gr3, TGraph *gr4, string drawopt1="APL", string drawopt2="PL", string drawopt3="PL", string drawopt4="PL", bool logx=false, bool logy=false, bool isrectangle=true) |
int | DrawFiveGraphsOnCanvas (string canvasname, TGraph *gr1, TGraph *gr2, TGraph *gr3, TGraph *gr4, TGraph *gr5, string drawopt1="APL", string drawopt2="PL", string drawopt3="PL", string drawopt4="PL", string drawopt5="PL", bool logx=false, bool logy=false, bool isrectangle=true) |
int | SetGraphErrorsDrawOption (TGraphErrors *gre, bool isdrawline=true, bool isdrawerrorrectangle=false, bool isdrawerrorband=false) |
int | DrawSingleGraphErrorsOnCanvas (string canvasname, TGraphErrors *gre, string drawoption="AP", bool logx=false, bool logy=false, bool isrectangle=true, string label="") |
int | DrawTwoGraphErrorsOnCanvas (string canvasname, TGraphErrors *gre1, TGraphErrors *gre2, string drawoption1="APL", string drawoption2="PL", bool logx=false, bool logy=false, bool isrectangle=true) |
int | DrawThreeGraphErrorsOnCanvas (string canvasname, TGraphErrors *gre1, TGraphErrors *gre2, TGraphErrors *gre3, string drawopt1="APL", string drawopt2="PL", string drawopt3="PL", bool logx=false, bool logy=false, bool isrectangle=true, string header="", string label="") |
int | DrawFourGraphErrorsOnCanvas (string canvasname, TGraphErrors *gre1, TGraphErrors *gre2, TGraphErrors *gre3, TGraphErrors *gre4, string drawopt1="APL", string drawopt2="PL", string drawopt3="PL", string drawopt4="PL", bool logx=false, bool logy=false, bool isrectangle=false, string header="", string label="") |
int | DrawFiveGraphErrorsOnCanvas (string canvasname, TGraphErrors *gre1, TGraphErrors *gre2, TGraphErrors *gre3, TGraphErrors *gre4, TGraphErrors *gre5, string drawopt1="APL", string drawopt2="PL", string drawopt3="PL", string drawopt4="PL", string drawopt5="PL", bool logx=false, bool logy=false, bool isrectangle=false, string header="", string label="") |
int | DrawTopFiveGraphErrorsAndBottomFourGraphErrorsOnCanvas (string canvasname, TGraphErrors *topgre1, TGraphErrors *topgre2, TGraphErrors *topgre3, TGraphErrors *topgre4, TGraphErrors *topgre5, TGraphErrors *bottomgre1, TGraphErrors *bottomgre2, TGraphErrors *bottomgre3, TGraphErrors *bottomgre4, string topdrawopt1="APL", string topdrawopt2="PL", string topdrawopt3="PL", string topdrawopt4="PL", string topdrawopt5="PL", string bottomdrawopt1="APL", string bottomdrawopt2="PL", string bottomdrawopt3="PL", string bottomdrawopt4="PL", bool logx=false, bool toplogy=false, bool bottomlogy=false, bool isrectangle=false, string header="") |
int | DrawSixGraphErrorsOnCanvas (string canvasname, TGraphErrors *gre1, TGraphErrors *gre2, TGraphErrors *gre3, TGraphErrors *gre4, TGraphErrors *gre5, TGraphErrors *gre6, string drawopt1="APL", string drawopt2="PL", string drawopt3="PL", string drawopt4="PL", string drawopt5="PL", string drawopt6="PL", bool logx=false, bool logy=false, bool isrectangle=true) |
int | SetGraphAsymmErrorsDrawOption (TGraphAsymmErrors *grae, bool isdrawline=true, bool isdrawerrorrectangle=false, bool isdrawerrorband=false) |
int | DrawSigleAsymmGraphErrorsOnCanvas (string canvasname, TGraphAsymmErrors *agre, string drawoption="APL", bool logx=false, bool logy=false, bool isrectangle=true) |
int | DrawTwoAsymmGraphErrorsOnCanvas (string canvasname, TGraphAsymmErrors *agre1, TGraphAsymmErrors *agre2, string drawopt1="APL", string drawopt2="PL", bool logx=false, bool logy=false, bool isrectangle=true) |
int | DrawThreeAsymmGraphErrorsOnCanvas (string canvasname, TGraphAsymmErrors *agre1, TGraphAsymmErrors *agre2, TGraphAsymmErrors *agre3, string drawopt1="APL", string drawopt2="PL", string drawopt3="PL", bool logx=false, bool logy=false, bool isrectangle=true) |
int | DrawFourAsymmGraphErrorsOnCanvas (string canvasname, TGraphAsymmErrors *agre1, TGraphAsymmErrors *agre2, TGraphAsymmErrors *agre3, TGraphAsymmErrors *agre4, string drawopt1="APL", string drawopt2="PL", string drawopt3="PL", string drawopt4="PL", bool logx=false, bool logy=false, bool isrectangle=true) |
int | DrawFiveAsymmGraphErrorsOnCanvas (string canvasname, TGraphAsymmErrors *agre1, TGraphAsymmErrors *agre2, TGraphAsymmErrors *agre3, TGraphAsymmErrors *agre4, TGraphAsymmErrors *agre5, string drawopt1="APL", string drawopt2="PL", string drawopt3="PL", string drawopt4="PL", string drawopt5="PL", bool logx=false, bool logy=false, bool isrectangle=true) |
#define DrawATLASLabels_Func |
Definition at line 34 of file GraphToolKit.h.
int DrawATLASLabels | ( | float | xstart, |
float | ystart, | ||
int | labeltype | ||
) |
Definition at line 34 of file GraphToolKit.h.
int DrawFiveAsymmGraphErrorsOnCanvas | ( | string | canvasname, |
TGraphAsymmErrors * | agre1, | ||
TGraphAsymmErrors * | agre2, | ||
TGraphAsymmErrors * | agre3, | ||
TGraphAsymmErrors * | agre4, | ||
TGraphAsymmErrors * | agre5, | ||
string | drawopt1 = "APL" , |
||
string | drawopt2 = "PL" , |
||
string | drawopt3 = "PL" , |
||
string | drawopt4 = "PL" , |
||
string | drawopt5 = "PL" , |
||
bool | logx = false , |
||
bool | logy = false , |
||
bool | isrectangle = true |
||
) |
Definition at line 984 of file GraphToolKit.h.
int DrawFiveGraphErrorsOnCanvas | ( | string | canvasname, |
TGraphErrors * | gre1, | ||
TGraphErrors * | gre2, | ||
TGraphErrors * | gre3, | ||
TGraphErrors * | gre4, | ||
TGraphErrors * | gre5, | ||
string | drawopt1 = "APL" , |
||
string | drawopt2 = "PL" , |
||
string | drawopt3 = "PL" , |
||
string | drawopt4 = "PL" , |
||
string | drawopt5 = "PL" , |
||
bool | logx = false , |
||
bool | logy = false , |
||
bool | isrectangle = false , |
||
string | header = "" , |
||
string | label = "" |
||
) |
Definition at line 549 of file GraphToolKit.h.
int DrawFiveGraphsOnCanvas | ( | string | canvasname, |
TGraph * | gr1, | ||
TGraph * | gr2, | ||
TGraph * | gr3, | ||
TGraph * | gr4, | ||
TGraph * | gr5, | ||
string | drawopt1 = "APL" , |
||
string | drawopt2 = "PL" , |
||
string | drawopt3 = "PL" , |
||
string | drawopt4 = "PL" , |
||
string | drawopt5 = "PL" , |
||
bool | logx = false , |
||
bool | logy = false , |
||
bool | isrectangle = true |
||
) |
Definition at line 201 of file GraphToolKit.h.
int DrawFourAsymmGraphErrorsOnCanvas | ( | string | canvasname, |
TGraphAsymmErrors * | agre1, | ||
TGraphAsymmErrors * | agre2, | ||
TGraphAsymmErrors * | agre3, | ||
TGraphAsymmErrors * | agre4, | ||
string | drawopt1 = "APL" , |
||
string | drawopt2 = "PL" , |
||
string | drawopt3 = "PL" , |
||
string | drawopt4 = "PL" , |
||
bool | logx = false , |
||
bool | logy = false , |
||
bool | isrectangle = true |
||
) |
Definition at line 949 of file GraphToolKit.h.
int DrawFourGraphErrorsOnCanvas | ( | string | canvasname, |
TGraphErrors * | gre1, | ||
TGraphErrors * | gre2, | ||
TGraphErrors * | gre3, | ||
TGraphErrors * | gre4, | ||
string | drawopt1 = "APL" , |
||
string | drawopt2 = "PL" , |
||
string | drawopt3 = "PL" , |
||
string | drawopt4 = "PL" , |
||
bool | logx = false , |
||
bool | logy = false , |
||
bool | isrectangle = false , |
||
string | header = "" , |
||
string | label = "" |
||
) |
Definition at line 423 of file GraphToolKit.h.
int DrawFourGraphsOnCanvas | ( | string | canvasname, |
TGraph * | gr1, | ||
TGraph * | gr2, | ||
TGraph * | gr3, | ||
TGraph * | gr4, | ||
string | drawopt1 = "APL" , |
||
string | drawopt2 = "PL" , |
||
string | drawopt3 = "PL" , |
||
string | drawopt4 = "PL" , |
||
bool | logx = false , |
||
bool | logy = false , |
||
bool | isrectangle = true |
||
) |
Definition at line 164 of file GraphToolKit.h.
int DrawLabel | ( | float | xstart, |
float | ystart, | ||
string | label | ||
) |
Definition at line 13 of file GraphToolKit.h.
int DrawLabels | ( | float | xstart, |
float | ystart, | ||
string | label = "" |
||
) |
Definition at line 23 of file GraphToolKit.h.
int DrawSigleAsymmGraphErrorsOnCanvas | ( | string | canvasname, |
TGraphAsymmErrors * | agre, | ||
string | drawoption = "APL" , |
||
bool | logx = false , |
||
bool | logy = false , |
||
bool | isrectangle = true |
||
) |
Definition at line 863 of file GraphToolKit.h.
int DrawSingleGraphErrorsOnCanvas | ( | string | canvasname, |
TGraphErrors * | gre, | ||
string | drawoption = "AP" , |
||
bool | logx = false , |
||
bool | logy = false , |
||
bool | isrectangle = true , |
||
string | label = "" |
||
) |
Definition at line 262 of file GraphToolKit.h.
int DrawSingleGraphOnCanvas | ( | string | canvasname, |
TGraph * | gr, | ||
string | drawoption = "APL" , |
||
bool | logx = false , |
||
bool | logy = false , |
||
bool | isrectangle = true |
||
) |
Definition at line 75 of file GraphToolKit.h.
int DrawSixGraphErrorsOnCanvas | ( | string | canvasname, |
TGraphErrors * | gre1, | ||
TGraphErrors * | gre2, | ||
TGraphErrors * | gre3, | ||
TGraphErrors * | gre4, | ||
TGraphErrors * | gre5, | ||
TGraphErrors * | gre6, | ||
string | drawopt1 = "APL" , |
||
string | drawopt2 = "PL" , |
||
string | drawopt3 = "PL" , |
||
string | drawopt4 = "PL" , |
||
string | drawopt5 = "PL" , |
||
string | drawopt6 = "PL" , |
||
bool | logx = false , |
||
bool | logy = false , |
||
bool | isrectangle = true |
||
) |
Definition at line 786 of file GraphToolKit.h.
int DrawThreeAsymmGraphErrorsOnCanvas | ( | string | canvasname, |
TGraphAsymmErrors * | agre1, | ||
TGraphAsymmErrors * | agre2, | ||
TGraphAsymmErrors * | agre3, | ||
string | drawopt1 = "APL" , |
||
string | drawopt2 = "PL" , |
||
string | drawopt3 = "PL" , |
||
bool | logx = false , |
||
bool | logy = false , |
||
bool | isrectangle = true |
||
) |
Definition at line 915 of file GraphToolKit.h.
int DrawThreeGraphErrorsOnCanvas | ( | string | canvasname, |
TGraphErrors * | gre1, | ||
TGraphErrors * | gre2, | ||
TGraphErrors * | gre3, | ||
string | drawopt1 = "APL" , |
||
string | drawopt2 = "PL" , |
||
string | drawopt3 = "PL" , |
||
bool | logx = false , |
||
bool | logy = false , |
||
bool | isrectangle = true , |
||
string | header = "" , |
||
string | label = "" |
||
) |
Definition at line 358 of file GraphToolKit.h.
int DrawThreeGraphsOnCanvas | ( | string | canvasname, |
TGraph * | gr1, | ||
TGraph * | gr2, | ||
TGraph * | gr3, | ||
string | drawopt1 = "APL" , |
||
string | drawopt2 = "PL" , |
||
string | drawopt3 = "PL" , |
||
bool | logx = false , |
||
bool | logy = false , |
||
bool | isrectangle = true |
||
) |
Definition at line 128 of file GraphToolKit.h.
int DrawTopFiveGraphErrorsAndBottomFourGraphErrorsOnCanvas | ( | string | canvasname, |
TGraphErrors * | topgre1, | ||
TGraphErrors * | topgre2, | ||
TGraphErrors * | topgre3, | ||
TGraphErrors * | topgre4, | ||
TGraphErrors * | topgre5, | ||
TGraphErrors * | bottomgre1, | ||
TGraphErrors * | bottomgre2, | ||
TGraphErrors * | bottomgre3, | ||
TGraphErrors * | bottomgre4, | ||
string | topdrawopt1 = "APL" , |
||
string | topdrawopt2 = "PL" , |
||
string | topdrawopt3 = "PL" , |
||
string | topdrawopt4 = "PL" , |
||
string | topdrawopt5 = "PL" , |
||
string | bottomdrawopt1 = "APL" , |
||
string | bottomdrawopt2 = "PL" , |
||
string | bottomdrawopt3 = "PL" , |
||
string | bottomdrawopt4 = "PL" , |
||
bool | logx = false , |
||
bool | toplogy = false , |
||
bool | bottomlogy = false , |
||
bool | isrectangle = false , |
||
string | header = "" |
||
) |
Definition at line 676 of file GraphToolKit.h.
int DrawTwoAsymmGraphErrorsOnCanvas | ( | string | canvasname, |
TGraphAsymmErrors * | agre1, | ||
TGraphAsymmErrors * | agre2, | ||
string | drawopt1 = "APL" , |
||
string | drawopt2 = "PL" , |
||
bool | logx = false , |
||
bool | logy = false , |
||
bool | isrectangle = true |
||
) |
Definition at line 883 of file GraphToolKit.h.
int DrawTwoGraphErrorsOnCanvas | ( | string | canvasname, |
TGraphErrors * | gre1, | ||
TGraphErrors * | gre2, | ||
string | drawoption1 = "APL" , |
||
string | drawoption2 = "PL" , |
||
bool | logx = false , |
||
bool | logy = false , |
||
bool | isrectangle = true |
||
) |
Definition at line 297 of file GraphToolKit.h.
int DrawTwoGraphsOnCanvas | ( | string | canvasname, |
TGraph * | gr1, | ||
TGraph * | gr2, | ||
string | drawoption1 = "APL" , |
||
string | drawoption2 = "PL" , |
||
bool | logx = false , |
||
bool | logy = false , |
||
bool | isrectangle = true |
||
) |
Definition at line 96 of file GraphToolKit.h.
int SetGraphAsymmErrorsDrawOption | ( | TGraphAsymmErrors * | grae, |
bool | isdrawline = true , |
||
bool | isdrawerrorrectangle = false , |
||
bool | isdrawerrorband = false |
||
) |
Definition at line 843 of file GraphToolKit.h.
int SetGraphDrawOption | ( | TGraph * | gr, |
bool | isdrawline = true , |
||
bool | isdrawbar = false |
||
) |
Definition at line 64 of file GraphToolKit.h.
int SetGraphErrorsDrawOption | ( | TGraphErrors * | gre, |
bool | isdrawline = true , |
||
bool | isdrawerrorrectangle = false , |
||
bool | isdrawerrorband = false |
||
) |
Definition at line 242 of file GraphToolKit.h.