|
Mantid
|
#include "MantidDataHandling/LoadIsawDetCal.h"#include "MantidAPI/FileProperty.h"#include "MantidAPI/InstrumentValidator.h"#include "MantidAPI/MultipleFileProperty.h"#include "MantidAPI/Run.h"#include "MantidGeometry/Instrument/ComponentInfo.h"#include "MantidDataObjects/EventList.h"#include "MantidDataObjects/EventWorkspace.h"#include "MantidDataObjects/PeaksWorkspace.h"#include "MantidDataObjects/Workspace2D.h"#include "MantidGeometry/Instrument.h"#include "MantidGeometry/Instrument/ObjCompAssembly.h"#include "MantidGeometry/Instrument/RectangularDetector.h"#include "MantidKernel/Strings.h"#include "MantidKernel/V3D.h"#include <algorithm>#include <boost/algorithm/string/trim.hpp>#include <fstream>#include <numeric>#include <sstream>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::DataHandling |