Garfield++ v2r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <ElElasticScat.h>
Public Member Functions | |
double | CS (const double theta) const |
Return -1 if not valid. | |
Public Attributes | |
double | A [4] |
If -1.0 then the combination is not valid. | |
double | C [7] |
double | B |
Fit parameters for a particular element and energy. The fit gives dependence of cross section on angle.
Definition at line 12 of file ElElasticScat.h.
double Heed::ElElasticScatDataStruct::CS | ( | const double | theta | ) | const |
Return -1 if not valid.
Definition at line 24 of file ElElasticScat.cpp.
double Heed::ElElasticScatDataStruct::A[4] |
If -1.0 then the combination is not valid.
Definition at line 14 of file ElElasticScat.h.
Referenced by CS().
double Heed::ElElasticScatDataStruct::B |
Definition at line 16 of file ElElasticScat.h.
Referenced by CS().
double Heed::ElElasticScatDataStruct::C[7] |
Definition at line 15 of file ElElasticScat.h.
Referenced by CS().