EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Uniform binning without under/overflow bins. More...
#include <acts/blob/sPHENIX/thirdparty/dfelibs/dfe/dfe_histogram.hpp>
Public Types | |
using | Value = T |
Public Member Functions | |
UniformAxis (T lower, T upper, std::size_t nbins) | |
constexpr std::size_t | nbins () const |
Total number of bins along this axis including under/overflow bins. | |
std::size_t | index (T value) const |
Compute bin number for a test value. | |
Private Attributes | |
std::size_t | m_nbins |
T | m_lower |
T | m_upper |
Uniform binning without under/overflow bins.
Definition at line 85 of file dfe_histogram.hpp.
View newest version in sPHENIX GitHub at line 85 of file dfe_histogram.hpp
using dfe::UniformAxis< T >::Value = T |
Definition at line 87 of file dfe_histogram.hpp.
View newest version in sPHENIX GitHub at line 87 of file dfe_histogram.hpp
|
inline |
lower | Lower inclusive boundary |
upper | Upper exclusive boundary |
nbins | Number of data bins within those boundaries |
Definition at line 248 of file dfe_histogram.hpp.
View newest version in sPHENIX GitHub at line 248 of file dfe_histogram.hpp
|
inline |
Compute bin number for a test value.
Definition at line 253 of file dfe_histogram.hpp.
View newest version in sPHENIX GitHub at line 253 of file dfe_histogram.hpp
|
inline |
Total number of bins along this axis including under/overflow bins.
Definition at line 95 of file dfe_histogram.hpp.
View newest version in sPHENIX GitHub at line 95 of file dfe_histogram.hpp
References dfe::UniformAxis< T >::m_nbins.
|
private |
Definition at line 101 of file dfe_histogram.hpp.
View newest version in sPHENIX GitHub at line 101 of file dfe_histogram.hpp
|
private |
Definition at line 100 of file dfe_histogram.hpp.
View newest version in sPHENIX GitHub at line 100 of file dfe_histogram.hpp
Referenced by dfe::UniformAxis< T >::nbins().
|
private |
Definition at line 102 of file dfe_histogram.hpp.
View newest version in sPHENIX GitHub at line 102 of file dfe_histogram.hpp