Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <TrackTrim.hh>
Classes | |
struct | Cluster |
Public Member Functions | |
TrackTrim () | |
Default constructor. | |
TrackTrim (Sensor *sensor) | |
Constructor. | |
virtual | ~TrackTrim () |
Destructor. | |
bool | ReadFile (const std::string &file, const unsigned int nIons=0, const unsigned int nSkip=0) |
Load data from an EXYZ.txt file. | |
void | Print () |
Print a summary of the available TRIM data. | |
void | SetCharge (const double q) |
Set the projectile charge [-]. | |
void | SetWorkFunction (const double w) |
Set the W value [eV]. | |
double | GetWorkFunction () const |
Get the W value [eV]. | |
void | SetFanoFactor (const double f) |
Set the Fano factor. | |
void | UnsetFanoFactor () |
Use the default Fano factor. | |
double | GetFanoFactor () const |
Get the Fano factor. | |
void | EnableStepSizeLimit (const double dmax) |
Set a max. distance between subsequent steps. | |
void | DisableStepSizeLimit () |
Do not reduce the steps with respect to the TRIM input file (default). | |
void | EnableEnergyLossLimit (const double emax) |
Set a max. energy loss per cluster. | |
void | DisableEnergyLossLimit () |
void | SetParticle (const std::string &part) override |
bool | NewTrack (const double x0, const double y0, const double z0, const double t0, const double dx0, const double dy0, const double dz0) override |
bool | GetCluster (double &xc, double &yc, double &zc, double &tc, int &nc, double &ec, double &extra) override |
const std::vector< Cluster > & | GetClusters () const |
![]() | |
Track ()=delete | |
Default constructor. | |
Track (const std::string &name) | |
Constructor. | |
virtual | ~Track () |
Destructor. | |
void | SetEnergy (const double e) |
Set the particle energy. | |
void | SetBetaGamma (const double bg) |
Set the relative momentum of the particle. | |
void | SetBeta (const double beta) |
Set the speed ( ![]() | |
void | SetGamma (const double gamma) |
Set the Lorentz factor of the particle. | |
void | SetMomentum (const double p) |
Set the particle momentum. | |
void | SetKineticEnergy (const double ekin) |
Set the kinetic energy of the particle. | |
double | GetEnergy () const |
Return the particle energy. | |
double | GetBetaGamma () const |
Return the ![]() | |
double | GetBeta () const |
Return the speed ( ![]() | |
double | GetGamma () const |
Return the Lorentz factor of the projectile. | |
double | GetMomentum () const |
Return the particle momentum. | |
double | GetKineticEnergy () const |
Return the kinetic energy of the projectile. | |
double | GetCharge () const |
Get the charge of the projectile. | |
double | GetMass () const |
Get the mass [eV / c2] of the projectile. | |
void | SetSensor (Sensor *s) |
Set the sensor through which to transport the particle. | |
virtual double | GetClusterDensity () |
virtual double | GetStoppingPower () |
Get the stopping power (mean energy loss [eV] per cm). | |
void | EnablePlotting (ViewDrift *viewer) |
Switch on plotting. | |
void | DisablePlotting () |
Switch off plotting. | |
void | EnableDebugging () |
Switch on debugging messages. | |
void | DisableDebugging () |
Switch off debugging messages. | |
Protected Member Functions | |
void | AddIon (const std::vector< float > &x, const std::vector< float > &y, const std::vector< float > &z, const std::vector< float > &dedx, const std::vector< float > &ekin) |
![]() | |
void | PlotNewTrack (const double x0, const double y0, const double z0) |
void | PlotCluster (const double x0, const double y0, const double z0) |
Protected Attributes | |
double | m_work = -1. |
Work function [eV] of the target. | |
bool | m_fset = false |
Has the Fano factor been set? | |
double | m_fano = -1. |
Fano factor [-] of the target. | |
double | m_ekin = 0. |
Projectile energy [eV]. | |
std::vector< std::vector< std::array< float, 6 > > > | m_ions |
List of tracks. | |
size_t | m_ion = 0 |
Index of the current track. | |
std::vector< Cluster > | m_clusters |
Clusters on the current track. | |
size_t | m_cluster = 0 |
Index of the next cluster to be returned. | |
double | m_maxStepSize = -1. |
Step size limit. | |
double | m_maxLossPerStep = -1. |
Energy loss limit per step. | |
![]() | |
std::string | m_className = "Track" |
double | m_q = -1. |
int | m_spin = 1 |
double | m_mass |
double | m_energy = 0. |
double | m_beta2 = 1. |
bool | m_isElectron = false |
std::string | m_particleName = "mu-" |
Sensor * | m_sensor = nullptr |
bool | m_isChanged = true |
ViewDrift * | m_viewer = nullptr |
bool | m_debug = false |
size_t | m_plotId = 0 |
Additional Inherited Members | |
![]() | |
static std::array< double, 3 > | StepBfield (const double dt, const double qoverm, const double vmag, double bx, double by, double bz, std::array< double, 3 > &dir) |
Generate tracks based on TRIM output files.
Definition at line 14 of file TrackTrim.hh.
|
inline |
Garfield::TrackTrim::TrackTrim | ( | Sensor * | sensor | ) |
|
inlinevirtual |
|
protected |
Definition at line 194 of file TrackTrim.cc.
Referenced by ReadFile().
|
inline |
Do not limit the energy loss per cluster (default). Each segment in the TRIM input file corresponds to one cluster.
Definition at line 53 of file TrackTrim.hh.
|
inline |
Do not reduce the steps with respect to the TRIM input file (default).
Definition at line 48 of file TrackTrim.hh.
|
inline |
Set a max. energy loss per cluster.
Definition at line 50 of file TrackTrim.hh.
|
inline |
Set a max. distance between subsequent steps.
Definition at line 46 of file TrackTrim.hh.
|
overridevirtual |
Get the next "cluster" (ionising collision of the charged particle).
xc,yc,zc | coordinates of the collision |
tc | time of the collision |
nc | number of electrons produced |
ec | deposited energy |
extra | additional information (not always implemented) |
Implements Garfield::Track.
Definition at line 393 of file TrackTrim.cc.
|
inline |
Definition at line 70 of file TrackTrim.hh.
|
inline |
|
inline |
|
overridevirtual |
Calculate a new track starting from (x0, y0, z0) at time t0 in direction (dx0, dy0, dz0).
Implements Garfield::Track.
Definition at line 243 of file TrackTrim.cc.
void Garfield::TrackTrim::Print | ( | ) |
Print a summary of the available TRIM data.
Definition at line 222 of file TrackTrim.cc.
bool Garfield::TrackTrim::ReadFile | ( | const std::string & | file, |
const unsigned int | nIons = 0, | ||
const unsigned int | nSkip = 0 ) |
Load data from an EXYZ.txt file.
Definition at line 99 of file TrackTrim.cc.
|
inline |
|
inline |
Set the Fano factor.
Definition at line 36 of file TrackTrim.hh.
|
overridevirtual |
Set the type of charged particle.
Reimplemented from Garfield::Track.
Definition at line 95 of file TrackTrim.cc.
|
inline |
|
inline |
|
protected |
Index of the next cluster to be returned.
Definition at line 92 of file TrackTrim.hh.
Referenced by GetCluster(), NewTrack(), and ReadFile().
|
protected |
Clusters on the current track.
Definition at line 90 of file TrackTrim.hh.
Referenced by GetCluster(), GetClusters(), NewTrack(), and ReadFile().
|
protected |
Projectile energy [eV].
Definition at line 83 of file TrackTrim.hh.
Referenced by Print(), and ReadFile().
|
protected |
Fano factor [-] of the target.
Definition at line 80 of file TrackTrim.hh.
Referenced by GetFanoFactor(), NewTrack(), Print(), and SetFanoFactor().
|
protected |
Has the Fano factor been set?
Definition at line 78 of file TrackTrim.hh.
Referenced by NewTrack(), Print(), SetFanoFactor(), and UnsetFanoFactor().
|
protected |
Index of the current track.
Definition at line 87 of file TrackTrim.hh.
Referenced by NewTrack(), and ReadFile().
|
protected |
List of tracks.
Definition at line 85 of file TrackTrim.hh.
Referenced by AddIon(), NewTrack(), Print(), and ReadFile().
|
protected |
Energy loss limit per step.
Definition at line 97 of file TrackTrim.hh.
Referenced by DisableEnergyLossLimit(), EnableEnergyLossLimit(), and NewTrack().
|
protected |
Step size limit.
Definition at line 95 of file TrackTrim.hh.
Referenced by DisableStepSizeLimit(), EnableStepSizeLimit(), and NewTrack().
|
protected |
Work function [eV] of the target.
Definition at line 76 of file TrackTrim.hh.
Referenced by GetWorkFunction(), NewTrack(), Print(), and SetWorkFunction().