|
Laura++
v2r1
A maximum likelihood fitting package for performing Dalitz-plot analysis.
|
Class for defining the Sigma resonance model.
More...
#include <LauSigmaRes.hh>
|
| LauSigmaRes (TString resName, Double_t resMass, Double_t resWidth, Int_t resSpin, Int_t resCharge, Int_t resPairAmpInt, const LauDaughters *daughters) |
| Constructor. More...
|
|
virtual | ~LauSigmaRes () |
| Destructor. More...
|
|
virtual void | initialise () |
| Initialise the model. More...
|
|
virtual
LauAbsResonance::LauResonanceModel | getResonanceModel () const |
| Get the resonance model type. More...
|
|
void | setConstants (Double_t b1, Double_t b2, Double_t A, Double_t m0) |
| Set the parameter values. 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 (Double_t newMass, Double_t newWidth, Int_t newSpin) |
| Allow the mass, width and spin of the resonance to be changed. More...
|
|
virtual void | setResonanceParameter (Double_t value, const TString &name) |
| Set the updated parameters from changeResonance. More...
|
|
|
enum | LauResonanceModel {
BW,
RelBW,
GS,
Flatte,
Sigma,
Kappa,
Dabba,
LASS,
LASS_BW,
LASS_NR,
KMatrix,
FlatNR,
NRModel,
BelleNR,
PolNR
} |
| Define the allowed resonance types. More...
|
|
enum | BarrierType { BWBarrier,
BWPrimeBarrier,
ExpBarrier
} |
| Define the allowed types of barrier factors. More...
|
|
Class for defining the Sigma resonance model.
Class for defining the Sigma resonance model. Formulae and data values from Phys.Lett.B 572, 1 (2003) - author D.V.Bugg
Definition at line 31 of file LauSigmaRes.hh.
LauSigmaRes::LauSigmaRes |
( |
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 LauSigmaRes.cc.
LauSigmaRes::~LauSigmaRes |
( |
| ) |
|
|
virtual |
void LauSigmaRes::checkDaughterTypes |
( |
| ) |
const |
|
protected |
Check that both daughters are the same type of particle.
Definition at line 71 of file LauSigmaRes.cc.
void LauSigmaRes::initialise |
( |
| ) |
|
|
virtual |
LauComplex LauSigmaRes::resAmp |
( |
Double_t |
mass, |
|
|
Double_t |
spinTerm |
|
) |
| |
|
protectedvirtual |
Complex resonant ampltiude.
- Parameters
-
[in] | mass | appropriate invariant mass for the resonance |
[in] | spinTerm | Zemach spin term |
Implements LauAbsResonance.
Definition at line 91 of file LauSigmaRes.cc.
void LauSigmaRes::setConstants |
( |
Double_t |
b1, |
|
|
Double_t |
b2, |
|
|
Double_t |
A, |
|
|
Double_t |
m0 |
|
) |
| |
Set the parameter values.
- Parameters
-
[in] | b1 | factor from BES data |
[in] | b2 | factor from BES data |
[in] | A | factor from BES data |
[in] | m0 | factor from BES data |
Definition at line 62 of file LauSigmaRes.cc.
Double_t LauSigmaRes::b1_ |
|
private |
Double_t LauSigmaRes::b2_ |
|
private |
Double_t LauSigmaRes::denom_ |
|
private |
Double_t LauSigmaRes::m0_ |
|
private |
Double_t LauSigmaRes::m0Sq_ |
|
private |
Double_t LauSigmaRes::mPiSq4_ |
|
private |
Double_t LauSigmaRes::sAdler_ |
|
private |
The documentation for this class was generated from the following files:
|