|
Jpp test-rotations-old-533-g2bdbdb559
the software that should make you happy
|
Implementation for calculation of ionization constant. More...
#include <JACoeffSource.hh>
Public Member Functions | |
| JACoeffSource (const std::shared_ptr< JRadiation > &radiation, const double density) | |
| Constructor. | |
| virtual double | getA (const double E) const override |
| Get ionization constant a. | |
Protected Attributes | |
| const double | rho |
Implementation for calculation of ionization constant.
This class implements the JACoeffInterface interface.
N.B: This class owns the object pointed to using JLANG::JSharedPointer.
Definition at line 46 of file JACoeffSource.hh.
|
inline |
Constructor.
| radiation | pointer to valid JRadition object |
| density | mass density of radiation material [gr/cm³] |
Definition at line 57 of file JACoeffSource.hh.
|
inlineoverridevirtual |
Get ionization constant a.
| E | muon energy [GeV] |
Implements JPHYSICS::JACoeffInterface.
Definition at line 70 of file JACoeffSource.hh.
|
protected |
Definition at line 76 of file JACoeffSource.hh.