OPAL (Object Oriented Parallel Accelerator Library)
2.2.0
OPAL
|
#include <Titanium.h>
Public Member Functions | |
Titanium () | |
![]() | |
Material (double atomicNumber, double atomicMass, double massDensity, double radiationLength, double meanExcitationEnergy, std::array< double, 4 > fitCoefficients) | |
double | getAtomicNumber () const |
double | getAtomicMass () const |
double | getMassDensity () const |
double | getRadiationLength () const |
double | getMeanExcitationEnergy () const |
double | getStoppingPowerFitCoefficients (FitCoeffs n) const |
Additional Inherited Members | |
![]() | |
enum | FitCoeffs { A2 = 0, A3, A4, A5 } |
![]() | |
static std::shared_ptr< Material > | getMaterial (const std::string &name) |
static std::shared_ptr< Material > | addMaterial (const std::string &name, std::shared_ptr< Material > mat_ptr) |
Definition at line 9 of file Titanium.h.
|
inline |
Definition at line 11 of file Titanium.h.