Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Pythia6Particle Struct Reference

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
 

Detailed Description

Structure for Pythia6 particle properties.

Definition at line 118 of file Pythia6.hh.

Constructor & Destructor Documentation

◆ Pythia6Particle()

Pythia6Particle::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 
)
inline

Definition at line 120 of file Pythia6.hh.

124 : fKS(ks), fKF(kf),
125 fParent(parent), fFirstChild(firstChild), fLastChild(lastChild),
126 fPx(px), fPy(py), fPz(pz), fEnergy(energy), fMass(mass),
127 fVx(vx), fVy(vy), fVz(vz), fTime(time), fLifetime(lifetime) {}

Member Data Documentation

◆ fKS

int Pythia6Particle::fKS

Definition at line 129 of file Pythia6.hh.

◆ fKF

int Pythia6Particle::fKF

Definition at line 130 of file Pythia6.hh.

◆ fParent

int Pythia6Particle::fParent

Definition at line 131 of file Pythia6.hh.

◆ fFirstChild

int Pythia6Particle::fFirstChild

Definition at line 132 of file Pythia6.hh.

◆ fLastChild

int Pythia6Particle::fLastChild

Definition at line 133 of file Pythia6.hh.

◆ fPx

float Pythia6Particle::fPx

Definition at line 135 of file Pythia6.hh.

◆ fPy

float Pythia6Particle::fPy

Definition at line 136 of file Pythia6.hh.

◆ fPz

float Pythia6Particle::fPz

Definition at line 137 of file Pythia6.hh.

◆ fEnergy

float Pythia6Particle::fEnergy

Definition at line 138 of file Pythia6.hh.

◆ fMass

float Pythia6Particle::fMass

Definition at line 139 of file Pythia6.hh.

◆ fVx

float Pythia6Particle::fVx

Definition at line 141 of file Pythia6.hh.

◆ fVy

float Pythia6Particle::fVy

Definition at line 142 of file Pythia6.hh.

◆ fVz

float Pythia6Particle::fVz

Definition at line 143 of file Pythia6.hh.

◆ fTime

float Pythia6Particle::fTime

Definition at line 144 of file Pythia6.hh.

◆ fLifetime

float Pythia6Particle::fLifetime

Definition at line 145 of file Pythia6.hh.


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

Applications | User Support | Publications | Collaboration