![]() |
ATLAS Offline Software
|
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self, size=18, status="Internal", lumi=1., sqrts="13", normalizedToUnity=False) | |
| DrawTLatex (self, x, y, text, size=18, font=43, align=11, ndc=True, color=-1) | |
| GetStatus (self) | |
| GetLumi (self) | |
| DrawAtlas (self, x, y, align=11) | |
| DrawLumiSqrtS (self, x, y, align=11, lumi=1.) | |
| DrawSqrtS (self, x, y, align=11) | |
| CreateLegend (self, x1, y1, x2, y2, textsize=22) | |
| GetLegend (self, x1=0, y1=1., x2=1., y2=1.) | |
| AddToLegend (self, Items, Style="FL") | |
| DrawLegend (self, NperCol=3) | |
| DrawSource (self, probe, x, y, align=11) | |
| Prepare1PadCanvas (self, cname, width=800, height=600, isQuad=False) | |
| GetCanvas (self) | |
| Prepare2PadCanvas (self, cname, width=800, height=600, isQuad=False, DoLogX=False) | |
| GetTopPad (self) | |
| GetBottomPad (self) | |
| AdaptLabelsTopPad (self, histos) | |
| AdaptLabelsBottomPad (self, histos, scale=1.) | |
| drawStyling (self, Template, ymin, ymax, TopPad=True, RemoveLabel=False) | |
| addValuesInText (self, histo, on_top=True, off_set_y=0.005) | |
| saveHisto (self, name, outputfiletypes) | |
Private Member Functions | |
| __AddItemToLegend (self, Item, Style) | |
Private Attributes | |
| __Status = status | |
| __Size = size | |
| __Lumi = lumi | |
| __SqrtS = sqrts | |
| float | __VerticalCanvasSplit = 0.4 |
| __Canvas = None | |
| __Pad1 = None | |
| __Pad2 = None | |
| __Styling = None | |
| __RatStyling = None | |
| return CreateLegend(x1, y1, x2, y2) | __Legend = None |
| int | __NLegEnt = 0 |
| self.DrawTLatex(x, y, %(self.__SqrtS), self.__Size, 43, align) | __normalizedToUnity = normalizedToUnity |
| list | __Objects = [] |
Definition at line 97 of file PlotUtils.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| 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.
| PlotUtils.PlotUtils.AdaptLabelsBottomPad | ( | self, | |
| histos, | |||
| scale = 1. ) |
Definition at line 238 of file PlotUtils.py.
| PlotUtils.PlotUtils.AdaptLabelsTopPad | ( | self, | |
| histos ) |
Definition at line 228 of file PlotUtils.py.
| PlotUtils.PlotUtils.AddToLegend | ( | self, | |
| Items, | |||
| Style = "FL" ) |
Definition at line 166 of file PlotUtils.py.
| PlotUtils.PlotUtils.addValuesInText | ( | self, | |
| histo, | |||
| on_top = True, | |||
| off_set_y = 0.005 ) |
Definition at line 260 of file PlotUtils.py.
| PlotUtils.PlotUtils.CreateLegend | ( | self, | |
| x1, | |||
| y1, | |||
| x2, | |||
| y2, | |||
| textsize = 22 ) |
Definition at line 151 of file PlotUtils.py.
| PlotUtils.PlotUtils.DrawAtlas | ( | self, | |
| x, | |||
| y, | |||
| align = 11 ) |
Definition at line 130 of file PlotUtils.py.
| PlotUtils.PlotUtils.DrawLegend | ( | self, | |
| NperCol = 3 ) |
Definition at line 181 of file PlotUtils.py.
| PlotUtils.PlotUtils.DrawLumiSqrtS | ( | self, | |
| x, | |||
| y, | |||
| align = 11, | |||
| lumi = 1. ) |
Definition at line 134 of file PlotUtils.py.
| PlotUtils.PlotUtils.DrawSource | ( | self, | |
| probe, | |||
| x, | |||
| y, | |||
| align = 11 ) |
Definition at line 191 of file PlotUtils.py.
| PlotUtils.PlotUtils.DrawSqrtS | ( | self, | |
| x, | |||
| y, | |||
| align = 11 ) |
Definition at line 147 of file PlotUtils.py.
Definition at line 251 of file PlotUtils.py.
| 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.
| PlotUtils.PlotUtils.GetBottomPad | ( | self | ) |
Definition at line 226 of file PlotUtils.py.
| PlotUtils.PlotUtils.GetCanvas | ( | self | ) |
Definition at line 204 of file PlotUtils.py.
| PlotUtils.PlotUtils.GetLegend | ( | self, | |
| x1 = 0, | |||
| y1 = 1., | |||
| x2 = 1., | |||
| y2 = 1. ) |
Definition at line 162 of file PlotUtils.py.
| PlotUtils.PlotUtils.GetLumi | ( | self | ) |
Definition at line 127 of file PlotUtils.py.
| PlotUtils.PlotUtils.GetStatus | ( | self | ) |
Definition at line 124 of file PlotUtils.py.
| PlotUtils.PlotUtils.GetTopPad | ( | self | ) |
Definition at line 224 of file PlotUtils.py.
| PlotUtils.PlotUtils.Prepare1PadCanvas | ( | self, | |
| cname, | |||
| width = 800, | |||
| height = 600, | |||
| isQuad = False ) |
Definition at line 194 of file PlotUtils.py.
| PlotUtils.PlotUtils.Prepare2PadCanvas | ( | self, | |
| cname, | |||
| width = 800, | |||
| height = 600, | |||
| isQuad = False, | |||
| DoLogX = False ) |
Definition at line 208 of file PlotUtils.py.
| PlotUtils.PlotUtils.saveHisto | ( | self, | |
| name, | |||
| outputfiletypes ) |
Definition at line 287 of file PlotUtils.py.
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.