Garfield++ 4.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 |
double | t |
Cluster location and time. | |
double | ec |
Energy spent to make the cluster. | |
double | ekin |
Ion energy when cluster was created. | |
int | electrons |
Number of electrons in this cluster. | |
Definition at line 55 of file TrackTrim.hh.
double Garfield::TrackTrim::Cluster::ec |
Energy spent to make the cluster.
Definition at line 57 of file TrackTrim.hh.
Referenced by Garfield::TrackTrim::NewTrack().
double Garfield::TrackTrim::Cluster::ekin |
Ion energy when cluster was created.
Definition at line 58 of file TrackTrim.hh.
Referenced by Garfield::TrackTrim::NewTrack().
int Garfield::TrackTrim::Cluster::electrons |
Number of electrons in this cluster.
Definition at line 59 of file TrackTrim.hh.
Referenced by Garfield::TrackTrim::NewTrack().
double Garfield::TrackTrim::Cluster::t |
Cluster location and time.
Definition at line 56 of file TrackTrim.hh.
Referenced by Garfield::TrackTrim::NewTrack().
double Garfield::TrackTrim::Cluster::x |
Definition at line 56 of file TrackTrim.hh.
Referenced by Garfield::TrackTrim::NewTrack().
double Garfield::TrackTrim::Cluster::y |
Definition at line 56 of file TrackTrim.hh.
Referenced by Garfield::TrackTrim::NewTrack().
double Garfield::TrackTrim::Cluster::z |
Definition at line 56 of file TrackTrim.hh.
Referenced by Garfield::TrackTrim::NewTrack().