22#include "EvtGenBase/EvtPatches.hh"
23#include "EvtGenModels/EvtPFermi.hh"
56 double x = kplus/(_mB-_mb);
58 if (
x >= 1)
return 0;
59 if ( kplus <= -_mb)
return 0;
61 FKplus = pow(1-
x,_a)*
exp((1+_a)*
x);
EvtComplex exp(const EvtComplex &c)
EvtPFermi(const double &a, const double &mB, const double &mb)
double getFPFermi(const double &kplus)