Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <TrackSrim.hh>
Public Attributes | |
double | x |
double | y |
double | z |
double | t |
Cluster location and time. | |
double | energy |
Energy spent to make the cluster. | |
double | kinetic |
Ion energy when cluster was created. | |
int | n |
Number of electrons in this cluster. | |
Definition at line 87 of file TrackSrim.hh.
double Garfield::TrackSrim::Cluster::energy |
Energy spent to make the cluster.
Definition at line 89 of file TrackSrim.hh.
Referenced by Garfield::TrackSrim::NewTrack().
double Garfield::TrackSrim::Cluster::kinetic |
Ion energy when cluster was created.
Definition at line 90 of file TrackSrim.hh.
Referenced by Garfield::TrackSrim::NewTrack().
int Garfield::TrackSrim::Cluster::n |
Number of electrons in this cluster.
Definition at line 91 of file TrackSrim.hh.
Referenced by Garfield::TrackSrim::NewTrack().
double Garfield::TrackSrim::Cluster::t |
Cluster location and time.
Definition at line 88 of file TrackSrim.hh.
Referenced by Garfield::TrackSrim::NewTrack().
double Garfield::TrackSrim::Cluster::x |
Definition at line 88 of file TrackSrim.hh.
Referenced by Garfield::TrackSrim::NewTrack().
double Garfield::TrackSrim::Cluster::y |
Definition at line 88 of file TrackSrim.hh.
Referenced by Garfield::TrackSrim::NewTrack().
double Garfield::TrackSrim::Cluster::z |
Definition at line 88 of file TrackSrim.hh.
Referenced by Garfield::TrackSrim::NewTrack().