Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <TrackDegrade.hh>
Classes | |
struct | Cluster |
struct | Electron |
struct | Excitation |
Public Member Functions | |
TrackDegrade () | |
Default constructor. | |
TrackDegrade (Sensor *sensor) | |
Constructor. | |
virtual | ~TrackDegrade () |
Destructor. | |
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 &ne, double &ec, double &extra) override |
const std::vector< Cluster > & | GetClusters () const |
double | GetClusterDensity () override |
double | GetStoppingPower () override |
Get the stopping power (mean energy loss [eV] per cm). | |
bool | Initialise (Medium *medium, const bool verbose=false) |
void | SetThresholdEnergy (const double eth) |
Set the energy down to which electrons are tracked (default: 2 eV). | |
void | StoreExcitations (const bool on=true, const double thr=4.) |
Store excitations in the cluster or not (off by default). | |
void | EnableBremsstrahlung (const bool on=true) |
Enable or disable bremsstrahlung. | |
void | EnableFullCascade (const bool on=true) |
Enable or disable detailed simulation of the deexcitation cascade. | |
void | SetParticle (const std::string &particle) override |
![]() | |
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. | |
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 | |
std::pair< std::vector< Electron >, std::vector< Excitation > > | TransportDeltaElectron (const double x0, const double y0, const double z0, const double t0, const double e0, const double dx, const double dy, const double dz) |
void | SetupPenning (Medium *medium, std::array< double, 6 > &rP, std::array< double, 6 > &dP) |
bool | IsInside (const double x, const double y, const double z) |
![]() | |
void | PlotNewTrack (const double x0, const double y0, const double z0) |
void | PlotCluster (const double x0, const double y0, const double z0) |
Protected Attributes | |
std::vector< Cluster > | m_clusters |
size_t | m_cluster = 0 |
bool | m_penning = true |
bool | m_bremsStrahlung = true |
bool | m_fullCascade = true |
bool | m_storeExcitations = false |
double | m_ethrExc = 4. |
double | m_ethr = 2. |
double | m_pressure = -1. |
double | m_temperature = -1. |
std::string | m_mediumName = "" |
unsigned int | m_nGas = 0 |
double | m_dedx = -1. |
double | m_clusterDensity = -1. |
std::array< double, 6 > | m_rPenning |
std::array< double, 6 > | m_dPenning |
![]() | |
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) |
Interface to Degrade.
Definition at line 13 of file TrackDegrade.hh.
|
inline |
Garfield::TrackDegrade::TrackDegrade | ( | Sensor * | sensor | ) |
Constructor.
Definition at line 48 of file TrackDegrade.cc.
|
inlinevirtual |
|
inline |
Enable or disable bremsstrahlung.
Definition at line 67 of file TrackDegrade.hh.
|
inline |
Enable or disable detailed simulation of the deexcitation cascade.
Definition at line 69 of file TrackDegrade.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 402 of file TrackDegrade.cc.
|
overridevirtual |
Get the cluster density (number of ionizing collisions per cm or inverse mean free path for ionization).
Reimplemented from Garfield::Track.
Definition at line 490 of file TrackDegrade.cc.
|
inline |
Definition at line 53 of file TrackDegrade.hh.
|
overridevirtual |
Get the stopping power (mean energy loss [eV] per cm).
Reimplemented from Garfield::Track.
Definition at line 499 of file TrackDegrade.cc.
bool Garfield::TrackDegrade::Initialise | ( | Medium * | medium, |
const bool | verbose = false ) |
Definition at line 417 of file TrackDegrade.cc.
Referenced by NewTrack().
|
protected |
Definition at line 916 of file TrackDegrade.cc.
Referenced by NewTrack(), and TransportDeltaElectron().
|
overridevirtual |
Calculate a new track starting from (x0, y0, z0) at time t0 in direction (dx0, dy0, dz0).
Implements Garfield::Track.
Definition at line 67 of file TrackDegrade.cc.
|
overridevirtual |
Set the type of charged particle.
Reimplemented from Garfield::Track.
Definition at line 508 of file TrackDegrade.cc.
void Garfield::TrackDegrade::SetThresholdEnergy | ( | const double | eth | ) |
Set the energy down to which electrons are tracked (default: 2 eV).
Definition at line 58 of file TrackDegrade.cc.
|
protected |
Definition at line 898 of file TrackDegrade.cc.
Referenced by NewTrack().
|
inline |
Store excitations in the cluster or not (off by default).
Definition at line 62 of file TrackDegrade.hh.
|
protected |
Definition at line 516 of file TrackDegrade.cc.
Referenced by NewTrack().
|
protected |
Definition at line 78 of file TrackDegrade.hh.
Referenced by EnableBremsstrahlung(), Initialise(), NewTrack(), and TransportDeltaElectron().
|
protected |
Definition at line 75 of file TrackDegrade.hh.
Referenced by GetCluster(), and NewTrack().
|
protected |
Definition at line 92 of file TrackDegrade.hh.
Referenced by GetClusterDensity(), GetStoppingPower(), and Initialise().
|
protected |
Definition at line 74 of file TrackDegrade.hh.
Referenced by GetCluster(), GetClusters(), and NewTrack().
|
protected |
Definition at line 91 of file TrackDegrade.hh.
Referenced by GetClusterDensity(), GetStoppingPower(), and Initialise().
|
protected |
Definition at line 95 of file TrackDegrade.hh.
Referenced by NewTrack(), and TransportDeltaElectron().
|
protected |
Definition at line 84 of file TrackDegrade.hh.
Referenced by Initialise(), SetThresholdEnergy(), and TransportDeltaElectron().
|
protected |
Definition at line 82 of file TrackDegrade.hh.
Referenced by NewTrack(), StoreExcitations(), and TransportDeltaElectron().
|
protected |
Definition at line 79 of file TrackDegrade.hh.
Referenced by EnableFullCascade(), Initialise(), and TransportDeltaElectron().
|
protected |
Definition at line 88 of file TrackDegrade.hh.
Referenced by Initialise(), IsInside(), and NewTrack().
|
protected |
Definition at line 89 of file TrackDegrade.hh.
Referenced by Initialise(), NewTrack(), and TransportDeltaElectron().
|
protected |
Definition at line 77 of file TrackDegrade.hh.
Referenced by NewTrack(), and TransportDeltaElectron().
|
protected |
Definition at line 86 of file TrackDegrade.hh.
Referenced by Initialise(), IsInside(), and NewTrack().
|
protected |
Definition at line 94 of file TrackDegrade.hh.
Referenced by NewTrack(), and TransportDeltaElectron().
|
protected |
Definition at line 80 of file TrackDegrade.hh.
Referenced by NewTrack(), StoreExcitations(), and TransportDeltaElectron().
|
protected |
Definition at line 87 of file TrackDegrade.hh.
Referenced by Initialise(), IsInside(), and NewTrack().