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

Public Member Functions

def __init__ (self)
 

Public Attributes

 vertex
 
 momentum
 
 rsize
 
 zsize
 
 shower
 

Detailed Description

Definition at line 17 of file LArG4ShowerLibFunctions.py.

Constructor & Destructor Documentation

◆ __init__()

def LArG4ShowerLibFunctions.StoredTestShower.__init__ (   self)

Definition at line 18 of file LArG4ShowerLibFunctions.py.

18  def __init__(self):
19  self.vertex = FourVector()
20  self.momentum = FourVector()
21  self.rsize = 0.0
22  self.zsize = 0.0
23  self.shower = [] #hits, list of four vectors (which are actually 5-vector in this case)
24 

Member Data Documentation

◆ momentum

LArG4ShowerLibFunctions.StoredTestShower.momentum

Definition at line 20 of file LArG4ShowerLibFunctions.py.

◆ rsize

LArG4ShowerLibFunctions.StoredTestShower.rsize

Definition at line 21 of file LArG4ShowerLibFunctions.py.

◆ shower

LArG4ShowerLibFunctions.StoredTestShower.shower

Definition at line 23 of file LArG4ShowerLibFunctions.py.

◆ vertex

LArG4ShowerLibFunctions.StoredTestShower.vertex

Definition at line 19 of file LArG4ShowerLibFunctions.py.

◆ zsize

LArG4ShowerLibFunctions.StoredTestShower.zsize

Definition at line 22 of file LArG4ShowerLibFunctions.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