Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <particle_def.h>
Public Member Functions | |
spin_def (void) | |
spin_def (float ftotal, float fprojection) | |
Public Attributes | |
float | total |
float | projection |
Definition at line 48 of file particle_def.h.
|
inline |
Definition at line 52 of file particle_def.h.
Heed::spin_def::spin_def | ( | float | ftotal, |
float | fprojection | ||
) |
Definition at line 13 of file particle_def.cpp.
float Heed::spin_def::projection |
Definition at line 51 of file particle_def.h.
Referenced by Heed::operator<<(), and spin_def().
float Heed::spin_def::total |
Definition at line 50 of file particle_def.h.
Referenced by Heed::operator<<(), and spin_def().