|
Mantid
|
Public Member Functions | |
| FindBin (double step, double xmin) | |
| std::optional< size_t > | operator() (std::span< double const > X, const double tof, const bool findExact) |
Public Attributes | |
| double | divisor |
| std::optional< size_t >(* | findBin )(std::span< double const >, const double, const double, const double, const bool) |
| double | offset |
Definition at line 143 of file EventList.cpp.
|
inline |
Definition at line 147 of file EventList.cpp.
References divisor, findBin, Mantid::DataObjects::EventList::findLinearBin(), Mantid::DataObjects::EventList::findLogBin(), and offset.
|
inline |
Definition at line 159 of file EventList.cpp.
References divisor, findBin, offset, and Mantid::Geometry::X.
| double Mantid::DataObjects::FindBin::divisor |
Definition at line 144 of file EventList.cpp.
Referenced by FindBin(), and operator()().
| std::optional< size_t >(* Mantid::DataObjects::FindBin::findBin) (std::span< double const >, const double, const double, const double, const bool) |
Definition at line 145 of file EventList.cpp.
Referenced by FindBin(), and operator()().
| double Mantid::DataObjects::FindBin::offset |
Definition at line 145 of file EventList.cpp.
Referenced by FindBin(), and operator()().