![]() |
MaCh3 2.2.1
Reference Guide
|
KS: Small struct storying info about used binning. More...
#include <Samples/SampleStructs.h>
Public Member Functions | |
int | FindXBin (const double XVar, const int NomXBin) const |
DB Find the relevant bin in the PDF for each event. | |
Public Attributes | |
std::vector< double > | XBinEdges |
Vector to hold x-axis bin-edges. | |
std::vector< double > | YBinEdges |
Vector to hold y-axis bin-edges. | |
size_t | nXBins = M3::_BAD_INT_ |
Number of X axis bins in the histogram used for likelihood calculation. | |
size_t | nYBins = M3::_BAD_INT_ |
Number of Y axis bins in the histogram used for likelihood calculation. | |
std::vector< double > | rw_lower_xbinedge |
lower to check if Eb has moved the erec bin | |
std::vector< double > | rw_lower_lower_xbinedge |
lower to check if Eb has moved the erec bin | |
std::vector< double > | rw_upper_xbinedge |
upper to check if Eb has moved the erec bin | |
std::vector< double > | rw_upper_upper_xbinedge |
upper to check if Eb has moved the erec bin | |
KS: Small struct storying info about used binning.
Definition at line 168 of file SampleStructs.h.
|
inline |
DB Find the relevant bin in the PDF for each event.
Definition at line 190 of file SampleStructs.h.
size_t SampleBinningInfo::nXBins = M3::_BAD_INT_ |
Number of X axis bins in the histogram used for likelihood calculation.
Definition at line 176 of file SampleStructs.h.
size_t SampleBinningInfo::nYBins = M3::_BAD_INT_ |
Number of Y axis bins in the histogram used for likelihood calculation.
Definition at line 178 of file SampleStructs.h.
std::vector<double> SampleBinningInfo::rw_lower_lower_xbinedge |
lower to check if Eb has moved the erec bin
Definition at line 183 of file SampleStructs.h.
std::vector<double> SampleBinningInfo::rw_lower_xbinedge |
lower to check if Eb has moved the erec bin
Definition at line 181 of file SampleStructs.h.
std::vector<double> SampleBinningInfo::rw_upper_upper_xbinedge |
upper to check if Eb has moved the erec bin
Definition at line 187 of file SampleStructs.h.
std::vector<double> SampleBinningInfo::rw_upper_xbinedge |
upper to check if Eb has moved the erec bin
Definition at line 185 of file SampleStructs.h.
std::vector<double> SampleBinningInfo::XBinEdges |
Vector to hold x-axis bin-edges.
Definition at line 171 of file SampleStructs.h.
std::vector<double> SampleBinningInfo::YBinEdges |
Vector to hold y-axis bin-edges.
Definition at line 173 of file SampleStructs.h.