ComPWA
Common Partial-Wave-Analysis Framework
ComPWA::Physics::Dynamics::FormFactor Class Referenceabstract

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
 

Detailed Description

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.

+ Inheritance diagram for ComPWA::Physics::Dynamics::FormFactor:
+ Collaboration diagram for ComPWA::Physics::Dynamics::FormFactor:

Member Function Documentation

◆ getName()

virtual std::string ComPWA::Physics::Dynamics::FormFactor::getName ( ) const
pure virtual

◆ operator()()

virtual double ComPWA::Physics::Dynamics::FormFactor::operator() ( double  QSquared,
unsigned int  L,
double  MesonRadius 
) const
pure virtual

The documentation for this class was generated from the following file: