|
void | add (double val) |
|
size_t | count () const |
|
const std::vector< size_t > & | histogram () const |
|
double | ival (double val) const |
|
size_t | peak () const |
|
| SimpleHist (size_t N, double minVal, double maxVal) |
|
double | xval (double ix) const |
|
Definition at line 214 of file LoadPLN.cpp.
◆ SimpleHist()
Mantid::DataHandling::PLN::SimpleHist::SimpleHist |
( |
size_t |
N, |
|
|
double |
minVal, |
|
|
double |
maxVal |
|
) |
| |
|
inline |
◆ add()
void Mantid::DataHandling::PLN::SimpleHist::add |
( |
double |
val | ) |
|
|
inline |
◆ count()
size_t Mantid::DataHandling::PLN::SimpleHist::count |
( |
| ) |
const |
|
inline |
◆ histogram()
const std::vector< size_t > & Mantid::DataHandling::PLN::SimpleHist::histogram |
( |
| ) |
const |
|
inline |
◆ ival()
double Mantid::DataHandling::PLN::SimpleHist::ival |
( |
double |
val | ) |
const |
|
inline |
◆ peak()
size_t Mantid::DataHandling::PLN::SimpleHist::peak |
( |
| ) |
const |
|
inline |
◆ xval()
double Mantid::DataHandling::PLN::SimpleHist::xval |
( |
double |
ix | ) |
const |
|
inline |
◆ m_B
double Mantid::DataHandling::PLN::SimpleHist::m_B |
|
private |
◆ m_count
size_t Mantid::DataHandling::PLN::SimpleHist::m_count |
|
private |
◆ m_hist
std::vector<size_t> Mantid::DataHandling::PLN::SimpleHist::m_hist |
|
private |
◆ m_M
double Mantid::DataHandling::PLN::SimpleHist::m_M |
|
private |
◆ m_peak
size_t Mantid::DataHandling::PLN::SimpleHist::m_peak |
|
private |
The documentation for this class was generated from the following file: