Mantid
|
Task for sorting an event list. More...
Public Member Functions | |
EventSortingTask (const EventWorkspace *WS, EventSortType sortType, Mantid::API::Progress *prog) | |
ctor More... | |
void | operator() (const tbb::blocked_range< size_t > &range) const |
Private Attributes | |
EventSortType | m_sortType |
How to sort. More... | |
const EventWorkspace * | m_WS |
EventWorkspace on which to sort. More... | |
Mantid::API::Progress * | prog |
Optional Progress dialog. More... | |
Task for sorting an event list.
Definition at line 629 of file EventWorkspace.cpp.
|
inline |
ctor
Definition at line 632 of file EventWorkspace.cpp.
|
inline |
Definition at line 636 of file EventWorkspace.cpp.
References Mantid::DataObjects::EventWorkspace::getSpectrum(), m_sortType, m_WS, prog, Mantid::Kernel::ProgressBase::report(), and Mantid::DataObjects::EventList::sort().
|
private |
|
private |
EventWorkspace on which to sort.
Definition at line 649 of file EventWorkspace.cpp.
Referenced by operator()().
|
private |
Optional Progress dialog.
Definition at line 651 of file EventWorkspace.cpp.
Referenced by operator()().