Garfield++ v2r0
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 |
double | ec |
double | kinetic |
int | electrons |
Definition at line 115 of file TrackSrim.hh.
double Garfield::TrackSrim::cluster::ec |
Definition at line 117 of file TrackSrim.hh.
Referenced by Garfield::TrackSrim::NewTrack().
int Garfield::TrackSrim::cluster::electrons |
Definition at line 119 of file TrackSrim.hh.
Referenced by Garfield::TrackSrim::NewTrack().
double Garfield::TrackSrim::cluster::kinetic |
Definition at line 118 of file TrackSrim.hh.
Referenced by Garfield::TrackSrim::NewTrack().
double Garfield::TrackSrim::cluster::t |
Definition at line 116 of file TrackSrim.hh.
Referenced by Garfield::TrackSrim::NewTrack().
double Garfield::TrackSrim::cluster::x |
Definition at line 116 of file TrackSrim.hh.
Referenced by Garfield::TrackSrim::NewTrack().
double Garfield::TrackSrim::cluster::y |
Definition at line 116 of file TrackSrim.hh.
Referenced by Garfield::TrackSrim::NewTrack().
double Garfield::TrackSrim::cluster::z |
Definition at line 116 of file TrackSrim.hh.
Referenced by Garfield::TrackSrim::NewTrack().