Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <TrackTrim.hh>
Public Attributes | |
double | x |
double | y |
double | z |
Location. | |
double | t |
Time. | |
double | energy |
Energy spent to make the cluster. | |
double | ekin |
Ion energy when cluster was created. | |
int | n |
Number of electrons in this cluster. | |
Definition at line 57 of file TrackTrim.hh.
double Garfield::TrackTrim::Cluster::ekin |
Ion energy when cluster was created.
Definition at line 61 of file TrackTrim.hh.
Referenced by Garfield::TrackTrim::NewTrack().
double Garfield::TrackTrim::Cluster::energy |
Energy spent to make the cluster.
Definition at line 60 of file TrackTrim.hh.
Referenced by Garfield::TrackTrim::NewTrack().
int Garfield::TrackTrim::Cluster::n |
Number of electrons in this cluster.
Definition at line 62 of file TrackTrim.hh.
Referenced by Garfield::TrackTrim::NewTrack().
double Garfield::TrackTrim::Cluster::t |
double Garfield::TrackTrim::Cluster::x |
Definition at line 58 of file TrackTrim.hh.
Referenced by Garfield::TrackTrim::NewTrack().
double Garfield::TrackTrim::Cluster::y |
Definition at line 58 of file TrackTrim.hh.
Referenced by Garfield::TrackTrim::NewTrack().
double Garfield::TrackTrim::Cluster::z |
Location.
Definition at line 58 of file TrackTrim.hh.
Referenced by Garfield::TrackTrim::NewTrack().