|
Mantid
|
#include "MantidAlgorithms/PolarizationCorrectionFredrikze.h"#include "MantidAPI/Axis.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/TextAxis.h"#include "MantidAPI/WorkspaceGroup.h"#include "MantidAPI/WorkspaceHistory.h"#include "MantidAlgorithms/PolarizationCorrections/PolarizationCorrectionsHelpers.h"#include "MantidDataObjects/WorkspaceSingleValue.h"#include "MantidGeometry/Instrument.h"#include "MantidKernel/ListValidator.h"#include "MantidKernel/SpinStateHelpers.h"#include "MantidKernel/SpinStateValidator.h"#include <algorithm>#include <memory>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 | Prop |
| String constants for algorithm's properties. | |
Functions | |
| static const std::string | Prop::INPUT_SPIN_STATES ("InputSpinStates") |
| static const std::string | Prop::OUTPUT_SPIN_STATES ("OutputSpinStates") |
Variables | |
| static const std::string | Prop::ADD_SPIN_STATE_LOG {"AddSpinStateToLog"} |
| static const std::vector< std::string > | Prop::defaultSpinStatesForPA |
| static const std::vector< std::string > | Prop::defaultSpinStatesForPNR |
| static const std::string | Prop::EFFICIENCIES {"Efficiencies"} |
| static const std::string | Prop::INPUT_WORKSPACE {"InputWorkspace"} |
| static const std::string | Prop::OUTPUT_WORKSPACE {"OutputWorkspace"} |