Definition at line 6 of file LArG4PlottingScript.py.
◆ __init__()
| LArG4PlottingScript.RootFile.__init__ |
( |
| self | ) |
|
Definition at line 7 of file LArG4PlottingScript.py.
7 def __init__(self) :
8 self.filename = ""
9 self.color = 0
10 self.thickness = 1
11 self.markerstyle = 1
12 self.markersize = 1
13 self.legendname = ""
14 self.drawopt = "HIST"
15 self.restricts = []
16
◆ color
| int LArG4PlottingScript.RootFile.color = 0 |
◆ drawopt
| str LArG4PlottingScript.RootFile.drawopt = "HIST" |
◆ filename
| str LArG4PlottingScript.RootFile.filename = "" |
◆ legendname
| str LArG4PlottingScript.RootFile.legendname = "" |
◆ markersize
| int LArG4PlottingScript.RootFile.markersize = 1 |
◆ markerstyle
| int LArG4PlottingScript.RootFile.markerstyle = 1 |
◆ restricts
| list LArG4PlottingScript.RootFile.restricts = [] |
◆ thickness
| int LArG4PlottingScript.RootFile.thickness = 1 |
The documentation for this class was generated from the following file: