ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mcscore.MCParticle Class Reference

Public Member Functions

def __init__
 
def printout
 

Public Attributes

 name
 
 Z
 
 A
 
 kineticE
 
 px
 
 py
 
 pz
 

Detailed Description

Definition at line 28 of file mcscore.py.

View newest version in sPHENIX GitHub at line 28 of file mcscore.py

Constructor & Destructor Documentation

def mcscore.MCParticle.__init__ (   self,
  aname,
  aZ,
  aA,
  akE,
  apx,
  apy,
  apz 
)

Definition at line 30 of file mcscore.py.

View newest version in sPHENIX GitHub at line 30 of file mcscore.py

Member Function Documentation

Member Data Documentation

mcscore.MCParticle.A

Definition at line 33 of file mcscore.py.

View newest version in sPHENIX GitHub at line 33 of file mcscore.py

Referenced by mcscore.MCParticle.printout().

mcscore.MCParticle.kineticE

Definition at line 34 of file mcscore.py.

View newest version in sPHENIX GitHub at line 34 of file mcscore.py

Referenced by mcscore.MCParticle.printout().

mcscore.MCParticle.name

Definition at line 31 of file mcscore.py.

View newest version in sPHENIX GitHub at line 31 of file mcscore.py

Referenced by mcscore.MCParticle.printout().

mcscore.MCParticle.px

Definition at line 35 of file mcscore.py.

View newest version in sPHENIX GitHub at line 35 of file mcscore.py

mcscore.MCParticle.py

Definition at line 36 of file mcscore.py.

View newest version in sPHENIX GitHub at line 36 of file mcscore.py

mcscore.MCParticle.pz

Definition at line 37 of file mcscore.py.

View newest version in sPHENIX GitHub at line 37 of file mcscore.py

mcscore.MCParticle.Z

Definition at line 32 of file mcscore.py.

View newest version in sPHENIX GitHub at line 32 of file mcscore.py

Referenced by mcscore.MCParticle.printout().


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