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