Garfield++ 5.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
Loading...
Searching...
No Matches
Garfield::TrackTrim::Cluster Struct Reference

#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.
 

Detailed Description

Definition at line 57 of file TrackTrim.hh.

Member Data Documentation

◆ ekin

double Garfield::TrackTrim::Cluster::ekin

Ion energy when cluster was created.

Definition at line 61 of file TrackTrim.hh.

Referenced by Garfield::TrackTrim::NewTrack().

◆ energy

double Garfield::TrackTrim::Cluster::energy

Energy spent to make the cluster.

Definition at line 60 of file TrackTrim.hh.

Referenced by Garfield::TrackTrim::NewTrack().

◆ n

int Garfield::TrackTrim::Cluster::n

Number of electrons in this cluster.

Definition at line 62 of file TrackTrim.hh.

Referenced by Garfield::TrackTrim::NewTrack().

◆ t

double Garfield::TrackTrim::Cluster::t

Time.

Definition at line 59 of file TrackTrim.hh.

Referenced by Garfield::TrackTrim::NewTrack().

◆ x

double Garfield::TrackTrim::Cluster::x

Definition at line 58 of file TrackTrim.hh.

Referenced by Garfield::TrackTrim::NewTrack().

◆ y

double Garfield::TrackTrim::Cluster::y

Definition at line 58 of file TrackTrim.hh.

Referenced by Garfield::TrackTrim::NewTrack().

◆ z

double Garfield::TrackTrim::Cluster::z

Location.

Definition at line 58 of file TrackTrim.hh.

Referenced by Garfield::TrackTrim::NewTrack().


The documentation for this struct was generated from the following file: