MINT2
Public Member Functions | Protected Attributes | List of all members
ResonancePropertiesFitRef Class Reference

#include <ResonancePropertiesFitRef.h>

Inheritance diagram for ResonancePropertiesFitRef:
MINT::FitParDependent MINT::IFitParRegister MINT::PolymorphVector< FitParRef > MINT::IFitParDependent

Public Member Functions

 ResonancePropertiesFitRef (const ResonanceProperties &repo, IFitParRegister *daddy=0)
 
double mass () const
 
double width () const
 
double radius () const
 
double alpha () const
 
double c1 () const
 
double c2 () const
 
double c3 () const
 
double c4 () const
 
double c5 () const
 
double fermiLambda () const
 
double fermiS0 () const
 
double rhoOmegaDelta_Re () const
 
double rhoOmegaDelta_Im () const
 
double fitFlatte_gPi () const
 
double fitFlatte_gK_by_gPi () const
 
double fitBugg_M () const
 
double fitBugg_b1 () const
 
double fitBugg_b2 () const
 
double fitBugg_A () const
 
double fitBugg_g_4pi () const
 
double fitBugg_g_KK () const
 
double fitBugg_g_etaeta () const
 
double fitBugg_alpha () const
 
double fitBugg_sA () const
 
double fitBugg_4pi_lambda () const
 
double fitBugg_4pi_s0 () const
 
double fitModel_independent_Bin_1_Re () const
 
double fitModel_independent_Bin_1_Im () const
 
double fitModel_independent_Bin_2_Re () const
 
double fitModel_independent_Bin_2_Im () const
 
double fitModel_independent_Bin_3_Re () const
 
double fitModel_independent_Bin_3_Im () const
 
double fitModel_independent_Bin_4_Re () const
 
double fitModel_independent_Bin_4_Im () const
 
double fitModel_independent_Bin_5_Re () const
 
double fitModel_independent_Bin_5_Im () const
 
double fitModel_independent_Bin_6_Re () const
 
double fitModel_independent_Bin_6_Im () const
 
double fitModel_independent_Bin_7_Re () const
 
double fitModel_independent_Bin_7_Im () const
 
double fitModel_independent_Bin_8_Re () const
 
double fitModel_independent_Bin_8_Im () const
 
double fitModel_independent_Bin_9_Re () const
 
double fitModel_independent_Bin_9_Im () const
 
double fitModel_independent_Bin_10_Re () const
 
double fitModel_independent_Bin_10_Im () const
 
double fitGLASS_a () const
 
double fitGLASS_r () const
 
double fitGLASS_F () const
 
double fitGLASS_phiF () const
 
double fitGLASS_R () const
 
double fitGLASS_phiR () const
 
double fitGLASS_alpha1 () const
 
double fitGLASS_alpha2 () const
 
double fitGLASS_alpha3 () const
 
int pid () const
 
virtual ~ResonancePropertiesFitRef ()
 
- Public Member Functions inherited from MINT::FitParDependent
virtual unsigned int size () const
 
virtual const FitParRefoperator[] (unsigned int i) const
 
virtual FitParRefoperator[] (unsigned int i)
 
virtual bool changedSinceLastCall () const
 
virtual void rememberFitParValues ()
 
virtual bool registerFitParDependence (const IFitParDependent &fpd)
 
bool registerFitParDependence (const FitParRef &fpr)
 
void removeAllFitParDependencies ()
 
 FitParDependent (IFitParRegister *daddy=0)
 
 FitParDependent (const FitParDependent &other, IFitParRegister *newDaddy=0)
 
void listFitParDependencies (std::ostream &os=std::cout) const
 
- Public Member Functions inherited from MINT::PolymorphVector< FitParRef >
 PolymorphVector ()
 
 PolymorphVector (unsigned int N)
 
 PolymorphVector (unsigned int N, const FitParRef &c)
 
 PolymorphVector (const PolymorphVector &other)
 
 PolymorphVector (const typename std::vector< FitParRef > &other)
 
virtual ~PolymorphVector ()
 
std::vector< FitParRef > & theVector ()
 
const std::vector< FitParRef > & theVector () const
 
FitParRefoperator[] (unsigned int i)
 
const FitParRefoperator[] (unsigned int i) const
 
FitParRefat (unsigned int i)
 
const FitParRefat (unsigned int i) const
 
std::vector< FitParRef >::iterator begin ()
 
std::vector< FitParRef >::const_iterator begin () const
 
