Mantid
Loading...
Searching...
No Matches
Framework
CurveFitting
inc
MantidCurveFitting
Functions
Abragam.h
Go to the documentation of this file.
1
// Mantid Repository : https://github.com/mantidproject/mantid
2
//
3
// Copyright © 2007 ISIS Rutherford Appleton Laboratory UKRI,
4
// NScD Oak Ridge National Laboratory, European Spallation Source,
5
// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6
// SPDX - License - Identifier: GPL - 3.0 +
7
#pragma once
8
9
//----------------------------------------------------------------------
10
// Includes
11
//----------------------------------------------------------------------
12
#include "
MantidAPI/IFunction1D.h
"
13
#include "
MantidAPI/IFunctionMW.h
"
14
#include "
MantidAPI/ParamFunction.h
"
15
#include "MantidCurveFitting/DllConfig.h"
16
17
namespace
Mantid
{
18
namespace
CurveFitting {
19
namespace
Functions {
27
class
MANTID_CURVEFITTING_DLL
Abragam
:
public
API::ParamFunction
,
public
API::IFunctionMW
,
public
API::IFunction1D
{
28
public
:
30
std::string
name
()
const override
{
return
"Abragam"
; }
31
33
const
std::string
category
()
const override
{
return
"Muon\\MuonSpecific"
; }
34
void
functionDeriv(
const
API::FunctionDomain
&domain,
API::Jacobian
&jacobian)
override
;
35
36
protected
:
37
void
function1D(
double
*out,
const
double
*xValues,
const
size_t
nData)
const override
;
38
void
setActiveParameter(
size_t
i,
double
value
)
override
;
39
41
void
init()
override
;
42
};
43
44
}
// namespace Functions
45
}
// namespace CurveFitting
46
}
// namespace Mantid
value
double value
The value of the point.
Definition
FitMW.cpp:51
IFunction1D.h
IFunctionMW.h
ParamFunction.h
Mantid::API::FunctionDomain
Base class that represents the domain of a function.
Definition
FunctionDomain.h:31
Mantid::API::IFunction1D
This is a specialization of IFunction for functions of one real argument.
Definition
IFunction1D.h:43
Mantid::API::IFunctionMW
This is a specialization of IFunction for functions defined on a MatrixWorkspace.
Definition
IFunctionMW.h:30
Mantid::API::Jacobian
Represents the Jacobian in IFitFunction::functionDeriv.
Definition
Jacobian.h:22
Mantid::API::ParamFunction
Implements the part of IFunction interface dealing with parameters.
Definition
ParamFunction.h:33
Mantid::CurveFitting::Functions::Abragam
Provide Abragam fitting function for muon scientists.
Definition
Abragam.h:27
Mantid::CurveFitting::Functions::Abragam::category
const std::string category() const override
overwrite IFunction base class methods
Definition
Abragam.h:33
Mantid::CurveFitting::Functions::Abragam::name
std::string name() const override
overwrite IFunction base class methods
Definition
Abragam.h:30
Mantid
Helper class which provides the Collimation Length for SANS instruments.
Definition
AbsorptionCorrection.h:18
Generated by
1.9.8