![]() |
MaCh3
2.4.2
Reference Guide
|
KS: This hold bin extents in N-Dimensions allowing to check if Bin falls into. More...
#include <Samples/SampleStructs.h>
Public Member Functions | |
| bool | IsEventInside (const std::vector< double > &KinVars) const _noexcept_ |
| Checks if a given event (point) falls inside the bin. More... | |
| bool | IsEventInside (const std::vector< const double * > &KinVars) const _noexcept_ |
| Checks if a given event (point) falls inside the bin using pointer array. More... | |
Public Attributes | |
| std::vector< std::array< double, 2 > > | Extent |
KS: This hold bin extents in N-Dimensions allowing to check if Bin falls into.
Definition at line 186 of file SampleStructs.h.
|
inline |
Checks if a given event (point) falls inside the bin using pointer array.
Definition at line 207 of file SampleStructs.h.
|
inline |
Checks if a given event (point) falls inside the bin.
Definition at line 193 of file SampleStructs.h.
| std::vector<std::array<double, 2> > BinInfo::Extent |
The extent of the bin, stored as {lower, upper} bounds for each dimension. Extent[d][0] = lower edge Extent[d][1] = upper edge
Definition at line 191 of file SampleStructs.h.