std::vector< FitParRef >::iterator end ()
 
std::vector< FitParRef >::const_iterator end () const
 
std::vector< FitParRef >::iterator find (const FitParRef &c)
 
std::vector< FitParRef >::const_iterator find (const FitParRef &c) const
 
FitParReffront ()
 
const FitParReffront () const
 
FitParRefback ()
 
const FitParRefback () const
 
unsigned int size () const
 
bool empty () const
 
void push_back (const FitParRef &c)
 
void pop_back ()
 
void erase (typename std::vector< FitParRef >::iterator pos)
 
void erase (typename std::vector< FitParRef >::iterator first, typename std::vector< FitParRef >::iterator last)
 
PolymorphVector< FitParRef > & operator= (const PolymorphVector< FitParRef > &other)
 
void clear ()
 
void resize (unsigned int N)
 
void resize (unsigned int N, const FitParRef &c)
 
 operator const typename std::vector< FitParRef > & () const
 
 operator typename std::vector< FitParRef > & ()
 
bool operator== (const MINT::PolymorphVector< FitParRef > &v2) const
 
bool operator!= (const MINT::PolymorphVector< FitParRef > &v2) const
 
bool operator< (const MINT::PolymorphVector< FitParRef > &v2) const
 
bool operator> (const MINT::PolymorphVector< FitParRef > &v2) const
 

Protected Attributes

int _pid
 
MINT::FitParRef _fitMass
 
MINT::FitParRef _fitWidth
 
MINT::FitParRef _fitRadius
 
MINT::FitParRef _fitAlpha
 
MINT::FitParRef _fitc1
 
MINT::FitParRef _fitc2
 
MINT::FitParRef _fitc3
 
MINT::FitParRef _fitc4
 
MINT::FitParRef _fitc5
 
MINT::FitParRef _fitFermiLambda
 
MINT::FitParRef _fitFermiS0
 
MINT::FitParRef _fitRhoOmegaDelta_Re
 
MINT::FitParRef _fitRhoOmegaDelta_Im
 
MINT::FitParRef _fitFlatte_gPi
 
MINT::FitParRef _fitFlatte_gK_by_gPi
 
MINT::FitParRef _fitBugg_M
 
MINT::FitParRef _fitBugg_b1
 
MINT::FitParRef _fitBugg_b2
 
MINT::FitParRef _fitBugg_A
 
MINT::FitParRef _fitBugg_g_4pi
 
MINT::FitParRef _fitBugg_g_KK
 
MINT::FitParRef _fitBugg_g_etaeta
 
MINT::FitParRef _fitBugg_alpha
 
MINT::FitParRef _fitBugg_sA
 
MINT::FitParRef _fitBugg_4pi_lambda
 
MINT::FitParRef _fitBugg_4pi_s0
 
MINT::FitParRef _fitModel_independent_Bin_1_Re
 
MINT::FitParRef _fitModel_independent_Bin_1_Im
 
MINT::FitParRef _fitModel_independent_Bin_2_Re
 
MINT::FitParRef _fitModel_independent_Bin_2_Im
 
MINT::FitParRef _fitModel_independent_Bin_3_Re
 
MINT::FitParRef _fitModel_independent_Bin_3_Im
 
MINT::FitParRef _fitModel_independent_Bin_4_Re
 
MINT::FitParRef _fitModel_independent_Bin_4_Im
 
MINT::FitParRef _fitModel_independent_Bin_5_Re
 
MINT::FitParRef _fitModel_independent_Bin_5_Im
 
MINT::FitParRef _fitModel_independent_Bin_6_Re
 
MINT::FitParRef _fitModel_independent_Bin_6_Im
 
MINT::FitParRef _fitModel_independent_Bin_7_Re
 
MINT::FitParRef _fitModel_independent_Bin_7_Im
 
MINT::FitParRef _fitModel_independent_Bin_8_Re
 
MINT::FitParRef _fitModel_independent_Bin_8_Im
 
MINT::FitParRef _fitModel_independent_Bin_9_Re
 
MINT::FitParRef _fitModel_independent_Bin_9_Im
 
MINT::FitParRef _fitModel_independent_Bin_10_Re
 
MINT::FitParRef _fitModel_independent_Bin_10_Im
 
MINT::FitParRef _fitGLASS_a
 
MINT::FitParRef _fitGLASS_r
 
MINT::FitParRef _fitGLASS_F
 
MINT::FitParRef _fitGLASS_phiF
 
MINT::FitParRef _fitGLASS_R
 
MINT::FitParRef _fitGLASS_phiR
 
MINT::FitParRef _fitGLASS_alpha1
 
MINT::FitParRef _fitGLASS_alpha2
 
MINT::FitParRef _fitGLASS_alpha3
 
- Protected Attributes inherited from MINT::PolymorphVector< FitParRef >
std::vector< FitParRef_vec
 

Detailed Description

Definition at line 10 of file ResonancePropertiesFitRef.h.

Constructor & Destructor Documentation

◆ ResonancePropertiesFitRef()

ResonancePropertiesFitRef::ResonancePropertiesFitRef ( const ResonanceProperties repo,
IFitParRegister daddy = 0 
)

Definition at line 8 of file ResonancePropertiesFitRef.cpp.

10  : FitParDependent(daddy)
11  , _fitMass(repo._fitMass, this)
12  , _fitWidth(repo._fitWidth, this)
13  , _fitRadius(repo._fitRadius, this)
14  , _fitAlpha(repo._fitAlpha, this)
15  , _fitc1(repo._fitc1, this)
16  , _fitc2(repo._fitc2, this)
17  , _fitc3(repo._fitc3, this)
18  , _fitc4(repo._fitc4, this)
19  , _fitc5(repo._fitc5, this)
20  , _fitFermiLambda(repo._fitFermiLambda, this)
21  , _fitFermiS0(repo._fitFermiS0, this)
24  , _fitFlatte_gPi(repo._fitFlatte_gPi,this)
26  , _fitBugg_M(repo._fitBugg_M, this)
27  , _fitBugg_b1(repo._fitBugg_b1, this)
28  , _fitBugg_b2(repo._fitBugg_b2, this)
29  , _fitBugg_A(repo._fitBugg_A, this)
30  , _fitBugg_g_4pi(repo._fitBugg_g_4pi, this)
31  , _fitBugg_g_KK(repo._fitBugg_g_KK, this)
33  , _fitBugg_alpha(repo._fitBugg_alpha, this)
34  , _fitBugg_sA(repo._fitBugg_sA, this)
36  , _fitBugg_4pi_s0(repo._fitBugg_4pi_s0, this)
57  , _fitGLASS_a(repo._fitGLASS_a, this)
58  , _fitGLASS_r(repo._fitGLASS_r, this)
59  , _fitGLASS_F(repo._fitGLASS_F, this)
60  , _fitGLASS_phiF(repo._fitGLASS_phiF, this)
61  , _fitGLASS_R(repo._fitGLASS_R, this)
62  , _fitGLASS_phiR(repo._fitGLASS_phiR, this)
66 {
67 }
MINT::FitParameter _fitFermiLambda
MINT::FitParameter _fitModel_independent_Bin_10_Re
FitParDependent(IFitParRegister *daddy=0)
MINT::FitParameter _fitMass
MINT::FitParameter _fitModel_independent_Bin_2_Im
MINT::FitParameter _fitBugg_b1
MINT::FitParRef _fitModel_independent_Bin_5_Im
MINT::FitParameter _fitWidth
MINT::FitParRef _fitModel_independent_Bin_8_Re
MINT::FitParRef _fitModel_independent_Bin_2_Im
MINT::FitParameter _fitModel_independent_Bin_7_Re
MINT::FitParameter _fitRhoOmegaDelta_Re
MINT::FitParRef _fitModel_independent_Bin_7_Re
MINT::FitParameter _fitBugg_g_KK
MINT::FitParameter _fitModel_independent_Bin_5_Im
MINT::FitParameter _fitBugg_4pi_lambda
MINT::FitParameter _fitBugg_alpha
MINT::FitParameter _fitRadius
MINT::FitParameter _fitModel_independent_Bin_1_Re
MINT::FitParameter _fitc5
MINT::FitParameter _fitBugg_g_etaeta
MINT::FitParameter _fitc1
MINT::FitParameter _fitFermiS0
MINT::FitParameter _fitRhoOmegaDelta_Im
MINT::FitParRef _fitModel_independent_Bin_7_Im
MINT::FitParameter _fitGLASS_phiF
MINT::FitParRef _fitModel_independent_Bin_9_Im
MINT::FitParameter _fitGLASS_alpha2
MINT::FitParameter _fitModel_independent_Bin_8_Re
MINT::FitParameter _fitModel_independent_Bin_9_Re
MINT::FitParameter _fitc3
MINT::FitParRef _fitModel_independent_Bin_8_Im
MINT::FitParRef _fitModel_independent_Bin_3_Im
MINT::FitParRef _fitModel_independent_Bin_10_Im
MINT::FitParameter _fitGLASS_alpha1
MINT::FitParameter _fitModel_independent_Bin_4_Im
MINT::FitParameter _fitBugg_b2
MINT::FitParameter _fitModel_independent_Bin_3_Im
MINT::FitParameter _fitModel_independent_Bin_6_Re
MINT::FitParameter _fitModel_independent_Bin_2_Re
MINT::FitParameter _fitBugg_A
MINT::FitParRef _fitModel_independent_Bin_9_Re
MINT::FitParameter _fitModel_independent_Bin_4_Re
MINT::FitParRef _fitModel_independent_Bin_6_Im
MINT::FitParRef _fitModel_independent_Bin_5_Re
MINT::FitParameter _fitModel_independent_Bin_7_Im
MINT::FitParameter _fitFlatte_gPi
MINT::FitParRef _fitModel_independent_Bin_1_Re
MINT::FitParameter _fitGLASS_phiR
MINT::FitParRef _fitModel_independent_Bin_10_Re
MINT::FitParameter _fitBugg_4pi_s0
MINT::FitParameter _fitGLASS_a
MINT::FitParameter _fitc4
MINT::FitParameter _fitModel_independent_Bin_3_Re
MINT::FitParameter _fitBugg_g_4pi
MINT::FitParameter _fitModel_independent_Bin_1_Im
MINT::FitParameter _fitGLASS_R
MINT::FitParameter _fitModel_independent_Bin_8_Im
MINT::FitParameter _fitGLASS_r
MINT::FitParameter _fitBugg_sA
MINT::FitParameter _fitAlpha
MINT::FitParameter _fitc2
MINT::FitParRef _fitModel_independent_Bin_4_Re
MINT::FitParameter _fitModel_independent_Bin_5_Re
MINT::FitParRef _fitModel_independent_Bin_6_Re
MINT::FitParameter _fitModel_independent_Bin_9_Im
MINT::FitParameter _fitBugg_M
MINT::FitParRef _fitModel_independent_Bin_2_Re
MINT::FitParameter _fitGLASS_alpha3
MINT::FitParameter _fitGLASS_F
MINT::FitParameter _fitModel_independent_Bin_10_Im
MINT::FitParameter _fitFlatte_gK_by_gPi
MINT::FitParRef _fitModel_independent_Bin_4_Im
MINT::FitParRef _fitModel_independent_Bin_3_Re
MINT::FitParameter _fitModel_independent_Bin_6_Im
MINT::FitParRef _fitModel_independent_Bin_1_Im

◆ ~ResonancePropertiesFitRef()

virtual ResonancePropertiesFitRef::~ResonancePropertiesFitRef ( )
inlinevirtual

Definition at line 135 of file ResonancePropertiesFitRef.h.

135 {}

Member Function Documentation

◆ alpha()

double ResonancePropertiesFitRef::alpha ( ) const
inline

Definition at line 78 of file ResonancePropertiesFitRef.h.

78 {return _fitAlpha;}

◆ c1()

double ResonancePropertiesFitRef::c1 ( ) const
inline

Definition at line 79 of file ResonancePropertiesFitRef.h.

79 {return _fitc1;}

◆ c2()

double ResonancePropertiesFitRef::c2 ( ) const
inline

Definition at line 80 of file ResonancePropertiesFitRef.h.

80 {return _fitc2;}

◆ c3()

double ResonancePropertiesFitRef::c3 ( ) const
inline

Definition at line 81 of file ResonancePropertiesFitRef.h.

81 {return _fitc3;}

◆ c4()

double ResonancePropertiesFitRef::c4 ( ) const
inline

Definition at line 82 of file ResonancePropertiesFitRef.h.

82 {return _fitc4;}

◆ c5()

double ResonancePropertiesFitRef::c5 ( ) const
inline

Definition at line 83 of file ResonancePropertiesFitRef.h.

83 {return _fitc5;}

◆ fermiLambda()

double ResonancePropertiesFitRef::fermiLambda ( ) const
inline

Definition at line 85 of file ResonancePropertiesFitRef.h.

85 {return _fitFermiLambda;}

◆ fermiS0()

double ResonancePropertiesFitRef::fermiS0 ( ) const
inline

