#include <RooCubicSplineKnot.h>
|
double | t |
|
double | d |
|
double | s |
|
double | o |
|
Definition at line 45 of file RooCubicSplineKnot.h.
◆ S_jk() [1/3]
RooCubicSplineKnot::S_jk::S_jk |
( |
| ) |
|
|
inline |
◆ S_jk() [2/3]
RooCubicSplineKnot::S_jk::S_jk |
( |
double |
a, |
|
|
double |
b, |
|
|
double |
c |
|
) |
| |
|
inline |
◆ S_jk() [3/3]
RooCubicSplineKnot::S_jk::S_jk |
( |
const S_jk & |
other, |
|
|
double |
offset = 0 |
|
) |
| |
|
inline |
Definition at line 49 of file RooCubicSplineKnot.h.
49 :
t(other.t),
d(other.d),
s(other.s),
o(other.o) {
51 t+=offset*(-2*
d+offset*(4*
s-offset*
o*8));
52 d+=offset*(-8*
s+3*offset*
o*8)/2;
◆ operator *()
S_jk RooCubicSplineKnot::S_jk::operator * |
( |
double |
z | ) |
const |
|
inline |
◆ operator *=()
S_jk& RooCubicSplineKnot::S_jk::operator *= |
( |
double |
z | ) |
|
|
inline |
◆ operator()()
double RooCubicSplineKnot::S_jk::operator() |
( |
int |
j, |
|
|
int |
k |
|
) |
| const |
|
inline |
◆ operator+()
S_jk RooCubicSplineKnot::S_jk::operator+ |
( |
const S_jk & |
other | ) |
const |
|
inline |
◆ operator+=()
S_jk& RooCubicSplineKnot::S_jk::operator+= |
( |
const S_jk & |
other | ) |
|
|
inline |
◆ operator-() [1/2]
S_jk& RooCubicSplineKnot::S_jk::operator- |
( |
| ) |
|
|
inline |
◆ operator-() [2/2]
S_jk RooCubicSplineKnot::S_jk::operator- |
( |
const S_jk & |
other | ) |
const |
|
inline |
◆ operator-=()
S_jk& RooCubicSplineKnot::S_jk::operator-= |
( |
const S_jk & |
other | ) |
|
|
inline |
◆ operator/()
S_jk RooCubicSplineKnot::S_jk::operator/ |
( |
double |
z | ) |
const |
|
inline |
◆ operator/=()
S_jk& RooCubicSplineKnot::S_jk::operator/= |
( |
double |
z | ) |
|
|
inline |
double RooCubicSplineKnot::S_jk::d |
|
private |
double RooCubicSplineKnot::S_jk::o |
|
private |
double RooCubicSplineKnot::S_jk::s |
|
private |
double RooCubicSplineKnot::S_jk::t |
|
private |
The documentation for this class was generated from the following file: