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

Public Member Functions

def __init__ (self)
 

Public Attributes

 filename
 
 color
 
 thickness
 
 markerstyle
 
 markersize
 
 legendname
 
 drawopt
 
 restricts
 

Detailed Description

Definition at line 7 of file LArG4PlottingScript.py.

Constructor & Destructor Documentation

◆ __init__()

def LArG4PlottingScript.RootFile.__init__ (   self)

Definition at line 8 of file LArG4PlottingScript.py.

8  def __init__(self) :
9  self.filename = ""
10  self.color = 0
11  self.thickness = 1
12  self.markerstyle = 1
13  self.markersize = 1
14  self.legendname = ""
15  self.drawopt = "HIST"
16  self.restricts = []
17 

Member Data Documentation

◆ color

LArG4PlottingScript.RootFile.color

Definition at line 10 of file LArG4PlottingScript.py.

◆ drawopt

LArG4PlottingScript.RootFile.drawopt

Definition at line 15 of file LArG4PlottingScript.py.

◆ filename

LArG4PlottingScript.RootFile.filename

Definition at line 9 of file LArG4PlottingScript.py.

◆ legendname

LArG4PlottingScript.RootFile.legendname

Definition at line 14 of file LArG4PlottingScript.py.

◆ markersize

LArG4PlottingScript.RootFile.markersize

Definition at line 13 of file LArG4PlottingScript.py.

◆ markerstyle

LArG4PlottingScript.RootFile.markerstyle

Definition at line 12 of file LArG4PlottingScript.py.

◆ restricts

LArG4PlottingScript.RootFile.restricts

Definition at line 16 of file LArG4PlottingScript.py.

◆ thickness

LArG4PlottingScript.RootFile.thickness

Definition at line 11 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