Definition at line 86 of file ResonancePropertiesFitRef.h.

86 {return _fitFermiS0;}

◆ fitBugg_4pi_lambda()

double ResonancePropertiesFitRef::fitBugg_4pi_lambda ( ) const
inline

Definition at line 100 of file ResonancePropertiesFitRef.h.

100 {return _fitBugg_4pi_lambda;}

◆ fitBugg_4pi_s0()

double ResonancePropertiesFitRef::fitBugg_4pi_s0 ( ) const
inline

Definition at line 101 of file ResonancePropertiesFitRef.h.

101 {return _fitBugg_4pi_s0;}

◆ fitBugg_A()

double ResonancePropertiesFitRef::fitBugg_A ( ) const
inline

Definition at line 94 of file ResonancePropertiesFitRef.h.

94 {return _fitBugg_A;}

◆ fitBugg_alpha()

double ResonancePropertiesFitRef::fitBugg_alpha ( ) const
inline

Definition at line 98 of file ResonancePropertiesFitRef.h.

98 {return _fitBugg_alpha;}

◆ fitBugg_b1()

double ResonancePropertiesFitRef::fitBugg_b1 ( ) const
inline

Definition at line 92 of file ResonancePropertiesFitRef.h.

92 {return _fitBugg_b1;}

◆ fitBugg_b2()

double ResonancePropertiesFitRef::fitBugg_b2 ( ) const
inline

Definition at line 93 of file ResonancePropertiesFitRef.h.

93 {return _fitBugg_b2;}

◆ fitBugg_g_4pi()

double ResonancePropertiesFitRef::fitBugg_g_4pi ( ) const
inline

Definition at line 95 of file ResonancePropertiesFitRef.h.

95 {return _fitBugg_g_4pi;}

◆ fitBugg_g_etaeta()

double ResonancePropertiesFitRef::fitBugg_g_etaeta ( ) const
inline

Definition at line 97 of file ResonancePropertiesFitRef.h.

97 {return _fitBugg_g_etaeta;}

◆ fitBugg_g_KK()

double ResonancePropertiesFitRef::fitBugg_g_KK ( ) const
inline

Definition at line 96 of file ResonancePropertiesFitRef.h.

96 {return _fitBugg_g_KK;}

◆ fitBugg_M()

double ResonancePropertiesFitRef::fitBugg_M ( ) const
inline

Definition at line 91 of file ResonancePropertiesFitRef.h.

91 {return _fitBugg_M;}

◆ fitBugg_sA()

double ResonancePropertiesFitRef::fitBugg_sA ( ) const
inline

Definition at line 99 of file ResonancePropertiesFitRef.h.

99 {return _fitBugg_sA;}

◆ fitFlatte_gK_by_gPi()

double ResonancePropertiesFitRef::fitFlatte_gK_by_gPi ( ) const
inline

Definition at line 90 of file ResonancePropertiesFitRef.h.

90 {return _fitFlatte_gK_by_gPi;}

◆ fitFlatte_gPi()

double ResonancePropertiesFitRef::fitFlatte_gPi ( ) const
inline

Definition at line 89 of file ResonancePropertiesFitRef.h.

89 {return _fitFlatte_gPi;}

◆ fitGLASS_a()

double ResonancePropertiesFitRef::fitGLASS_a ( ) const
inline

Definition at line 123 of file ResonancePropertiesFitRef.h.

123 {return _fitGLASS_a;}

◆ fitGLASS_alpha1()

double ResonancePropertiesFitRef::fitGLASS_alpha1 ( ) const
inline

Definition at line 129 of file ResonancePropertiesFitRef.h.

129 {return _fitGLASS_alpha1;}

◆ fitGLASS_alpha2()

double ResonancePropertiesFitRef::fitGLASS_alpha2 ( ) const
inline

Definition at line 130 of file ResonancePropertiesFitRef.h.

130 {return _fitGLASS_alpha2;}

◆ fitGLASS_alpha3()

double ResonancePropertiesFitRef::fitGLASS_alpha3 ( ) const
inline

Definition at line 131 of file ResonancePropertiesFitRef.h.

131 {return _fitGLASS_alpha3;}

◆ fitGLASS_F()

double ResonancePropertiesFitRef::fitGLASS_F ( ) const
inline

Definition at line 125 of file ResonancePropertiesFitRef.h.

125 {return _fitGLASS_F;}

◆ fitGLASS_phiF()

