Geant4
10.02.p02
|
Structure for Pythia6 particle properties. More...
#include <Pythia6.hh>
Public Member Functions | |
Pythia6Particle (int ks, int kf, int parent, int firstChild, int lastChild, float px, float py, float pz, float energy, float mass, float vx, float vy, float vz, float time, float lifetime) | |
Public Attributes | |
int | fKS |
int | fKF |
int | fParent |
int | fFirstChild |
int | fLastChild |
float | fPx |
float | fPy |
float | fPz |
float | fEnergy |
float | fMass |
float | fVx |
float | fVy |
float | fVz |
float | fTime |
float | fLifetime |
Structure for Pythia6 particle properties.
Definition at line 119 of file Pythia6.hh.
|
inline |
Definition at line 121 of file Pythia6.hh.
float Pythia6Particle::fEnergy |
Definition at line 139 of file Pythia6.hh.
int Pythia6Particle::fFirstChild |
Definition at line 133 of file Pythia6.hh.
int Pythia6Particle::fKF |
Definition at line 131 of file Pythia6.hh.
Referenced by G4Pythia6Decayer::GetParticleDefinition(), and G4Pythia6Decayer::ImportDecayProducts().
int Pythia6Particle::fKS |
Definition at line 130 of file Pythia6.hh.
Referenced by G4Pythia6Decayer::ImportDecayProducts().
int Pythia6Particle::fLastChild |
Definition at line 134 of file Pythia6.hh.
float Pythia6Particle::fLifetime |
Definition at line 146 of file Pythia6.hh.
float Pythia6Particle::fMass |
Definition at line 140 of file Pythia6.hh.
int Pythia6Particle::fParent |
Definition at line 132 of file Pythia6.hh.
float Pythia6Particle::fPx |
Definition at line 136 of file Pythia6.hh.
Referenced by G4Pythia6Decayer::GetParticleMomentum().
float Pythia6Particle::fPy |
Definition at line 137 of file Pythia6.hh.
Referenced by G4Pythia6Decayer::GetParticleMomentum().
float Pythia6Particle::fPz |
Definition at line 138 of file Pythia6.hh.
Referenced by G4Pythia6Decayer::GetParticleMomentum().
float Pythia6Particle::fTime |
Definition at line 145 of file Pythia6.hh.
float Pythia6Particle::fVx |
Definition at line 142 of file Pythia6.hh.
Referenced by G4Pythia6Decayer::GetParticlePosition().
float Pythia6Particle::fVy |
Definition at line 143 of file Pythia6.hh.
Referenced by G4Pythia6Decayer::GetParticlePosition().
float Pythia6Particle::fVz |
Definition at line 144 of file Pythia6.hh.
Referenced by G4Pythia6Decayer::GetParticlePosition().