12#include "MantidKernel/DllConfig.h"
32 BinFinder(
const std::vector<double> &binParams);
The BinFinder class is a helper class that allows one to quickly find a bin index for many events.
std::vector< double > boundaries
Boundaries between binning regions.
std::vector< double > logSteps
Log of the step size (used by log binning)
std::vector< double > logBoundaries
Log of the boundary (used by log binning)
std::vector< double > stepSizes
Step sizes in binning regions; 1 smaller than boundaries.
int numRegions
How many regions?
std::vector< int > endBinIndex
Index of the last boundary in the bins.
Helper class which provides the Collimation Length for SANS instruments.