CbmRoot
|
#include <LandauTable.h>
Static Public Member Functions | |
static LandauTable | FromFile (fs::path path) |
Public Attributes | |
std::vector< f32 > | values |
f32 | stepSize = 0 |
Definition at line 15 of file LandauTable.h.
|
static |
Definition at line 12 of file LandauTable.cxx.
References L_, stepSize, and values.
Referenced by cbm::algo::Reco::Init().
f32 cbm::algo::sts::LandauTable::stepSize = 0 |
Definition at line 20 of file LandauTable.h.
Referenced by FromFile().
std::vector<f32> cbm::algo::sts::LandauTable::values |
Definition at line 19 of file LandauTable.h.
Referenced by FromFile().