12#include "MantidGeometry/DllConfig.h"
19template <
typename TYPE>
class TimeSeriesProperty;
44 std::string formula, std::string formulaUnit, std::string resultUnit, std::string paramName,
45 std::string type, std::string tie, std::vector<std::string> constraint,
46 std::string &penaltyFactor, std::string fitFunc, std::string extractSingleValueAs,
48 const std::string &description, std::string visible);
double value
The value of the point.
base class for Geometric IComponent
This class is used to store information about parameters in XML instrument definition files and instr...
const Geometry::IComponent * m_component
value from the log value
double m_angleConvertConst
when this const equals 1 it means that angle=degree (default) is set in IDF otherwise if this const e...
const std::string m_value
rather then extracting value from logfile,
const std::string m_paramName
specify a value directly
const std::string m_type
type of the data, e.g. int, double or string
const std::string m_description
if present, contains help string, describing the parameter
const std::string m_visible
if present, describes whether the parameter shall be visible in InstrumentViewer
const std::string m_logfileID
logfile id
std::shared_ptr< Kernel::Interpolation > m_interpolation
evaluating the formula
const std::string m_fittingFunction
specific to fitting parameter
std::string m_penaltyFactor
parameter specify lower and upper bound in that order
const std::string m_formula
specify fitting function
const std::string m_resultUnit
expected result (output) unit from
const std::string m_eq
single value from the log file( average, first number, etc)
const std::vector< std::string > m_constraint
specific to fitting
const std::string m_tie
specific to fitting parameter specify any tie
const std::string m_formulaUnit
formula to use for setting this parameter
const std::string m_extractSingleValueAs
describes the way to extract a
A specialised Property class for holding a series of time-value pairs.
Helper class which provides the Collimation Length for SANS instruments.