|
| float | x = 0.0 |
| float | y = 0.0 |
| float | z = 0.0 |
| float | e = 0.0 |
Definition at line 9 of file LArG4ShowerLibFunctions.py.
◆ __init__()
| LArG4ShowerLibFunctions.FourVector.__init__ |
( |
| self | ) |
|
Definition at line 10 of file LArG4ShowerLibFunctions.py.
10 def __init__(self) :
11 self.x = 0.0
12 self.y = 0.0
13 self.z = 0.0
14 self.e = 0.0
15
| float LArG4ShowerLibFunctions.FourVector.e = 0.0 |
| float LArG4ShowerLibFunctions.FourVector.x = 0.0 |
| float LArG4ShowerLibFunctions.FourVector.y = 0.0 |
| float LArG4ShowerLibFunctions.FourVector.z = 0.0 |
The documentation for this class was generated from the following file: