ComPWA
Common Partial-Wave-Analysis Framework
ComPWA::Physics::Dynamics::InputInfo Struct Reference

#include <RelativisticBreitWigner.hpp>

Public Attributes

std::string Type
 
unsigned int L
 Orbital Angular Momentum between two daughters in Resonance decay. More...
 
std::pair< std::shared_ptr< ComPWA::FunctionTree::Value< std::vector< double > > >, std::shared_ptr< ComPWA::FunctionTree::Value< std::vector< double > > > > DaughterInvariantMasses
 Invariant Masses of daughter particles. More...
 
std::shared_ptr< ComPWA::FunctionTree::FitParameterMass
 Resonance mass. More...
 
std::shared_ptr< ComPWA::FunctionTree::FitParameterMesonRadius
 Meson radius of resonant state. More...
 
std::shared_ptr< FormFactorFormFactorFunctor
 Form factor function object. More...
 

Detailed Description

Definition at line 18 of file RelativisticBreitWigner.hpp.

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

Member Data Documentation

◆ DaughterInvariantMasses

std::pair<std::shared_ptr<ComPWA::FunctionTree::Value<std::vector<double> > >, std::shared_ptr<ComPWA::FunctionTree::Value<std::vector<double> > > > ComPWA::Physics::Dynamics::InputInfo::DaughterInvariantMasses

Invariant Masses of daughter particles.

Definition at line 25 of file RelativisticBreitWigner.hpp.

◆ FormFactorFunctor

std::shared_ptr<FormFactor> ComPWA::Physics::Dynamics::InputInfo::FormFactorFunctor

Form factor function object.

Definition at line 32 of file RelativisticBreitWigner.hpp.

◆ L

unsigned int ComPWA::Physics::Dynamics::InputInfo::L

Orbital Angular Momentum between two daughters in Resonance decay.

Definition at line 21 of file RelativisticBreitWigner.hpp.

◆ Mass

std::shared_ptr<ComPWA::FunctionTree::FitParameter> ComPWA::Physics::Dynamics::InputInfo::Mass

Resonance mass.

Definition at line 27 of file RelativisticBreitWigner.hpp.

◆ MesonRadius

std::shared_ptr<ComPWA::FunctionTree::FitParameter> ComPWA::Physics::Dynamics::InputInfo::MesonRadius

Meson radius of resonant state.

Definition at line 30 of file RelativisticBreitWigner.hpp.

◆ Type

std::string ComPWA::Physics::Dynamics::InputInfo::Type

Definition at line 19 of file RelativisticBreitWigner.hpp.


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