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

Public Member Functions

 __init__ (self)

Public Attributes

float x = 0.0
float y = 0.0
float z = 0.0
float e = 0.0

Detailed Description

Definition at line 9 of file LArG4ShowerLibFunctions.py.

Constructor & Destructor Documentation

◆ __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

Member Data Documentation

◆ e

float LArG4ShowerLibFunctions.FourVector.e = 0.0

Definition at line 14 of file LArG4ShowerLibFunctions.py.

◆ x

float LArG4ShowerLibFunctions.FourVector.x = 0.0

Definition at line 11 of file LArG4ShowerLibFunctions.py.

◆ y

float LArG4ShowerLibFunctions.FourVector.y = 0.0

Definition at line 12 of file LArG4ShowerLibFunctions.py.

◆ z

float LArG4ShowerLibFunctions.FourVector.z = 0.0

Definition at line 13 of file LArG4ShowerLibFunctions.py.


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