double ResonancePropertiesFitRef::fitGLASS_phiF ( ) const
inline

Definition at line 126 of file ResonancePropertiesFitRef.h.

126 {return _fitGLASS_phiF;}

◆ fitGLASS_phiR()

double ResonancePropertiesFitRef::fitGLASS_phiR ( ) const
inline

Definition at line 128 of file ResonancePropertiesFitRef.h.

128 {return _fitGLASS_phiR;}

◆ fitGLASS_r()

double ResonancePropertiesFitRef::fitGLASS_r ( ) const
inline

Definition at line 124 of file ResonancePropertiesFitRef.h.

124 {return _fitGLASS_r;}

◆ fitGLASS_R()

double ResonancePropertiesFitRef::fitGLASS_R ( ) const
inline

Definition at line 127 of file ResonancePropertiesFitRef.h.

127 {return _fitGLASS_R;}

◆ fitModel_independent_Bin_10_Im()

double ResonancePropertiesFitRef::fitModel_independent_Bin_10_Im ( ) const
inline

Definition at line 121 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_10_Re()

double ResonancePropertiesFitRef::fitModel_independent_Bin_10_Re ( ) const
inline

Definition at line 120 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_1_Im()

double ResonancePropertiesFitRef::fitModel_independent_Bin_1_Im ( ) const
inline

Definition at line 103 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_1_Re()

double ResonancePropertiesFitRef::fitModel_independent_Bin_1_Re ( ) const
inline

Definition at line 102 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_2_Im()

double ResonancePropertiesFitRef::fitModel_independent_Bin_2_Im ( ) const
inline

Definition at line 105 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_2_Re()

double ResonancePropertiesFitRef::fitModel_independent_Bin_2_Re ( ) const
inline

Definition at line 104 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_3_Im()

double ResonancePropertiesFitRef::fitModel_independent_Bin_3_Im ( ) const
inline

Definition at line 107 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_3_Re()

double ResonancePropertiesFitRef::fitModel_independent_Bin_3_Re ( ) const
inline

Definition at line 106 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_4_Im()

double ResonancePropertiesFitRef::fitModel_independent_Bin_4_Im ( ) const
inline

Definition at line 109 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_4_Re()

double ResonancePropertiesFitRef::fitModel_independent_Bin_4_Re ( ) const
inline

Definition at line 108 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_5_Im()

double ResonancePropertiesFitRef::fitModel_independent_Bin_5_Im ( ) const
inline

Definition at line 111 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_5_Re()

double ResonancePropertiesFitRef::fitModel_independent_Bin_5_Re ( ) const
inline

Definition at line 110 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_6_Im()

double ResonancePropertiesFitRef::fitModel_independent_Bin_6_Im ( ) const
inline

Definition at line 113 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_6_Re()

double ResonancePropertiesFitRef::fitModel_independent_Bin_6_Re ( ) const
inline

Definition at line 112 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_7_Im()

double ResonancePropertiesFitRef::fitModel_independent_Bin_7_Im ( ) const
inline

Definition at line 115 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_7_Re()

double ResonancePropertiesFitRef::fitModel_independent_Bin_7_Re ( ) const
inline

Definition at line 114 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_8_Im()

double ResonancePropertiesFitRef::fitModel_independent_Bin_8_Im ( ) const
inline

Definition at line 117 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_8_Re()

double ResonancePropertiesFitRef::fitModel_independent_Bin_8_Re ( ) const
inline

Definition at line 116 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_9_Im()

double ResonancePropertiesFitRef::fitModel_independent_Bin_9_Im ( ) const
inline

Definition at line 119 of file ResonancePropertiesFitRef.h.

◆ fitModel_independent_Bin_9_Re()

double ResonancePropertiesFitRef::fitModel_independent_Bin_9_Re ( ) const
inline

Definition at line 118 of file ResonancePropertiesFitRef.h.

◆ mass()

double ResonancePropertiesFitRef::mass ( ) const
inline

Definition at line 75 of file ResonancePropertiesFitRef.h.

75 {return _fitMass;}

◆ pid()

int ResonancePropertiesFitRef::pid ( ) const
inline

Definition at line 133 of file ResonancePropertiesFitRef.h.

◆ radius()

double ResonancePropertiesFitRef::radius ( ) const
inline

Definition at line 77 of file ResonancePropertiesFitRef.h.

77 {return _fitRadius;}

◆ rhoOmegaDelta_Im()

double ResonancePropertiesFitRef::rhoOmegaDelta_Im ( ) const
inline

