Mantid
|
#include "MantidAPI/MatrixWorkspace.h"
#include "MantidAPI/MultiPeriodGroupAlgorithm.h"
#include "MantidAPI/WorkspaceHistory.h"
#include "MantidAlgorithms/DllConfig.h"
#include "MantidDataObjects/EventWorkspace.h"
#include "MantidGeometry/Instrument/DetectorInfo.h"
#include <boost/optional.hpp>
Go to the source code of this file.
Classes | |
class | Mantid::Algorithms::MergeRuns |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Algorithms |
namespace | Mantid::Algorithms::MergeRunsParameter |
Combines the data contained in an arbitrary number of input workspaces. | |
namespace | Mantid::API |
namespace | Mantid::HistogramData |
Variables | |
static const std::string | Mantid::Algorithms::MergeRunsParameter::FAIL_MERGE = "sample_logs_fail" |
static const std::string | Mantid::Algorithms::MergeRunsParameter::FAIL_MERGE_TOLERANCES = "sample_logs_fail_tolerances" |
static const std::string | Mantid::Algorithms::MergeRunsParameter::LIST_MERGE = "sample_logs_list" |
static const std::string | Mantid::Algorithms::MergeRunsParameter::SUM_MERGE = "sample_logs_sum" |
MergeRuns parameter names of the paramter file for sample log merging. More... | |
static const std::string | Mantid::Algorithms::MergeRunsParameter::TIME_SERIES_MERGE = "sample_logs_time_series" |
static const std::string | Mantid::Algorithms::MergeRunsParameter::WARN_MERGE = "sample_logs_warn" |
static const std::string | Mantid::Algorithms::MergeRunsParameter::WARN_MERGE_TOLERANCES = "sample_logs_warn_tolerances" |