ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LArG4PlottingScript.PlotEntry Class Reference
Collaboration diagram for LArG4PlottingScript.PlotEntry:

Public Member Functions

def __init__ (self)
 

Public Attributes

 vars_to_draw
 
 axis_captions
 
 givenmin
 
 givenmax
 
 nbins
 
 logy
 
 display_name
 
 profile
 
 i2d
 
 restricts
 

Detailed Description

Definition at line 97 of file LArG4PlottingScript.py.

Constructor & Destructor Documentation

◆ __init__()

def LArG4PlottingScript.PlotEntry.__init__ (   self)

Definition at line 98 of file LArG4PlottingScript.py.

98  def __init__(self) :
99  self.vars_to_draw = []
100  self.axis_captions = {} #var is the key
101  self.givenmin = 0
102  self.givenmax = 0
103  self.nbins = 100
104  self.logy = 0
105  self.display_name = ""
106  self.profile = False
107  self.i2d = False
108  self.restricts = []
109 

Member Data Documentation

◆ axis_captions

LArG4PlottingScript.PlotEntry.axis_captions

Definition at line 100 of file LArG4PlottingScript.py.

◆ display_name

LArG4PlottingScript.PlotEntry.display_name

Definition at line 105 of file LArG4PlottingScript.py.

◆ givenmax

LArG4PlottingScript.PlotEntry.givenmax

Definition at line 102 of file LArG4PlottingScript.py.

◆ givenmin

LArG4PlottingScript.PlotEntry.givenmin

Definition at line 101 of file LArG4PlottingScript.py.

◆ i2d

LArG4PlottingScript.PlotEntry.i2d

Definition at line 107 of file LArG4PlottingScript.py.

◆ logy

LArG4PlottingScript.PlotEntry.logy

Definition at line 104 of file LArG4PlottingScript.py.

◆ nbins

LArG4PlottingScript.PlotEntry.nbins

Definition at line 103 of file LArG4PlottingScript.py.

◆ profile

LArG4PlottingScript.PlotEntry.profile

Definition at line 106 of file LArG4PlottingScript.py.

◆ restricts

LArG4PlottingScript.PlotEntry.restricts

Definition at line 108 of file LArG4PlottingScript.py.

◆ vars_to_draw

LArG4PlottingScript.PlotEntry.vars_to_draw

Definition at line 99 of file LArG4PlottingScript.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18