2 #ifndef StiElossCalculator_H_INCLUDED
3 #define StiElossCalculator_H_INCLUDED
33 void set(
double zOverA,
double ionization,
double A,
double Z,
double Dens);
36 double calculate(
double charge2,
double m,
double beta2)
const;
37 double calcError(
double charge2,
double m,
double beta2)
const;
38 double getzOverA()
const {
return _zOverA;}
39 double getionization2()
const {
return _ionization2;}
40 double getA()
const {
return _A;}
41 double getZ()
const {
return _Z;}
42 double getDens()
const {
return _Dens;}
44 static const double _k;
double _ionization2
square of the ionization potential.
double _zOverA
Ratio of Z to A of the scattering material.