29 const std::string
name()
const override {
return "ChangeBinOffset"; }
31 const std::string
summary()
const override {
32 return "Adjusts all the time bin values in a workspace by a specified "
37 int version()
const override {
return 1; }
38 const std::vector<std::string>
seeAlso()
const override {
return {
"ScaleX"}; }
40 const std::string
category()
const override {
return "Transforms\\Axes"; }
42 const std::string
alias()
const override {
return "OffsetX"; }
Takes a workspace and adjusts all the time bin values by the same amount.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
int version() const override
Algorithm's version for identification overriding a virtual method.
const std::string alias() const override
Algorithm's Alternate Name.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
const std::string summary() const override
Summary of algorithms purpose.
SpectrumAlgorithm is a base class for algorithms that work with MatrixWorkspace.
Helper class which provides the Collimation Length for SANS instruments.