ATLAS Offline Software
Loading...
Searching...
No Matches
LArG4PlottingScript.RootFile Class Reference
Collaboration diagram for LArG4PlottingScript.RootFile:

Public Member Functions

 __init__ (self)

Public Attributes

str filename = ""
int color = 0
int thickness = 1
int markerstyle = 1
int markersize = 1
str legendname = ""
str drawopt = "HIST"
list restricts = []

Detailed Description

Definition at line 6 of file LArG4PlottingScript.py.

Constructor & Destructor Documentation

◆ __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

Member Data Documentation

◆ color

int LArG4PlottingScript.RootFile.color = 0

Definition at line 9 of file LArG4PlottingScript.py.

◆ drawopt

str LArG4PlottingScript.RootFile.drawopt = "HIST"

Definition at line 14 of file LArG4PlottingScript.py.

◆ filename

str LArG4PlottingScript.RootFile.filename = ""

Definition at line 8 of file LArG4PlottingScript.py.

◆ legendname

str LArG4PlottingScript.RootFile.legendname = ""

Definition at line 13 of file LArG4PlottingScript.py.

◆ markersize

int LArG4PlottingScript.RootFile.markersize = 1

Definition at line 12 of file LArG4PlottingScript.py.

◆ markerstyle

int LArG4PlottingScript.RootFile.markerstyle = 1

Definition at line 11 of file LArG4PlottingScript.py.

◆ restricts

list LArG4PlottingScript.RootFile.restricts = []

Definition at line 15 of file LArG4PlottingScript.py.

◆ thickness

int LArG4PlottingScript.RootFile.thickness = 1

Definition at line 10 of file LArG4PlottingScript.py.


The documentation for this class was generated from the following file: