|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
#include <BVFFCalculator.h>


Public Member Functions | |
| BVFFCalculator ()=default | |
| BVFFCalculator (int B_id, int V_id, std::shared_ptr< IObsParameterProxy< ParamId, DataType, std::string, LhaID > > iobspp_sm, BV_FF_Src src=BV_FF_Src::BSZ_SR_LAT) | |
| complex_t | z (double t, double t_p, double t_0) |
| double | E (double q2) |
| double | get (BV_FF a, double q2) override |
Public Member Functions inherited from IFFCalculator< BV_FF > | |
| virtual | ~IFFCalculator ()=default |
Definition at line 11 of file BVFFCalculator.h.
|
default |
| BVFFCalculator::BVFFCalculator | ( | int | B_id, |
| int | V_id, | ||
| std::shared_ptr< IObsParameterProxy< ParamId, DataType, std::string, LhaID > > | iobspp_sm, | ||
| BV_FF_Src | src = BV_FF_Src::BSZ_SR_LAT |
||
| ) |
Definition at line 3 of file BVFFCalculator.cpp.
| double BVFFCalculator::E | ( | double | q2 | ) |
Definition at line 90 of file BVFFCalculator.cpp.
|
overridevirtual |
Implements IFFCalculator< BV_FF >.
Definition at line 34 of file BVFFCalculator.cpp.
| complex_t BVFFCalculator::z | ( | double | t, |
| double | t_p, | ||
| double | t_0 | ||
| ) |
Definition at line 28 of file BVFFCalculator.cpp.