![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self) | |
Public Attributes | |
| list | vars_to_draw = [] |
| dict | axis_captions = {} |
| int | givenmin = 0 |
| int | givenmax = 0 |
| int | nbins = 100 |
| int | logy = 0 |
| str | display_name = "" |
| bool | profile = False |
| bool | i2d = False |
| list | restricts = [] |
Definition at line 96 of file LArG4PlottingScript.py.
| LArG4PlottingScript.PlotEntry.__init__ | ( | self | ) |
Definition at line 97 of file LArG4PlottingScript.py.
| dict LArG4PlottingScript.PlotEntry.axis_captions = {} |
Definition at line 99 of file LArG4PlottingScript.py.
| str LArG4PlottingScript.PlotEntry.display_name = "" |
Definition at line 104 of file LArG4PlottingScript.py.
| int LArG4PlottingScript.PlotEntry.givenmax = 0 |
Definition at line 101 of file LArG4PlottingScript.py.
| int LArG4PlottingScript.PlotEntry.givenmin = 0 |
Definition at line 100 of file LArG4PlottingScript.py.
| bool LArG4PlottingScript.PlotEntry.i2d = False |
Definition at line 106 of file LArG4PlottingScript.py.
| int LArG4PlottingScript.PlotEntry.logy = 0 |
Definition at line 103 of file LArG4PlottingScript.py.
| int LArG4PlottingScript.PlotEntry.nbins = 100 |
Definition at line 102 of file LArG4PlottingScript.py.
| bool LArG4PlottingScript.PlotEntry.profile = False |
Definition at line 105 of file LArG4PlottingScript.py.
| list LArG4PlottingScript.PlotEntry.restricts = [] |
Definition at line 107 of file LArG4PlottingScript.py.
| list LArG4PlottingScript.PlotEntry.vars_to_draw = [] |
Definition at line 98 of file LArG4PlottingScript.py.