11#include "MantidAlgorithms/DllConfig.h"
27 const std::string
name()
const override {
return "RingProfile"; };
29 const std::string
summary()
const override {
return "Calculates the sum of the counts against a circular ring."; }
31 int version()
const override {
return 1; };
32 const std::vector<std::string>
seeAlso()
const override {
return {
"LineProfile"}; }
33 const std::string
category()
const override {
return "Transforms\\Grouping"; };
42 int fromAngleToBin(
double angle,
bool degree =
true);
Base class from which all concrete algorithm classes should be derived.
Calculates the sum of the counts against a circular ring.
double centre_x
copy of centre for axis(0)
bool clockwise
flag that indicate if Sense input was configure to clockwise
double centre_y
copy of centre for axis(1)
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
double min_radius
copy of the minRadius input
const std::string name() const override
function to return a name of the algorithm, must be overridden in all algorithms
double bin_size
The size of the bins in angle that is equal to 360 / NumBins.
double max_radius
copy of the maxRadius input
const std::string category() const override
function to return a category of the algorithm.
int version() const override
function to return a version of the algorithm, must be overridden in all algorithms
const std::string summary() const override
Summary of algorithms purpose.
double start_angle
copy of the StartAngle input
std::shared_ptr< API::Progress > m_progress
double centre_z
copy of centre for axis(2)
int num_bins
copy of NumBins input
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.