|
Mantid
|
#include "MantidAlgorithms/PolarizationCorrections/HeliumAnalyserEfficiencyTime.h"#include "MantidAlgorithms/PolarizationCorrections/PolarizationCorrectionsHelpers.h"#include "MantidAPI/Axis.h"#include "MantidAPI/ITableWorkspace.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/Run.h"#include "MantidAPI/Workspace.h"#include "MantidAPI/WorkspaceFactory.h"#include "MantidAPI/WorkspaceGroup.h"#include "MantidAPI/WorkspaceProperty.h"#include "MantidKernel/BoundedValidator.h"#include "MantidKernel/DateTimeValidator.h"#include "MantidKernel/LambdaValidator.h"#include "MantidKernel/Unit.h"#include "MantidKernel/UnitFactory.h"#include "MantidTypes/Core/DateAndTime.h"#include <algorithm>#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::PropertyNames |
| A private namespace for property names. | |
Variables | |
| static const std::string | Mantid::Algorithms::PropertyNames::INITIAL_POL {"InitialPolarization"} |
| static const std::string | Mantid::Algorithms::PropertyNames::INITIAL_POL_ERROR {"InitialPolarizationError"} |
| static const std::string | Mantid::Algorithms::PropertyNames::INPUT_WORKSPACE {"InputWorkspace"} |
| static const std::string | Mantid::Algorithms::PropertyNames::LIFETIME {"Lifetime"} |
| static const std::string | Mantid::Algorithms::PropertyNames::LIFETIME_ERROR {"LifetimeError"} |
| static const std::string | Mantid::Algorithms::PropertyNames::OUTPUT_WORKSPACE {"OutputWorkspace"} |
| static const std::string | Mantid::Algorithms::PropertyNames::REFERENCE_TIMESTAMP {"ReferenceTimeStamp"} |
| static const std::string | Mantid::Algorithms::PropertyNames::REFERENCE_WORKSPACE {"ReferenceWorkspace"} |
| static const std::string | Mantid::Algorithms::PropertyNames::UNPOLARIZED_TRANSMISSION {"UnpolarizedTransmission"} |