34 std::shared_ptr<NexusLoader> loader, std::vector<int> &workspaceIndices,
35 std::vector<SpectraProcessingData> &processingDatas,
37 const size_t grainsize_event,
38 const std::map<Mantid::Types::Core::DateAndTime, int> &splitterMap,
39 std::shared_ptr<std::vector<Types::Core::DateAndTime>> pulse_times,
40 std::shared_ptr<API::Progress> &progress);
42 void operator()(
const tbb::blocked_range<size_t> &range)
const;