|
Mantid
|
#include "MantidAlgorithms/PolarizationCorrections/PolarizationCorrectionsHelpers.h"#include "MantidAPI/Run.h"#include "MantidKernel/SpinStateHelpers.h"#include "MantidKernel/StringTokenizer.h"#include <algorithm>#include <boost/algorithm/string.hpp>#include <boost/algorithm/string/trim.hpp>#include <vector>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::PolarizationCorrectionsHelpers |
| namespace | Mantid::Algorithms::SpinStatesORSO |
Functions | |
| MANTID_ALGORITHMS_DLL void | Mantid::Algorithms::SpinStatesORSO::addORSOLogForSpinState (const Mantid::API::MatrixWorkspace_sptr &ws, const std::string &spinState) |
| MANTID_ALGORITHMS_DLL const std::string & | Mantid::Algorithms::SpinStatesORSO::getORSONotationForSpinState (const std::string &spinState) |
| MANTID_ALGORITHMS_DLL API::MatrixWorkspace_sptr | Mantid::Algorithms::PolarizationCorrectionsHelpers::workspaceForSpinState (const API::WorkspaceGroup_sptr &group, const std::string &spinStateOrder, const std::string &targetSpinState) |
| Returns the workspace in the group associated with the given targetSpinState according to the order defined by spinStateOrder. | |