13#include "MantidMDAlgorithms/DllConfig.h"
16namespace MDAlgorithms {
25 : mIsQSample(false), mQxIndex(4), mQzIndex(4), mPolarizationAngle(0.), mPrecision(1.) {}
26 const std::string name()
const override;
27 int version()
const override;
28 const std::string category()
const override;
29 const std::string summary()
const override;
37 std::map<std::string, std::string> validateInputs()
override;
40 template <
typename MDE,
size_t nd>
44 std::string checkInputMDDimension();
Base class from which all concrete algorithm classes should be derived.
std::shared_ptr< MDEventWorkspace< MDE, nd > > sptr
Typedef for a shared pointer of this kind of event workspace.
PolarizationAngleCorrection : Perform polarization angle correction to an MDEventWorkspace.
size_t mQxIndex
Qx and Qz indexes.
double mPolarizationAngle
Polarization angle.
double mPrecision
Precision.
PolarizationAngleCorrectionMD()
bool mIsQSample
coordinate system
std::map< uint16_t, Mantid::Kernel::Matrix< double > > mRotationMatrixMap
Map.
std::shared_ptr< IMDEventWorkspace > IMDEventWorkspace_sptr
Shared pointer to Mantid::API::IMDEventWorkspace.
Helper class which provides the Collimation Length for SANS instruments.