Mantid
Loading...
Searching...
No Matches
Functions | Variables
Mantid::Algorithms::PropertyNames Namespace Reference

A private namespace for property names. More...

Functions

static const std::string ALGORITHM ("Algorithm")
 
static const std::string IO_MAP ("InputOutputMap")
 
static const std::string SETUP_TABLE ("SetupTable")
 

Variables

static const std::string INPUT_WORKSPACE {"InputWorkspace"}
 
static const std::string MAX_THRESHOLD {"MaxThreshold"}
 
static const std::string MERGE_GROUP {"MergeGroup"}
 
static const std::string MIN_THRESHOLD {"MinThreshold"}
 
static const std::string OUTPUT_WORKSPACE {"OutputWorkspace"}
 

Detailed Description

A private namespace for property names.

A private namespace defining property name constants.

A private namespace holding the property names.

A private namespace listing the properties of CorrectTOFAxis.

Function Documentation

◆ ALGORITHM()

static const std::string Mantid::Algorithms::PropertyNames::ALGORITHM ( "Algorithm"  )
static

◆ IO_MAP()

static const std::string Mantid::Algorithms::PropertyNames::IO_MAP ( "InputOutputMap"  )
static

◆ SETUP_TABLE()

static const std::string Mantid::Algorithms::PropertyNames::SETUP_TABLE ( "SetupTable"  )
static

Variable Documentation

◆ INPUT_WORKSPACE

const std::string Mantid::Algorithms::PropertyNames::INPUT_WORKSPACE {"InputWorkspace"}
static

◆ MAX_THRESHOLD

const std::string Mantid::Algorithms::PropertyNames::MAX_THRESHOLD {"MaxThreshold"}
static

◆ MERGE_GROUP

const std::string Mantid::Algorithms::PropertyNames::MERGE_GROUP {"MergeGroup"}
static

◆ MIN_THRESHOLD

const std::string Mantid::Algorithms::PropertyNames::MIN_THRESHOLD {"MinThreshold"}
static

◆ OUTPUT_WORKSPACE

const std::string Mantid::Algorithms::PropertyNames::OUTPUT_WORKSPACE {"OutputWorkspace"}
static