BOSS 7.1.3
BESIII Offline Software System
|
#include <EvtCubicSpline.hh>
Public Member Functions | |
EvtCubicSpline & | operator= (const EvtCubicSpline &) |
EvtCubicSpline (const EvtVector4R &p4_p, const EvtVector4R &p4_d1, const EvtVector4R &p4_d2) | |
virtual | ~EvtCubicSpline () |
const EvtVector4R & | p4_p () |
const EvtVector4R & | p4_d1 () |
const EvtVector4R & | p4_d2 () |
double | amplitude () |
double | theta () |
EvtComplex | resAmpl () |
Static Public Member Functions | |
static void | setParams (const vector< double > x, const vector< double > ym, const vector< double > yp) |
static void | setParams (const int n, const double *x, const double *ym, const double *yp) |
static void | fprime (const vector< double > &x, const vector< ControlPoint > &y, const int n, ControlPoint &yp2) |
static void | fprime (const vector< double > &x, const vector< ControlPoint > &y, ControlPoint &yp2) |
static int | find_bin (double mass1, const vector< double > &x, const int n) |
static bool | Complex_Derivative (const vector< double > &x, const vector< ControlPoint > &y, const int n, vector< ControlPoint > &y2) |
Static Public Attributes | |
static int | _nPoints = 0 |
static vector< double > | _mHHLimits |
static vector< ControlPoint > | _yvalues |
static vector< ControlPoint > | _y2values |
Definition at line 42 of file EvtCubicSpline.hh.
EvtCubicSpline::EvtCubicSpline | ( | const EvtVector4R & | p4_p, |
const EvtVector4R & | p4_d1, | ||
const EvtVector4R & | p4_d2 ) |
Definition at line 61 of file EvtCubicSpline.cc.
Referenced by operator=().
|
virtual |
Definition at line 38 of file EvtCubicSpline.cc.
|
inline |
Definition at line 71 of file EvtCubicSpline.hh.
|
static |
Definition at line 117 of file EvtCubicSpline.cc.
Referenced by setParams().
|
inlinestatic |
|
inlinestatic |
Definition at line 81 of file EvtCubicSpline.hh.
Referenced by Complex_Derivative().
|
inlinestatic |
Definition at line 93 of file EvtCubicSpline.hh.
EvtCubicSpline & EvtCubicSpline::operator= | ( | const EvtCubicSpline & | n | ) |
Definition at line 42 of file EvtCubicSpline.cc.
|
inline |
Definition at line 66 of file EvtCubicSpline.hh.
Referenced by EvtCubicSpline().
|
inline |
Definition at line 67 of file EvtCubicSpline.hh.
Referenced by EvtCubicSpline().
|
inline |
Definition at line 65 of file EvtCubicSpline.hh.
Referenced by EvtCubicSpline().
EvtComplex EvtCubicSpline::resAmpl | ( | ) |
Definition at line 195 of file EvtCubicSpline.cc.
Referenced by EvtDDalitz::decay().
|
static |
Definition at line 84 of file EvtCubicSpline.cc.
|
static |
Definition at line 71 of file EvtCubicSpline.cc.
Referenced by EvtDDalitz::decay(), and setParams().
|
inline |
Definition at line 74 of file EvtCubicSpline.hh.
|
static |
Definition at line 46 of file EvtCubicSpline.hh.
Referenced by resAmpl(), and setParams().
|
static |
Definition at line 45 of file EvtCubicSpline.hh.
Referenced by resAmpl(), and setParams().
|
static |
Definition at line 48 of file EvtCubicSpline.hh.
Referenced by resAmpl(), and setParams().
|
static |
Definition at line 47 of file EvtCubicSpline.hh.
Referenced by resAmpl(), and setParams().