|
Mantid
|
#include "MantidAlgorithms/Rebin.h"#include "MantidHistogramData/Exception.h"#include "MantidHistogramData/Rebin.h"#include "MantidAPI/AnalysisDataService.h"#include "MantidAPI/HistoWorkspace.h"#include "MantidDataObjects/EventList.h"#include "MantidDataObjects/EventWorkspace.h"#include "MantidDataObjects/Workspace2D.h"#include "MantidDataObjects/WorkspaceCreation.h"#include "MantidKernel/ArrayProperty.h"#include "MantidKernel/BoundedValidator.h"#include "MantidKernel/EnumeratedString.h"#include "MantidKernel/EnumeratedStringProperty.h"#include "MantidKernel/ListValidator.h"#include "MantidKernel/RebinParamsValidator.h"#include "MantidKernel/VectorHelper.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 |
| namespace | Mantid::PropertyNames |
Functions | |
| const std::string | Mantid::PropertyNames::BINMODE ("BinningMode") |
| const std::string | Mantid::PropertyNames::FULL_BIN_ONLY ("FullBinsOnly") |
| const std::string | Mantid::PropertyNames::IGNR_BIN_ERR ("IgnoreBinErrors") |
| const std::string | Mantid::PropertyNames::INPUT_WKSP ("InputWorkspace") |
| const std::string | Mantid::PropertyNames::OUTPUT_WKSP ("OutputWorkspace") |
| const std::string | Mantid::PropertyNames::PARAMS ("Params") |
| const std::string | Mantid::PropertyNames::POWER ("Power") |
| const std::string | Mantid::PropertyNames::PRSRV_EVENTS ("PreserveEvents") |
| const std::string | Mantid::PropertyNames::RVRS_LOG_BIN ("UseReverseLogarithmic") |