10#include "ui_MuonPeriodInfo.h"
15namespace MantidWidgets {
27 static std::vector<std::string> parseSampleLog(
const std::string &log,
const std::string &delim);
29 static std::vector<std::vector<std::string>> makeCorrections(std::vector<std::vector<std::string>> &logs);
32 void addPeriodToTable(
const std::string &name,
const std::string &type,
const std::string &frames,
33 const std::string &totalFrames,
const std::string &counts,
const std::string &tag);
39 void setWidgetTitleRuns(
const std::string &title);
41 std::string getWidgetTitleRuns()
const;
43 void setNumberOfSequences(
const int numberOfSequences);
45 int getNumberOfSequences()
const;
47 std::string getNumberOfSequencesString()
const;
49 int getDAQCount()
const;
54 QTableWidget *getTable()
const;
58 QTableWidgetItem *createNewItem(
const std::string &
value)
const;
#define EXPORT_OPT_MANTIDQT_COMMON
double value
The value of the point.
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...
std::shared_ptr< Workspace > Workspace_sptr
shared pointer to Mantid::API::Workspace
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class