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

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 = []

Detailed Description

Definition at line 96 of file LArG4PlottingScript.py.

Constructor & Destructor Documentation

◆ __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 = {} #var is the key
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

Member Data Documentation

◆ axis_captions

dict LArG4PlottingScript.PlotEntry.axis_captions = {}

Definition at line 99 of file LArG4PlottingScript.py.

◆ display_name

str LArG4PlottingScript.PlotEntry.display_name = ""

Definition at line 104 of file LArG4PlottingScript.py.

◆ givenmax

int LArG4PlottingScript.PlotEntry.givenmax = 0

Definition at line 101 of file LArG4PlottingScript.py.

◆ givenmin

int LArG4PlottingScript.PlotEntry.givenmin = 0

Definition at line 100 of file LArG4PlottingScript.py.

◆ i2d

bool LArG4PlottingScript.PlotEntry.i2d = False

Definition at line 106 of file LArG4PlottingScript.py.

◆ logy

int LArG4PlottingScript.PlotEntry.logy = 0

Definition at line 103 of file LArG4PlottingScript.py.

◆ nbins

int LArG4PlottingScript.PlotEntry.nbins = 100

Definition at line 102 of file LArG4PlottingScript.py.

◆ profile

bool LArG4PlottingScript.PlotEntry.profile = False

Definition at line 105 of file LArG4PlottingScript.py.

◆ restricts

list LArG4PlottingScript.PlotEntry.restricts = []

Definition at line 107 of file LArG4PlottingScript.py.

◆ vars_to_draw

list LArG4PlottingScript.PlotEntry.vars_to_draw = []

Definition at line 98 of file LArG4PlottingScript.py.


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