ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, size=18, status="Internal", lumi=1., sqrts="13", normalizedToUnity=False) |
def | DrawTLatex (self, x, y, text, size=18, font=43, align=11, ndc=True, color=-1) |
def | GetStatus (self) |
def | GetLumi (self) |
def | DrawAtlas (self, x, y, align=11) |
def | DrawLumiSqrtS (self, x, y, align=11, lumi=1.) |
def | DrawSqrtS (self, x, y, align=11) |
def | CreateLegend (self, x1, y1, x2, y2, textsize=22) |
def | GetLegend (self, x1=0, y1=1., x2=1., y2=1.) |
def | AddToLegend (self, Items, Style="FL") |
def | DrawLegend (self, NperCol=3) |
def | DrawSource (self, probe, x, y, align=11) |
def | Prepare1PadCanvas (self, cname, width=800, height=600, isQuad=False) |
def | GetCanvas (self) |
def | Prepare2PadCanvas (self, cname, width=800, height=600, isQuad=False, DoLogX=False) |
def | GetTopPad (self) |
def | GetBottomPad (self) |
def | AdaptLabelsTopPad (self, histos) |
def | AdaptLabelsBottomPad (self, histos, scale=1.) |
def | drawStyling (self, Template, ymin, ymax, TopPad=True, RemoveLabel=False) |
def | addValuesInText (self, histo, on_top=True, off_set_y=0.005) |
def | saveHisto (self, name, outputfiletypes) |
Private Member Functions | |
def | __AddItemToLegend (self, Item, Style) |
Private Attributes | |
__Status | |
__Size | |
__Lumi | |
__SqrtS | |
__VerticalCanvasSplit | |
__Canvas | |
__Pad1 | |
__Pad2 | |
__Styling | |
__RatStyling | |
__Legend | |
__NLegEnt | |
__normalizedToUnity | |
__Objects | |
Definition at line 97 of file PlotUtils.py.
def PlotUtils.PlotUtils.__init__ | ( | self, | |
size = 18 , |
|||
status = "Internal" , |
|||
lumi = 1. , |
|||
sqrts = "13" , |
|||
normalizedToUnity = False |
|||
) |
Definition at line 98 of file PlotUtils.py.
|
private |
Definition at line 173 of file PlotUtils.py.
def PlotUtils.PlotUtils.AdaptLabelsBottomPad | ( | self, | |
histos, | |||
scale = 1. |
|||
) |
Definition at line 238 of file PlotUtils.py.
def PlotUtils.PlotUtils.AdaptLabelsTopPad | ( | self, | |
histos | |||
) |
Definition at line 228 of file PlotUtils.py.
def PlotUtils.PlotUtils.AddToLegend | ( | self, | |
Items, | |||
Style = "FL" |
|||
) |
Definition at line 166 of file PlotUtils.py.
def PlotUtils.PlotUtils.addValuesInText | ( | self, | |
histo, | |||
on_top = True , |
|||
off_set_y = 0.005 |
|||
) |
Definition at line 260 of file PlotUtils.py.
def PlotUtils.PlotUtils.CreateLegend | ( | self, | |
x1, | |||
y1, | |||
x2, | |||
y2, | |||
textsize = 22 |
|||
) |
Definition at line 151 of file PlotUtils.py.
def PlotUtils.PlotUtils.DrawAtlas | ( | self, | |
x, | |||
y, | |||
align = 11 |
|||
) |
Definition at line 130 of file PlotUtils.py.
def PlotUtils.PlotUtils.DrawLegend | ( | self, | |
NperCol = 3 |
|||
) |
Definition at line 181 of file PlotUtils.py.
def PlotUtils.PlotUtils.DrawLumiSqrtS | ( | self, | |
x, | |||
y, | |||
align = 11 , |
|||
lumi = 1. |
|||
) |
Definition at line 134 of file PlotUtils.py.
def PlotUtils.PlotUtils.DrawSource | ( | self, | |
probe, | |||
x, | |||
y, | |||
align = 11 |
|||
) |
Definition at line 191 of file PlotUtils.py.
def PlotUtils.PlotUtils.DrawSqrtS | ( | self, | |
x, | |||
y, | |||
align = 11 |
|||
) |
Definition at line 147 of file PlotUtils.py.
def PlotUtils.PlotUtils.drawStyling | ( | self, | |
Template, | |||
ymin, | |||
ymax, | |||
TopPad = True , |
|||
RemoveLabel = False |
|||
) |
Definition at line 251 of file PlotUtils.py.
def PlotUtils.PlotUtils.DrawTLatex | ( | self, | |
x, | |||
y, | |||
text, | |||
size = 18 , |
|||
font = 43 , |
|||
align = 11 , |
|||
ndc = True , |
|||
color = -1 |
|||
) |
Definition at line 114 of file PlotUtils.py.
def PlotUtils.PlotUtils.GetBottomPad | ( | self | ) |
Definition at line 226 of file PlotUtils.py.
def PlotUtils.PlotUtils.GetCanvas | ( | self | ) |
Definition at line 204 of file PlotUtils.py.
def PlotUtils.PlotUtils.GetLegend | ( | self, | |
x1 = 0 , |
|||
y1 = 1. , |
|||
x2 = 1. , |
|||
y2 = 1. |
|||
) |
Definition at line 162 of file PlotUtils.py.
def PlotUtils.PlotUtils.GetLumi | ( | self | ) |
Definition at line 127 of file PlotUtils.py.
def PlotUtils.PlotUtils.GetStatus | ( | self | ) |
Definition at line 124 of file PlotUtils.py.
def PlotUtils.PlotUtils.GetTopPad | ( | self | ) |
Definition at line 224 of file PlotUtils.py.
def PlotUtils.PlotUtils.Prepare1PadCanvas | ( | self, | |
cname, | |||
width = 800 , |
|||
height = 600 , |
|||
isQuad = False |
|||
) |
Definition at line 194 of file PlotUtils.py.
def PlotUtils.PlotUtils.Prepare2PadCanvas | ( | self, | |
cname, | |||
width = 800 , |
|||
height = 600 , |
|||
isQuad = False , |
|||
DoLogX = False |
|||
) |
Definition at line 208 of file PlotUtils.py.
def PlotUtils.PlotUtils.saveHisto | ( | self, | |
name, | |||
outputfiletypes | |||
) |
Definition at line 287 of file PlotUtils.py.
|
private |
Definition at line 104 of file PlotUtils.py.
|
private |
Definition at line 109 of file PlotUtils.py.
|
private |
Definition at line 101 of file PlotUtils.py.
|
private |
Definition at line 110 of file PlotUtils.py.
|
private |
Definition at line 111 of file PlotUtils.py.
|
private |
Definition at line 112 of file PlotUtils.py.
|
private |
Definition at line 105 of file PlotUtils.py.
|
private |
Definition at line 106 of file PlotUtils.py.
|
private |
Definition at line 108 of file PlotUtils.py.
|
private |
Definition at line 100 of file PlotUtils.py.
|
private |
Definition at line 102 of file PlotUtils.py.
|
private |
Definition at line 99 of file PlotUtils.py.
|
private |
Definition at line 107 of file PlotUtils.py.
|
private |
Definition at line 103 of file PlotUtils.py.