|
Mantid
|
#include "MantidWorkflowAlgorithms/HFIRInstrument.h"#include "MantidAPI/Run.h"#include "MantidDataObjects/Workspace2D.h"#include "MantidGeometry/Instrument.h"#include "MantidKernel/DataService.h"#include "MantidKernel/Exception.h"#include "MantidKernel/Logger.h"#include "MantidKernel/Property.h"#include "MantidKernel/PropertyWithValue.h"#include "MantidKernel/StringTokenizer.h"#include "Poco/NumberParser.h"#include <memory>#include <utility>#include <boost/algorithm/string/classification.hpp>#include <boost/algorithm/string/split.hpp>#include <boost/lexical_cast.hpp>#include <boost/regex.hpp>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::WorkflowAlgorithms |
| namespace | Mantid::WorkflowAlgorithms::HFIRInstrument |