Definition at line 88 of file ResonancePropertiesFitRef.h.

◆ rhoOmegaDelta_Re()

double ResonancePropertiesFitRef::rhoOmegaDelta_Re ( ) const
inline

Definition at line 87 of file ResonancePropertiesFitRef.h.

◆ width()

double ResonancePropertiesFitRef::width ( ) const
inline

Definition at line 76 of file ResonancePropertiesFitRef.h.

76 {return _fitWidth;}

Member Data Documentation

◆ _fitAlpha

MINT::FitParRef ResonancePropertiesFitRef::_fitAlpha
protected

Definition at line 16 of file ResonancePropertiesFitRef.h.

◆ _fitBugg_4pi_lambda

MINT::FitParRef ResonancePropertiesFitRef::_fitBugg_4pi_lambda
protected

Definition at line 38 of file ResonancePropertiesFitRef.h.

◆ _fitBugg_4pi_s0

MINT::FitParRef ResonancePropertiesFitRef::_fitBugg_4pi_s0
protected

Definition at line 39 of file ResonancePropertiesFitRef.h.

◆ _fitBugg_A

MINT::FitParRef ResonancePropertiesFitRef::_fitBugg_A
protected

Definition at line 32 of file ResonancePropertiesFitRef.h.

◆ _fitBugg_alpha

MINT::FitParRef ResonancePropertiesFitRef::_fitBugg_alpha
protected

Definition at line 36 of file ResonancePropertiesFitRef.h.

◆ _fitBugg_b1

MINT::FitParRef ResonancePropertiesFitRef::_fitBugg_b1
protected

Definition at line 30 of file ResonancePropertiesFitRef.h.

◆ _fitBugg_b2

MINT::FitParRef ResonancePropertiesFitRef::_fitBugg_b2
protected

Definition at line 31 of file ResonancePropertiesFitRef.h.

◆ _fitBugg_g_4pi

MINT::FitParRef ResonancePropertiesFitRef::_fitBugg_g_4pi
protected

Definition at line 33 of file ResonancePropertiesFitRef.h.

◆ _fitBugg_g_etaeta

MINT::FitParRef ResonancePropertiesFitRef::_fitBugg_g_etaeta
protected

Definition at line 35 of file ResonancePropertiesFitRef.h.

◆ _fitBugg_g_KK

MINT::FitParRef ResonancePropertiesFitRef::_fitBugg_g_KK
protected

Definition at line 34 of file ResonancePropertiesFitRef.h.

◆ _fitBugg_M

MINT::FitParRef ResonancePropertiesFitRef::_fitBugg_M
protected

Definition at line 29 of file ResonancePropertiesFitRef.h.

◆ _fitBugg_sA

MINT::FitParRef ResonancePropertiesFitRef::_fitBugg_sA
protected

Definition at line 37 of file ResonancePropertiesFitRef.h.

◆ _fitc1

MINT::FitParRef ResonancePropertiesFitRef::_fitc1
protected

Definition at line 17 of file ResonancePropertiesFitRef.h.

◆ _fitc2

MINT::FitParRef ResonancePropertiesFitRef::_fitc2
protected

Definition at line 18 of file ResonancePropertiesFitRef.h.

◆ _fitc3

MINT::FitParRef ResonancePropertiesFitRef::_fitc3
protected

Definition at line 19 of file ResonancePropertiesFitRef.h.

◆ _fitc4

MINT::FitParRef ResonancePropertiesFitRef::_fitc4
protected

Definition at line 20 of file ResonancePropertiesFitRef.h.

◆ _fitc5

MINT::FitParRef ResonancePropertiesFitRef::_fitc5
protected

Definition at line 21 of file ResonancePropertiesFitRef.h.

◆ _fitFermiLambda

MINT::FitParRef ResonancePropertiesFitRef::_fitFermiLambda
protected

Definition at line 23 of file ResonancePropertiesFitRef.h.

◆ _fitFermiS0

MINT::FitParRef ResonancePropertiesFitRef::_fitFermiS0
protected

Definition at line 24 of file ResonancePropertiesFitRef.h.

◆ _fitFlatte_gK_by_gPi

MINT::FitParRef ResonancePropertiesFitRef::_fitFlatte_gK_by_gPi
protected

Definition at line 28 of file ResonancePropertiesFitRef.h.

◆ _fitFlatte_gPi

MINT::FitParRef ResonancePropertiesFitRef::_fitFlatte_gPi
protected

