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

Public Member Functions

def __init__ (self)
 
def __hash__ (self)
 
def __eq__ (self, other)
 

Public Attributes

 shower
 
 egen
 
 rsize
 
 zsize
 

Detailed Description

Definition at line 25 of file LArG4ShowerLibFunctions.py.

Constructor & Destructor Documentation

◆ __init__()

def LArG4ShowerLibFunctions.StoredEnergyShower.__init__ (   self)

Definition at line 26 of file LArG4ShowerLibFunctions.py.

26  def __init__(self):
27  self.shower = [] #hits, list of four vectors (which are actually 5-vector in this case)
28  self.egen = 0.0
29  self.rsize = 0.0
30  self.zsize = 0.0

Member Function Documentation

◆ __eq__()

def LArG4ShowerLibFunctions.StoredEnergyShower.__eq__ (   self,
  other 
)

Definition at line 33 of file LArG4ShowerLibFunctions.py.

33  def __eq__(self,other): #same here
34  return self.egen == other.egen
35 

◆ __hash__()

def LArG4ShowerLibFunctions.StoredEnergyShower.__hash__ (   self)

Definition at line 31 of file LArG4ShowerLibFunctions.py.

31  def __hash__(self): #needed for making a set
32  return hash(self.egen)

Member Data Documentation

◆ egen

LArG4ShowerLibFunctions.StoredEnergyShower.egen

Definition at line 28 of file LArG4ShowerLibFunctions.py.

◆ rsize

LArG4ShowerLibFunctions.StoredEnergyShower.rsize

Definition at line 29 of file LArG4ShowerLibFunctions.py.

◆ shower

LArG4ShowerLibFunctions.StoredEnergyShower.shower

Definition at line 27 of file LArG4ShowerLibFunctions.py.

◆ zsize

LArG4ShowerLibFunctions.StoredEnergyShower.zsize

Definition at line 30 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
CaloCondBlobAlgs_fillNoiseFromASCII.hash
dictionary hash
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:109