#include <GarfieldPhysics.hh>
Definition at line 45 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 47 of file GarfieldPhysics.hh.
50 : fParticleName(particleName),
51 fEkin_MeV(ekin_eV / 1000000),
52 fTime(time),
53 fx_mm(10 * x_cm),
54 fy_mm(10 * y_cm),
55 fz_mm(10 * z_cm),
56 fdx(dx),
57 fdy(dy),
58 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: