|  | Garfield 0.3
    Toolkit for the detailed simulation of particle detectors based on ionization 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 60 of file TrackTrim.hh.
| double Garfield::TrackTrim::Cluster::ekin | 
Ion energy when cluster was created.
Definition at line 64 of file TrackTrim.hh.
| double Garfield::TrackTrim::Cluster::energy | 
Energy spent to make the cluster.
Definition at line 63 of file TrackTrim.hh.
| int Garfield::TrackTrim::Cluster::n | 
Number of electrons in this cluster.
Definition at line 65 of file TrackTrim.hh.
| double Garfield::TrackTrim::Cluster::t | 
Time.
Definition at line 62 of file TrackTrim.hh.
| double Garfield::TrackTrim::Cluster::x | 
Definition at line 61 of file TrackTrim.hh.
| double Garfield::TrackTrim::Cluster::y | 
Definition at line 61 of file TrackTrim.hh.
| double Garfield::TrackTrim::Cluster::z | 
Location.
Definition at line 61 of file TrackTrim.hh.