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

Public Member Functions

def __init__ (self)
 

Public Attributes

 x
 
 y
 
 z
 
 e
 

Detailed Description

Definition at line 10 of file LArG4ShowerLibFunctions.py.

Constructor & Destructor Documentation

◆ __init__()

def LArG4ShowerLibFunctions.FourVector.__init__ (   self)

Definition at line 11 of file LArG4ShowerLibFunctions.py.

11  def __init__(self) :
12  self.x = 0.0
13  self.y = 0.0
14  self.z = 0.0
15  self.e = 0.0
16 

Member Data Documentation

◆ e

LArG4ShowerLibFunctions.FourVector.e

Definition at line 15 of file LArG4ShowerLibFunctions.py.

◆ x

LArG4ShowerLibFunctions.FourVector.x

Definition at line 12 of file LArG4ShowerLibFunctions.py.

◆ y

LArG4ShowerLibFunctions.FourVector.y

Definition at line 13 of file LArG4ShowerLibFunctions.py.

◆ z

LArG4ShowerLibFunctions.FourVector.z

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