ComPWA
Common Partial-Wave-Analysis Framework
FormFactor.hpp File Reference
#include <complex>
#include <exception>
#include "Core/FunctionTree/Functions.hpp"
#include "Core/FunctionTree/TreeNode.hpp"
+ Include dependency graph for FormFactor.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ComPWA::Physics::Dynamics::FormFactor
 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...
 
class  ComPWA::Physics::Dynamics::NoFormFactor
 
class  ComPWA::Physics::Dynamics::BlattWeisskopfFormFactor
 Blatt-Weisskopf form factors with normalization F(x=mR) = 1. More...
 
class  ComPWA::Physics::Dynamics::CrystalBarrelFormFactor
 Form factor for a0(980) used by Crystal Barrel (Phys.Rev.D78-074023) More...
 
class  ComPWA::Physics::Dynamics::FormFactorStrategy
 

Namespaces

 ComPWA
 
 ComPWA::Physics
 
 ComPWA::Physics::Dynamics
 

Functions

double ComPWA::Physics::Dynamics::qSquared (double S, double sqrtSA, double sqrtSB)
 Calculate Break-up momentum squared. More...
 
double ComPWA::Physics::Dynamics::phspFactor (double sqrtS, double ma, double mb)
 
std::complex< double > ComPWA::Physics::Dynamics::phspFactorAC (double sqrtS, double ma, double mb)
 Two body phsp factor. More...
 
std::complex< double > ComPWA::Physics::Dynamics::qValueAC (double sqrtS, double ma, double mb)
 Calculate Break-up momentum. More...
 
std::shared_ptr< ComPWA::FunctionTree::TreeNodeComPWA::Physics::Dynamics::createFunctionTree (std::shared_ptr< ComPWA::FunctionTree::Value< std::vector< double >>> InvMassSquaredDaughter1, std::shared_ptr< ComPWA::FunctionTree::Value< std::vector< double >>> InvMassSquaredDaughter2, std::shared_ptr< ComPWA::FunctionTree::FitParameter > MesonRadius, unsigned int L, std::shared_ptr< FormFactor > FormFactorFunctor, std::shared_ptr< ComPWA::FunctionTree::Value< std::vector< double >>> InvMassSquared)