|
Mantid
|
#include "MantidAlgorithms/VesuvioL1ThetaResolution.h"#include "MantidAPI/AlgorithmManager.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/InstrumentFileFinder.h"#include "MantidAPI/MatrixWorkspace.h"#include "MantidAPI/SpectrumInfo.h"#include "MantidAPI/TextAxis.h"#include "MantidAPI/WorkspaceFactory.h"#include "MantidGeometry/Instrument.h"#include "MantidGeometry/Objects/IObject.h"#include "MantidKernel/BoundedValidator.h"#include "MantidKernel/Statistics.h"#include "MantidKernel/Unit.h"#include <boost/algorithm/string/split.hpp>#include <boost/algorithm/string/trim.hpp>#include <memory>#include <fstream>#include <random>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Algorithms |