Definition at line 27 of file ResonancePropertiesFitRef.h.

◆ _fitGLASS_a

MINT::FitParRef ResonancePropertiesFitRef::_fitGLASS_a
protected

Definition at line 61 of file ResonancePropertiesFitRef.h.

◆ _fitGLASS_alpha1

MINT::FitParRef ResonancePropertiesFitRef::_fitGLASS_alpha1
protected

Definition at line 67 of file ResonancePropertiesFitRef.h.

◆ _fitGLASS_alpha2

MINT::FitParRef ResonancePropertiesFitRef::_fitGLASS_alpha2
protected

Definition at line 68 of file ResonancePropertiesFitRef.h.

◆ _fitGLASS_alpha3

MINT::FitParRef ResonancePropertiesFitRef::_fitGLASS_alpha3
protected

Definition at line 69 of file ResonancePropertiesFitRef.h.

◆ _fitGLASS_F

MINT::FitParRef ResonancePropertiesFitRef::_fitGLASS_F
protected

Definition at line 63 of file ResonancePropertiesFitRef.h.

◆ _fitGLASS_phiF

MINT::FitParRef ResonancePropertiesFitRef::_fitGLASS_phiF
protected

Definition at line 64 of file ResonancePropertiesFitRef.h.

◆ _fitGLASS_phiR

MINT::FitParRef ResonancePropertiesFitRef::_fitGLASS_phiR
protected

Definition at line 66 of file ResonancePropertiesFitRef.h.

◆ _fitGLASS_r

MINT::FitParRef ResonancePropertiesFitRef::_fitGLASS_r
protected

Definition at line 62 of file ResonancePropertiesFitRef.h.

◆ _fitGLASS_R

MINT::FitParRef ResonancePropertiesFitRef::_fitGLASS_R
protected

Definition at line 65 of file ResonancePropertiesFitRef.h.

◆ _fitMass

MINT::FitParRef ResonancePropertiesFitRef::_fitMass
protected

Definition at line 13 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_10_Im

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_10_Im
protected

Definition at line 59 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_10_Re

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_10_Re
protected

Definition at line 58 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_1_Im

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_1_Im
protected

Definition at line 41 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_1_Re

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_1_Re
protected

Definition at line 40 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_2_Im

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_2_Im
protected

Definition at line 43 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_2_Re

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_2_Re
protected

Definition at line 42 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_3_Im

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_3_Im
protected

Definition at line 45 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_3_Re

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_3_Re
protected

Definition at line 44 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_4_Im

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_4_Im
protected

Definition at line 47 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_4_Re

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_4_Re
protected

Definition at line 46 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_5_Im

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_5_Im
protected

Definition at line 49 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_5_Re

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_5_Re
protected

Definition at line 48 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_6_Im

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_6_Im
protected

Definition at line 51 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_6_Re

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_6_Re
protected

Definition at line 50 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_7_Im

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_7_Im
protected

Definition at line 53 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_7_Re

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_7_Re
protected

Definition at line 52 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_8_Im

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_8_Im
protected

Definition at line 55 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_8_Re

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_8_Re
protected

Definition at line 54 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_9_Im

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_9_Im
protected

Definition at line 57 of file ResonancePropertiesFitRef.h.

◆ _fitModel_independent_Bin_9_Re

MINT::FitParRef ResonancePropertiesFitRef::_fitModel_independent_Bin_9_Re
protected

Definition at line 56 of file ResonancePropertiesFitRef.h.

◆ _fitRadius

MINT::FitParRef ResonancePropertiesFitRef::_fitRadius
protected

Definition at line 15 of file ResonancePropertiesFitRef.h.

◆ _fitRhoOmegaDelta_Im

MINT::FitParRef ResonancePropertiesFitRef::_fitRhoOmegaDelta_Im
protected

Definition at line 26 of file ResonancePropertiesFitRef.h.

◆ _fitRhoOmegaDelta_Re

MINT::FitParRef ResonancePropertiesFitRef::_fitRhoOmegaDelta_Re
protected

Definition at line 25 of file ResonancePropertiesFitRef.h.

◆ _fitWidth

MINT::FitParRef ResonancePropertiesFitRef::_fitWidth
protected

Definition at line 14 of file ResonancePropertiesFitRef.h.

◆ _pid

int ResonancePropertiesFitRef::_pid
protected

Definition at line 12 of file ResonancePropertiesFitRef.h.


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