25 if (numOfSpectra == 0u)
26 throw std::runtime_error(
"There are no spectra in this Dataset.");
27 if (numOfSpectra == 1u)
30 std::vector<std::string> domains;
32 [&](
auto const &spectrum) { return m_workspaceName +
" (" + std::to_string(spectrum.value) +
")"; });