Mantid
|
#include "MantidAlgorithms/DetectorDiagnostic.h"
#include "MantidAPI/SpectrumInfo.h"
#include "MantidDataObjects/EventWorkspaceHelpers.h"
#include "MantidDataObjects/MaskWorkspace.h"
#include "MantidDataObjects/WorkspaceCreation.h"
#include "MantidKernel/BoundedValidator.h"
#include "MantidKernel/EnabledWhenProperty.h"
#include "MantidKernel/Exception.h"
#include "MantidKernel/MultiThreaded.h"
#include "MantidKernel/Statistics.h"
#include "MantidKernel/VisibleWhenProperty.h"
#include <boost/iterator/counting_iterator.hpp>
#include <algorithm>
#include <cfloat>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Algorithms |