Mantid
|
#include "MantidAlgorithms/SmoothData.h"
#include "MantidAPI/WorkspaceFactory.h"
#include "MantidDataObjects/GroupingWorkspace.h"
#include "MantidKernel/ArrayBoundedValidator.h"
#include "MantidKernel/ArrayProperty.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 |
Functions | |
Histogram | Mantid::Algorithms::smooth (const Histogram &histogram, int npts) |
Returns a smoothed version of histogram. npts must be odd. More... | |