ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/thirdparty/dfelibs/dfe/dfe_histogram.hpp>
Public Types | |
using | Value = T |
Public Member Functions | |
OverflowAxis (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. | |
constexpr std::size_t | index (T value) const |
Compute bin number for a test value. | |
Private Attributes | |
std::size_t | m_ndatabins |
T | m_lower |
T | m_upper |
Uniform binning with under/overflow bins.
The first and last bin index correspond to the under/overflow bin.
Definition at line 109 of file dfe_histogram.hpp.
View newest version in sPHENIX GitHub at line 109 of file dfe_histogram.hpp
using dfe::OverflowAxis< T >::Value = T |
Definition at line 111 of file dfe_histogram.hpp.
View newest version in sPHENIX GitHub at line 111 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 268 of file dfe_histogram.hpp.
View newest version in sPHENIX GitHub at line 268 of file dfe_histogram.hpp
constexpr std::size_t dfe::OverflowAxis< T >::index | ( | T | value | ) | const |
Compute bin number for a test value.
Definition at line 274 of file dfe_histogram.hpp.
View newest version in sPHENIX GitHub at line 274 of file dfe_histogram.hpp
|
inline |
Total number of bins along this axis including under/overflow bins.
Definition at line 119 of file dfe_histogram.hpp.
View newest version in sPHENIX GitHub at line 119 of file dfe_histogram.hpp
References dfe::OverflowAxis< T >::m_ndatabins.
|
private |
Definition at line 125 of file dfe_histogram.hpp.
View newest version in sPHENIX GitHub at line 125 of file dfe_histogram.hpp
|
private |
Definition at line 124 of file dfe_histogram.hpp.
View newest version in sPHENIX GitHub at line 124 of file dfe_histogram.hpp
Referenced by dfe::OverflowAxis< T >::nbins().
|
private |
Definition at line 126 of file dfe_histogram.hpp.
View newest version in sPHENIX GitHub at line 126 of file dfe_histogram.hpp