|
Mantid
|
#include "MantidAlgorithms/PolarizationCorrections/PolarizerEfficiency.h"#include "MantidAPI/Axis.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/ITableWorkspace.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/PolSANSWorkspaceValidator.h"#include "MantidAPI/WorkspaceUnitValidator.h"#include "MantidAlgorithms/PolarizationCorrections/PolarizationCorrectionsHelpers.h"#include "MantidKernel/CompositeValidator.h"#include "MantidKernel/ListValidator.h"#include "MantidKernel/SpinStateHelpers.h"#include "MantidKernel/SpinStateValidator.h"#include <boost/algorithm/string/join.hpp>#include <filesystem>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Algorithms |
| namespace | Mantid::Algorithms::PropertyNames |
| A private namespace for property names. | |
Variables | |
| static const std::string | Mantid::Algorithms::PropertyNames::ANALYSER_EFFICIENCY = "AnalyserEfficiency" |
| static const std::string | Mantid::Algorithms::PropertyNames::INPUT_WORKSPACE = "InputWorkspace" |
| static const std::string | Mantid::Algorithms::PropertyNames::OUTPUT_FILE_PATH = "OutputFilePath" |
| static const std::string | Mantid::Algorithms::PropertyNames::OUTPUT_WORKSPACE = "OutputWorkspace" |