#include <GarfieldPhysics.hh>
Definition at line 52 of file GarfieldPhysics.hh.
◆ GarfieldParticle()
GarfieldParticle::GarfieldParticle |
( |
std::string |
particleName, |
|
|
double |
ekin_eV, |
|
|
double |
time, |
|
|
double |
x_cm, |
|
|
double |
y_cm, |
|
|
double |
z_cm, |
|
|
double |
dx, |
|
|
double |
dy, |
|
|
double |
dz |
|
) |
| |
|
inline |
Definition at line 54 of file GarfieldPhysics.hh.
54:fParticleName(particleName), fEkin_MeV(ekin_eV/1000000), fTime(time), fx_mm(10*x_cm),fy_mm(10*y_cm), fz_mm(10*z_cm), fdx(dx), fdy(dy), fdz(dz){}
◆ ~GarfieldParticle()
GarfieldParticle::~GarfieldParticle |
( |
| ) |
|
|
inline |
◆ getDX()
double GarfieldParticle::getDX |
( |
| ) |
|
|
inline |
◆ getDY()
double GarfieldParticle::getDY |
( |
| ) |
|
|
inline |
◆ getDZ()
double GarfieldParticle::getDZ |
( |
| ) |
|
|
inline |
◆ getEkin_MeV()
double GarfieldParticle::getEkin_MeV |
( |
| ) |
|
|
inline |
◆ getParticleName()
std::string GarfieldParticle::getParticleName |
( |
| ) |
|
|
inline |
◆ getTime()
double GarfieldParticle::getTime |
( |
| ) |
|
|
inline |
◆ getX_mm()
double GarfieldParticle::getX_mm |
( |
| ) |
|
|
inline |
◆ getY_mm()
double GarfieldParticle::getY_mm |
( |
| ) |
|
|
inline |
◆ getZ_mm()
double GarfieldParticle::getZ_mm |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: