|
Mantid
|
#include "MantidDataHandling/LoadMcStas.h"#include "MantidAPI/AlgorithmManager.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/IEventWorkspace.h"#include "MantidAPI/InstrumentDataService.h"#include "MantidAPI/NumericAxis.h"#include "MantidAPI/RegisterFileLoader.h"#include "MantidAPI/WorkspaceFactory.h"#include "MantidAPI/WorkspaceGroup.h"#include "MantidDataHandling/LoadEventNexus.h"#include "MantidGeometry/Instrument.h"#include "MantidGeometry/Instrument/InstrumentDefinitionParser.h"#include "MantidKernel/Unit.h"#include "MantidKernel/UnitFactory.h"#include <boost/algorithm/string.hpp>#include <nexus/NeXusFile.hpp>#include <nexus/NeXusException.hpp>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::DataHandling |