ATLAS Offline Software
Loading...
Searching...
No Matches
LArG4ShowerLibFunctions.StoredTestShower Class Reference
Collaboration diagram for LArG4ShowerLibFunctions.StoredTestShower:

Public Member Functions

 __init__ (self)

Public Attributes

 vertex = FourVector()
 momentum = FourVector()
float rsize = 0.0
float zsize = 0.0
list shower = []

Detailed Description

Definition at line 16 of file LArG4ShowerLibFunctions.py.

Constructor & Destructor Documentation

◆ __init__()

LArG4ShowerLibFunctions.StoredTestShower.__init__ ( self)

Definition at line 17 of file LArG4ShowerLibFunctions.py.

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

Member Data Documentation

◆ momentum

LArG4ShowerLibFunctions.StoredTestShower.momentum = FourVector()

Definition at line 19 of file LArG4ShowerLibFunctions.py.

◆ rsize

float LArG4ShowerLibFunctions.StoredTestShower.rsize = 0.0

Definition at line 20 of file LArG4ShowerLibFunctions.py.

◆ shower

list LArG4ShowerLibFunctions.StoredTestShower.shower = []

Definition at line 22 of file LArG4ShowerLibFunctions.py.

◆ vertex

LArG4ShowerLibFunctions.StoredTestShower.vertex = FourVector()

Definition at line 18 of file LArG4ShowerLibFunctions.py.

◆ zsize

float LArG4ShowerLibFunctions.StoredTestShower.zsize = 0.0

Definition at line 21 of file LArG4ShowerLibFunctions.py.


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