|
Garfield++ 3.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
Helper class for definition of spin. More...
#include <particle_def.h>
Public Member Functions | |
| spin_def ()=default | |
| spin_def (float ftotal, float fprojection) | |
Public Attributes | |
| float | total = 0. |
| float | projection = 0. |
Helper class for definition of spin.
Definition at line 11 of file particle_def.h.
|
default |
| Heed::spin_def::spin_def | ( | float | ftotal, |
| float | fprojection | ||
| ) |
Definition at line 18 of file particle_def.cpp.
| float Heed::spin_def::projection = 0. |
Definition at line 14 of file particle_def.h.
Referenced by Heed::operator<<(), and spin_def().
| float Heed::spin_def::total = 0. |
Definition at line 13 of file particle_def.h.
Referenced by Heed::operator<<(), and spin_def().