#include <EMAPMatrix.h>
Definition at line 31 of file EMAPMatrix.h.
◆ EMAPMatrixAxis()
EMAPMatrixAxis::EMAPMatrixAxis |
( |
std::string |
name, |
|
|
const std::vector< double > & |
bins |
|
) |
| |
|
inline |
Setup the axis again.
All old information will be destroyed
- Parameters
-
name | : Name of axis, e.g. "Eta" |
bins | : stl std::vector with binning values - must be in increasing order |
Definition at line 39 of file EMAPMatrix.h.
◆ ~EMAPMatrixAxis()
EMAPMatrixAxis::~EMAPMatrixAxis |
( |
| ) |
|
|
inline |
◆ getBinIndex()
int EMAPMatrixAxis::getBinIndex |
( |
double |
x | ) |
const |
Returns number of index of bin in which the value x falls.
◆ getBinningInformation()
const std::vector<double>& EMAPMatrixAxis::getBinningInformation |
( |
| ) |
const |
|
inline |
◆ getName()
const std::string& EMAPMatrixAxis::getName |
( |
| ) |
const |
|
inline |
◆ getNumberOfBins()
unsigned int EMAPMatrixAxis::getNumberOfBins |
( |
| ) |
const |
◆ isInRange()
bool EMAPMatrixAxis::isInRange |
( |
double |
x | ) |
const |
returns mean of bin at index i
◆ m_name
std::string EMAPMatrixAxis::m_name |
|
private |
◆ m_vecBins
std::vector<double> EMAPMatrixAxis::m_vecBins |
|
private |
The documentation for this class was generated from the following file: