|
Mantid
|
#include <LoadNGEM.h>
Public Member Functions | |
| void | addEvent (double &minToF, double &maxToF, const double tof, const double binWidth, const size_t pixel) override |
| Add an event to the event list. | |
| void | addFrame (int &rawFrames, int &goodFrames, const int eventCountInFrame, const int minEventsReq, const int maxEventsReq, MantidVec &frameEventCounts) override |
| Add a completed frame to the event list. | |
| std::vector< DataObjects::EventList > & | getEvents () |
| LoadDataStrategyEvent () | |
Private Attributes | |
| std::vector< DataObjects::EventList > | m_events |
| std::vector< DataObjects::EventList > | m_eventsInFrame |
Definition at line 117 of file LoadNGEM.h.
| Mantid::DataHandling::LoadDataStrategyEvent::LoadDataStrategyEvent | ( | ) |
Definition at line 702 of file LoadNGEM.cpp.
References m_events, and m_eventsInFrame.
|
overridevirtual |
Add an event to the event list.
| minToF | The minimum ToF value to consider |
| maxToF | The maximum ToF value to consider |
| tof | The time of flight associated witht he evenr |
| binWidth | The width of each histogram bin |
| pixel | The detector pixel index. |
Implements Mantid::DataHandling::LoadDataStrategyBase.
Definition at line 674 of file LoadNGEM.cpp.
References m_eventsInFrame.
|
overridevirtual |
Add a completed frame to the event list.
| rawFrames | The number of raw frames read from file |
| goodFrames | The number of frames that fulfill good quality criteria |
| eventCountInFrame | The event counts in current frame |
| minEventsReq | The minimum events required to be considered a good frame |
| maxEventsReq | The maximum events required to be considered a good frame |
| frameEventCounts | Event count by frame |
Implements Mantid::DataHandling::LoadDataStrategyBase.
Definition at line 696 of file LoadNGEM.cpp.
References m_events, and m_eventsInFrame.
|
inline |
Definition at line 123 of file LoadNGEM.h.
References m_events.
|
private |
Definition at line 126 of file LoadNGEM.h.
Referenced by addFrame(), getEvents(), and LoadDataStrategyEvent().
|
private |
Definition at line 127 of file LoadNGEM.h.
Referenced by addEvent(), addFrame(), and LoadDataStrategyEvent().