#include <EvtBlattWeisskopf.hh>
◆ EvtBlattWeisskopf() [1/4]
EvtBlattWeisskopf::EvtBlattWeisskopf |
( |
int |
LL, |
|
|
double |
R, |
|
|
double |
p0 |
|
) |
| |
Definition at line 18 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtBlattWeisskopf.cc.
19 : _LL(LL), _radial(R), _p0(p0)
20{
21 if(R < 0) {
22
23 report(
INFO,
"EvtGen") <<
"Radius " <<
R <<
" negative" << endl;
24 assert(0);
25 }
26
28
29
30
31 _F0 = compute(_p0);
32 if(_F0 <= 0) {
33
34 report(
INFO,
"EvtGen") <<
"Invalid nominal form factor computed " << _F0 << endl;
35 assert(0);
36 }
37}
ostream & report(Severity severity, const char *facility)
complex_t R(double Q2, double M2, double G, double Mp2, double Mm2)
◆ EvtBlattWeisskopf() [2/4]
◆ ~EvtBlattWeisskopf() [1/2]
EvtBlattWeisskopf::~EvtBlattWeisskopf |
( |
| ) |
|
◆ EvtBlattWeisskopf() [3/4]
EvtBlattWeisskopf::EvtBlattWeisskopf |
( |
int |
LL, |
|
|
double |
R, |
|
|
double |
p0 |
|
) |
| |
◆ EvtBlattWeisskopf() [4/4]
◆ ~EvtBlattWeisskopf() [2/2]
EvtBlattWeisskopf::~EvtBlattWeisskopf |
( |
| ) |
|
◆ get() [1/2]
double EvtBlattWeisskopf::get |
( |
double |
p | ) |
|
|
inline |
◆ get() [2/2]
double EvtBlattWeisskopf::get |
( |
double |
p | ) |
|
|
inline |
◆ operator()() [1/2]
double EvtBlattWeisskopf::operator() |
( |
double |
p | ) |
const |
◆ operator()() [2/2]
double EvtBlattWeisskopf::operator() |
( |
double |
p | ) |
const |
The documentation for this class was generated from the following files: