|
Mantid
|
#include "MantidAlgorithms/ResampleX.h"#include "MantidAPI/Axis.h"#include "MantidAPI/WorkspaceFactory.h"#include "MantidDataObjects/EventWorkspace.h"#include "MantidDataObjects/Workspace2D.h"#include "MantidDataObjects/WorkspaceCreation.h"#include "MantidKernel/ArrayProperty.h"#include "MantidKernel/BoundedValidator.h"#include "MantidKernel/VectorHelper.h"#include <sstream>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Algorithms |
Functions | |
| string | Mantid::Algorithms::determineXMinMax (const MatrixWorkspace_sptr &inputWS, vector< double > &xmins, vector< double > &xmaxs) |
| Determine the min and max x-values for each spectrum and error check the pairs. More... | |