|
Laura++
v2r2p1
A maximum likelihood fitting package for performing Dalitz-plot analysis.
|
Class for defining the Flatte resonance model.
More...
#include <LauFlatteRes.hh>
|
| LauFlatteRes (TString resName, Double_t resMass, Double_t resWidth, Int_t resSpin, Int_t resCharge, Int_t resPairAmpInt, const LauDaughters *daughters) |
| Constructor. More...
|
|
virtual | ~LauFlatteRes () |
| Destructor. More...
|
|
virtual void | initialise () |
| Initialise the model. More...
|
|
virtual
LauAbsResonance::LauResonanceModel | getResonanceModel () const |
| Get the resonance model type. More...
|
|
virtual void | setResonanceParameter (const TString &name, const Double_t value) |
| Set value of a resonance parameter. More...
|
|
| LauAbsResonance (const TString &resName, Double_t resMass, Double_t resWidth, Int_t resSpin, Int_t resCharge, Int_t resPairAmpInt, const LauDaughters *daughters) |
| Constructor. More...
|
|
virtual | ~LauAbsResonance () |
| Destructor. More...
|
|
virtual LauComplex | amplitude (const LauKinematics *kinematics) |
| Calculate the complex amplitude. More...
|
|
const TString & | getResonanceName () const |
| Get the name of the resonance. More...
|
|
Int_t | getPairInt () const |
| Get the integer to identify which DP axis the resonance belongs to. More...
|
|
Int_t | getSpin () const |
| Get the spin of the resonance. More...
|
|
Int_t | getCharge () const |
| Get the charge of the resonance. More...
|
|
Double_t | getMass () const |
| Get the mass of the resonance. More...
|
|
Double_t | getWidth () const |
| Get the width of the resonance. More...
|
|
Bool_t | flipHelicity () const |
| Get the helicity flip flag. More...
|
|
void | flipHelicity (Bool_t boolean) |
| Set the helicity flip flag. More...
|
|
Bool_t | ignoreMomenta () const |
| Get the ignore momenta flag. More...
|
|
void | ignoreMomenta (Bool_t boolean) |
| Set the ignore p_ and q_ flag. More...
|
|
void | changeResonance (const Double_t newMass, const Double_t newWidth, const Int_t newSpin) |
| Allow the mass, width and spin of the resonance to be changed. More...
|
|
virtual void | setBarrierRadii (const Double_t resRadius, const Double_t parRadius, const BarrierType type) |
| Set the form factor model and parameters. More...
|
|
|
enum | LauResonanceModel {
BW,
RelBW,
GS,
Flatte,
Sigma,
Kappa,
Dabba,
LASS,
LASS_BW,
LASS_NR,
KMatrix,
FlatNR,
NRModel,
BelleNR,
PowerLawNR,
BelleSymNR,
TaylorNR,
PolNR
} |
| Define the allowed resonance types. More...
|
|
enum | BarrierType { BWBarrier,
BWPrimeBarrier,
ExpBarrier
} |
| Define the allowed types of barrier factors. More...
|
|
Class for defining the Flatte resonance model.
Class for defining the Flatte resonance model. For use with the f_0(980) resonance.
Definition at line 31 of file LauFlatteRes.hh.
Define allowed types.
Enumerator |
---|
FlattePi |
|
FlatteK |
|
Definition at line 108 of file LauFlatteRes.hh.
LauFlatteRes::LauFlatteRes |
( |
TString |
resName, |
|
|
Double_t |
resMass, |
|
|
Double_t |
resWidth, |
|
|
Int_t |
resSpin, |
|
|
Int_t |
resCharge, |
|
|
Int_t |
resPairAmpInt, |
|
|
const LauDaughters * |
daughters |
|
) |
| |
Constructor.
- Parameters
-
[in] | resName | the name of the resonance |
[in] | resMass | the mass of the resonance |
[in] | resWidth | the width of the resonance |
[in] | resSpin | the spin of the resonance |
[in] | resCharge | the charge of the resonance |
[in] | resPairAmpInt | the number of the daughter not produced by the resonance |
[in] | daughters | the daughter particles |
Definition at line 23 of file LauFlatteRes.cc.
LauFlatteRes::~LauFlatteRes |
( |
| ) |
|
|
virtual |
Double_t LauFlatteRes::getg1Parameter |
( |
| ) |
const |
|
inlineprotected |
Get the g1 parameter.
- Returns
- constant factor g1
Definition at line 72 of file LauFlatteRes.hh.
Double_t LauFlatteRes::getg2Parameter |
( |
| ) |
const |
|
inlineprotected |
Get the g2 parameter.
- Returns
- constant factor g2
Definition at line 78 of file LauFlatteRes.hh.
void LauFlatteRes::initialise |
( |
| ) |
|
|
virtual |
LauComplex LauFlatteRes::resAmp |
( |
Double_t |
mass, |
|
|
Double_t |
spinTerm |
|
) |
| |
|
protectedvirtual |
Complex resonant amplitude.
- Parameters
-
[in] | mass | appropriate invariant mass for the resonance |
[in] | spinTerm | Zemach spin term |
Implements LauAbsResonance.
Definition at line 90 of file LauFlatteRes.cc.
void LauFlatteRes::setg1Parameter |
( |
Double_t |
g1 | ) |
|
|
inlineprotected |
void LauFlatteRes::setg2Parameter |
( |
Double_t |
g2 | ) |
|
|
inlineprotected |
void LauFlatteRes::setGFactors |
( |
Double_t |
g1, |
|
|
Double_t |
g2 |
|
) |
| |
|
protected |
Set the constant g factors.
- Parameters
-
[in] | g1 | gPiPi factor |
[in] | g2 | gKK factor |
Definition at line 69 of file LauFlatteRes.cc.
void LauFlatteRes::setResonanceParameter |
( |
const TString & |
name, |
|
|
const Double_t |
value |
|
) |
| |
|
virtual |
Set value of a resonance parameter.
- Parameters
-
[in] | name | the name of the parameter to be changed |
[in] | value | the new parameter value |
Reimplemented from LauAbsResonance.
Definition at line 75 of file LauFlatteRes.cc.
Double_t LauFlatteRes::g1_ |
|
private |
Constant factor (default value from BES data)
Definition at line 113 of file LauFlatteRes.hh.
Double_t LauFlatteRes::g2_ |
|
private |
Constant factor (default value from BES data)
Definition at line 115 of file LauFlatteRes.hh.
Double_t LauFlatteRes::mSumSq0_ |
|
private |
Double_t LauFlatteRes::mSumSq1_ |
|
private |
Double_t LauFlatteRes::mSumSq2_ |
|
private |
Double_t LauFlatteRes::mSumSq3_ |
|
private |
Double_t LauFlatteRes::resMassSq_ |
|
private |
The documentation for this class was generated from the following files:
|