Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
Loading...
Searching...
No Matches
Heed::spin_def Class Reference

#include <particle_def.h>

Public Member Functions

 spin_def (void)
 
 spin_def (float ftotal, float fprojection)
 

Public Attributes

float total
 
float projection
 

Detailed Description

Definition at line 48 of file particle_def.h.

Constructor & Destructor Documentation

◆ spin_def() [1/2]

Heed::spin_def::spin_def ( void  )
inline

Definition at line 52 of file particle_def.h.

52: total(0), projection(0) { ; }

◆ spin_def() [2/2]

Heed::spin_def::spin_def ( float  ftotal,
float  fprojection 
)

Definition at line 13 of file particle_def.cpp.

14 : total(ftotal), projection(fprojection) {
15 mfunname("spin_def::spin_def(float ftotal, float fprojection)");
18}
#define check_econd11(a, signb, stream)
Definition: FunNameStack.h:366
#define check_econd12(a, sign, b, stream)
Definition: FunNameStack.h:380
#define mfunname(string)
Definition: FunNameStack.h:67
#define mcerr
Definition: prstream.h:135

Member Data Documentation

◆ projection

float Heed::spin_def::projection

Definition at line 51 of file particle_def.h.

Referenced by Heed::operator<<(), and spin_def().

◆ total

float Heed::spin_def::total

Definition at line 50 of file particle_def.h.

Referenced by Heed::operator<<(), and spin_def().


The documentation for this class was generated from the following files: