Material properties needed e.g. for material effects calculation.
More...
#include <MaterialProperties.h>
|
| MaterialProperties () |
|
| MaterialProperties (const double &density, const double &Z, const double &A, const double &radiationLength, const double &mEE) |
|
double | getDensity () const |
|
double | getZ () const |
|
double | getA () const |
|
double | getRadLen () const |
|
double | getMEE () const |
|
void | getMaterialProperties (double &density, double &Z, double &A, double &radiationLength, double &mEE) const |
|
void | setMaterialProperties (const double &density, const double &Z, const double &A, const double &radiationLength, const double &mEE) |
|
void | Print (const Option_t *="") const |
|
Material properties needed e.g. for material effects calculation.
Definition at line 34 of file MaterialProperties.h.
◆ MaterialProperties() [1/2]
genfit::MaterialProperties::MaterialProperties |
( |
| ) |
|
|
inline |
Definition at line 73 of file MaterialProperties.h.
73 : density_(0), Z_(0), A_(0), radiationLength_(0), mEE_(0)
◆ MaterialProperties() [2/2]
genfit::MaterialProperties::MaterialProperties |
( |
const double & |
density, |
|
|
const double & |
Z, |
|
|
const double & |
A, |
|
|
const double & |
radiationLength, |
|
|
const double & |
mEE |
|
) |
| |
|
inline |
Definition at line 78 of file MaterialProperties.h.
79 : density_(density), Z_(Z), A_(A), radiationLength_(radiationLength), mEE_(mEE)
◆ getA()
double genfit::MaterialProperties::getA |
( |
| ) |
const |
|
inline |
◆ getDensity()
double genfit::MaterialProperties::getDensity |
( |
| ) |
const |
|
inline |
◆ getMaterialProperties()
void genfit::MaterialProperties::getMaterialProperties |
( |
double & |
density, |
|
|
double & |
Z, |
|
|
double & |
A, |
|
|
double & |
radiationLength, |
|
|
double & |
mEE |
|
) |
| const |
◆ getMEE()
double genfit::MaterialProperties::getMEE |
( |
| ) |
const |
|
inline |
◆ getRadLen()
double genfit::MaterialProperties::getRadLen |
( |
| ) |
const |
|
inline |
◆ getZ()
double genfit::MaterialProperties::getZ |
( |
| ) |
const |
|
inline |
◆ Print()
void genfit::MaterialProperties::Print |
( |
const Option_t * |
= "" | ) |
const |
◆ setMaterialProperties()
void genfit::MaterialProperties::setMaterialProperties |
( |
const double & |
density, |
|
|
const double & |
Z, |
|
|
const double & |
A, |
|
|
const double & |
radiationLength, |
|
|
const double & |
mEE |
|
) |
| |
◆ operator!=
◆ operator==
Compare material parameters.
The documentation for this class was generated from the following file: