Definition at line 96 of file LArG4PlottingScript.py.
◆ __init__()
| LArG4PlottingScript.PlotEntry.__init__ |
( |
| self | ) |
|
Definition at line 97 of file LArG4PlottingScript.py.
97 def __init__(self) :
98 self.vars_to_draw = []
99 self.axis_captions = {}
100 self.givenmin = 0
101 self.givenmax = 0
102 self.nbins = 100
103 self.logy = 0
104 self.display_name = ""
105 self.profile = False
106 self.i2d = False
107 self.restricts = []
108
◆ axis_captions
| dict LArG4PlottingScript.PlotEntry.axis_captions = {} |
◆ display_name
| str LArG4PlottingScript.PlotEntry.display_name = "" |
◆ givenmax
| int LArG4PlottingScript.PlotEntry.givenmax = 0 |
◆ givenmin
| int LArG4PlottingScript.PlotEntry.givenmin = 0 |
◆ i2d
| bool LArG4PlottingScript.PlotEntry.i2d = False |
◆ logy
| int LArG4PlottingScript.PlotEntry.logy = 0 |
◆ nbins
| int LArG4PlottingScript.PlotEntry.nbins = 100 |
◆ profile
| bool LArG4PlottingScript.PlotEntry.profile = False |
◆ restricts
| list LArG4PlottingScript.PlotEntry.restricts = [] |
◆ vars_to_draw
| list LArG4PlottingScript.PlotEntry.vars_to_draw = [] |
The documentation for this class was generated from the following file: