|
BOSS 8.0.0
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 45 of file EvtCubicSpline.hh.
| EvtCubicSpline::EvtCubicSpline | ( | const EvtVector4R & | p4_p, |
| const EvtVector4R & | p4_d1, | ||
| const EvtVector4R & | p4_d2 ) |
Definition at line 60 of file EvtCubicSpline.cc.
Referenced by operator=().
|
virtual |
Definition at line 38 of file EvtCubicSpline.cc.
|
inline |
Definition at line 73 of file EvtCubicSpline.hh.
|
static |
Definition at line 119 of file EvtCubicSpline.cc.
Referenced by setParams().
|
inlinestatic |
|
inlinestatic |
Definition at line 83 of file EvtCubicSpline.hh.
Referenced by Complex_Derivative().
|
inlinestatic |
Definition at line 96 of file EvtCubicSpline.hh.
| EvtCubicSpline & EvtCubicSpline::operator= | ( | const EvtCubicSpline & | n | ) |
Definition at line 42 of file EvtCubicSpline.cc.
|
inline |
Definition at line 69 of file EvtCubicSpline.hh.
Referenced by EvtCubicSpline().
|
inline |
Definition at line 70 of file EvtCubicSpline.hh.
Referenced by EvtCubicSpline().
|
inline |
Definition at line 68 of file EvtCubicSpline.hh.
Referenced by EvtCubicSpline().
| EvtComplex EvtCubicSpline::resAmpl | ( | ) |
Definition at line 217 of file EvtCubicSpline.cc.
Referenced by EvtDDalitz::decay().
|
static |
Definition at line 88 of file EvtCubicSpline.cc.
|
static |
Definition at line 71 of file EvtCubicSpline.cc.
Referenced by EvtDDalitz::decay(), and setParams().
|
inline |
Definition at line 76 of file EvtCubicSpline.hh.
|
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().
|
static |
Definition at line 50 of file EvtCubicSpline.hh.
Referenced by resAmpl(), and setParams().
|
static |
Definition at line 49 of file EvtCubicSpline.hh.
Referenced by resAmpl(), and setParams().