hpstr
The Heavy Photon Search Toolkit for Reconstruction (hpstr) provides an interface to physics data from the HPS experiment saved in the LCIO format and converts it into an ROOT based format.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Files
File List
File Members
All
c
d
f
i
j
l
m
n
p
r
s
u
Functions
c
d
f
i
m
n
r
s
u
Variables
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
analysis
src
ChebyshevFitFunction.cxx
Go to the documentation of this file.
1
#include "
ChebyshevFitFunction.h
"
2
#include "
FunctionMath.h
"
3
4
double
ChebyshevFitFunction::calculateBackground
(
double
*x,
double
*par) {
5
double
xp =
FitFunction::getCorrectedX
(x[0]);
6
return
FunctionMath::ChebyshevFunction
(xp, par,
order
);
7
}
4
double
ChebyshevFitFunction::calculateBackground
(
double
*x,
double
*par) {
…
}
ChebyshevFitFunction.h
FunctionMath.h
ChebyshevFitFunction::calculateBackground
double calculateBackground(double *x, double *par)
calculate background
Definition
ChebyshevFitFunction.cxx:4
FitFunction::getCorrectedX
double getCorrectedX(double x)
Gets a value of x corrected for window size and the mass hypothesis.
Definition
FitFunction.h:161
FitFunction::order
int order
Definition
FitFunction.h:111
FunctionMath::ChebyshevFunction
static double ChebyshevFunction(double x, double *p, int order)
Defines a Chebyshev polynomial function.
Definition
FunctionMath.cxx:4
Generated by
1.9.8