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
include
ChebyshevFitFunction.h
Go to the documentation of this file.
1
#ifndef __CHEBYSHEV_FUNC_H__
2
#define __CHEBYSHEV_FUNC_H__
3
4
#include "
FitFunction.h
"
5
10
class
ChebyshevFitFunction
:
public
FitFunction
{
11
using
FitFunction::FitFunction
;
12
13
protected
:
21
double
calculateBackground
(
double
*x,
double
*par);
22
};
10
class
ChebyshevFitFunction
:
public
FitFunction
{
…
};
23
24
#endif
FitFunction.h
ChebyshevFitFunction
description
Definition
ChebyshevFitFunction.h:10
ChebyshevFitFunction::calculateBackground
double calculateBackground(double *x, double *par)
calculate background
Definition
ChebyshevFitFunction.cxx:4
FitFunction
description
Definition
FitFunction.h:12
FitFunction::FitFunction
FitFunction(double m_mass_hypothesis, double m_window_size, double m_bin_size, ModelOrder m_model_order, SignalFitModel m_sig_model=FitFunction::SignalFitModel::NONE, bool m_exp_background=true)
Constructor.
Definition
FitFunction.h:56
Generated by
1.9.8