ComPWA
Common Partial-Wave-Analysis Framework
|
Defines interface for form factors It should be noted that when exchanging various form factor implementations in the code, no correctness of the mathematical description is guaranteed. More...
#include <FormFactor.hpp>
Public Member Functions | |
virtual double | operator() (double QSquared, unsigned int L, double MesonRadius) const =0 |
virtual std::string | getName () const =0 |
Defines interface for form factors It should be noted that when exchanging various form factor implementations in the code, no correctness of the mathematical description is guaranteed.
Definition at line 102 of file FormFactor.hpp.
|
pure virtual |
|
pure virtual |