|
Mantid
|
#include "MantidAlgorithms/AbsorptionCorrection.h"#include "MantidAPI/HistoWorkspace.h"#include "MantidAPI/InstrumentValidator.h"#include "MantidAPI/Sample.h"#include "MantidAPI/SpectrumInfo.h"#include "MantidAPI/WorkspaceUnitValidator.h"#include "MantidDataObjects/WorkspaceCreation.h"#include "MantidGeometry/IDetector.h"#include "MantidGeometry/Instrument.h"#include "MantidGeometry/Instrument/SampleEnvironment.h"#include "MantidGeometry/Objects/ShapeFactory.h"#include "MantidGeometry/Objects/Track.h"#include "MantidHistogramData/Interpolate.h"#include "MantidKernel/BoundedValidator.h"#include "MantidKernel/CompositeValidator.h"#include "MantidKernel/DeltaEMode.h"#include "MantidKernel/Fast_Exponential.h"#include "MantidKernel/ListValidator.h"#include "MantidKernel/Material.h"#include "MantidKernel/NeutronAtom.h"#include "MantidKernel/PhysicalConstants.h"#include "MantidKernel/Unit.h"#include "MantidKernel/UnitFactory.h"Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Algorithms |