|
Mantid
|
#include "MantidWorkflowAlgorithms/EQSANSLoad.h"#include "MantidAPI/AlgorithmProperty.h"#include "MantidAPI/Axis.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/Run.h"#include "MantidAPI/WorkspaceUnitValidator.h"#include "MantidGeometry/Instrument.h"#include "MantidGeometry/Instrument/DetectorInfo.h"#include "MantidKernel/PropertyManager.h"#include "MantidKernel/PropertyManagerDataService.h"#include "MantidKernel/TimeSeriesProperty.h"#include "MantidWorkflowAlgorithms/EQSANSInstrument.h"#include <boost/regex.hpp>#include "Poco/DirectoryIterator.h"#include "Poco/NumberFormatter.h"#include "Poco/NumberParser.h"#include "Poco/String.h"#include <fstream>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::WorkflowAlgorithms |
Functions | |
| double | Mantid::WorkflowAlgorithms::getRunPropertyDbl (const MatrixWorkspace_sptr &inputWS, const std::string &pname) |
| Returns the value of a run property from a given workspace. More... | |