Mantid
Loading...
Searching...
No Matches
Framework
CurveFitting
src
Functions
BackgroundFunction.cpp
Go to the documentation of this file.
1
// Mantid Repository : https://github.com/mantidproject/mantid
2
//
3
// Copyright © 2018 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
//----------------------------------------------------------------------
8
// Includes
9
//----------------------------------------------------------------------
10
#include "
MantidCurveFitting/Functions/BackgroundFunction.h
"
11
12
namespace
Mantid::CurveFitting::Functions
{
13
14
using namespace
CurveFitting;
15
16
using namespace
Kernel;
17
18
using namespace
API
;
19
20
void
BackgroundFunction::fit
(
const
std::vector<double> &
X
,
const
std::vector<double> &
Y
) {
21
(void)
X
;
// Avoid compiler warning
22
(void)
Y
;
// Avoid compiler warning
23
}
24
25
}
// namespace Mantid::CurveFitting::Functions
BackgroundFunction.h
Mantid::CurveFitting::Functions::BackgroundFunction::fit
void fit(const std::vector< double > &X, const std::vector< double > &Y) override
Fits the function.
Definition
BackgroundFunction.cpp:20
API
Definition
ChudleyElliotSQE.h:11
Mantid::CurveFitting::Functions
Definition
VesuvioCalculateGammaBackground.h:23
Mantid::Geometry::X
@ X
Definition
ReferenceFrame.h:16
Mantid::Geometry::Y
@ Y
Definition
ReferenceFrame.h:16
Generated by
1.9.8