laura is hosted by Hepforge, IPPP Durham
Laura++  v2r1
A maximum likelihood fitting package for performing Dalitz-plot analysis.

Class for defining the Kappa resonance model. More...

#include <LauKappaRes.hh>

Inheritance diagram for LauKappaRes:
LauAbsResonance

Public Member Functions

 LauKappaRes (TString resName, Double_t resMass, Double_t resWidth, Int_t resSpin, Int_t resCharge, Int_t resPairAmpInt, const LauDaughters *daughters)
 Constructor. More...
 
virtual ~LauKappaRes ()
 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...
 
- Public Member Functions inherited from LauAbsResonance
 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...
 

Protected Member Functions

virtual LauComplex resAmp (Double_t mass, Double_t spinTerm)
 Complex resonant amplitude. More...
 
void checkDaughterTypes () const
 Check that Kappa daughters are K and pi. More...
 
- Protected Member Functions inherited from LauAbsResonance
TString getNameParent () const
 Get the name of the parent particle. More...
 
TString getNameDaug1 () const
 Get the name of the first daughter of the resonance. More...
 
TString getNameDaug2 () const
 Get the name of the second daughter of the resonance. More...
 
TString getNameBachelor () const
 Get the name of the daughter that does not originate form the resonance. More...
 
Double_t getMassParent () const
 Get the parent particle mass. More...
 
Double_t getMassDaug1 () const
 Get the mass of daughter 1. More...
 
Double_t getMassDaug2 () const
 Get the mass of daughter 2. More...
 
Double_t getMassBachelor () const
 Get the mass of the bachelor daughter. More...
 
Int_t getChargeParent () const
 Get the Charge of the parent particle. More...
 
Int_t getChargeDaug1 () const
 Get the charge of daughter 1. More...
 
Int_t getChargeDaug2 () const
 Get the charge of daughter 2. More...
 
Int_t getChargeBachelor () const
 Get the charge of the bachelor daughter. More...
 
Double_t getQ () const
 Get the current value of the daughter momentum in the resonance rest frame. More...
 
Double_t getP () const
 Get the current value of the bachelor momentum in the resonance rest frame. More...
 
Double_t getPstar () const
 Get the current value of the bachelor momentum in the parent rest frame. More...
 
const LauDaughtersgetDaughters () const
 Access the daughters object. More...
 

Private Attributes

Double_t mSum_
 Define m mSum as mK + mPi. More...
 
Double_t mSumSq_
 Square of mSum. More...
 
Double_t sAdler_
 Defined as mK*mK - 0.5*mPi*mPi. More...
 
Double_t b1_
 Factor from BES data. More...
 
Double_t b2_
 Factor from BES data. More...
 
Double_t A_
 Factor from BES data. More...
 
Double_t m0_
 Factor from BES data. More...
 
Double_t m0Sq_
 Square of m0. More...
 
Double_t denom_
 Defined as m0Sq - sAdler. More...
 

Additional Inherited Members

- Public Types inherited from LauAbsResonance
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...
 

Detailed Description

Class for defining the Kappa resonance model.

Class for defining the Kappa resonance model. Formulae and data values from Phys.Lett.B 572, 1 (2003) - author D.V.Bugg

Definition at line 32 of file LauKappaRes.hh.

Constructor & Destructor Documentation

LauKappaRes::LauKappaRes ( TString  resName,
Double_t  resMass,
Double_t  resWidth,
Int_t  resSpin,
Int_t  resCharge,
Int_t  resPairAmpInt,
const LauDaughters daughters 
)

Constructor.

Parameters
[in]resNamethe name of the resonance
[in]resMassthe mass of the resonance
[in]resWidththe width of the resonance
[in]resSpinthe spin of the resonance
[in]resChargethe charge of the resonance
[in]resPairAmpIntthe number of the daughter not produced by the resonance
[in]daughtersthe daughter particles

Definition at line 23 of file LauKappaRes.cc.

LauKappaRes::~LauKappaRes ( )
virtual

Destructor.

Definition at line 49 of file LauKappaRes.cc.

Member Function Documentation

void LauKappaRes::checkDaughterTypes ( ) const
protected

Check that Kappa daughters are K and pi.

Definition at line 72 of file LauKappaRes.cc.

virtual LauAbsResonance::LauResonanceModel LauKappaRes::getResonanceModel ( ) const
inlinevirtual

Get the resonance model type.

Returns
the resonance model type

Implements LauAbsResonance.

Definition at line 59 of file LauKappaRes.hh.

void LauKappaRes::initialise ( )
virtual

Initialise the model.

Implements LauAbsResonance.

Definition at line 53 of file LauKappaRes.cc.

LauComplex LauKappaRes::resAmp ( Double_t  mass,
Double_t  spinTerm 
)
protectedvirtual

Complex resonant amplitude.

Parameters
[in]massappropriate invariant mass for the resonance
[in]spinTermZemach spin term

Implements LauAbsResonance.

Definition at line 91 of file LauKappaRes.cc.

void LauKappaRes::setConstants ( Double_t  b1,
Double_t  b2,
Double_t  A,
Double_t  m0 
)

Set the parameter values.

Parameters
[in]b1factor from BES data
[in]b2factor from BES data
[in]Afactor from BES data
[in]m0factor from BES data

Definition at line 63 of file LauKappaRes.cc.

Member Data Documentation

Double_t LauKappaRes::A_
private

Factor from BES data.

Definition at line 93 of file LauKappaRes.hh.

Double_t LauKappaRes::b1_
private

Factor from BES data.

Definition at line 89 of file LauKappaRes.hh.

Double_t LauKappaRes::b2_
private

Factor from BES data.

Definition at line 91 of file LauKappaRes.hh.

Double_t LauKappaRes::denom_
private

Defined as m0Sq - sAdler.

Definition at line 99 of file LauKappaRes.hh.

Double_t LauKappaRes::m0_
private

Factor from BES data.

Definition at line 95 of file LauKappaRes.hh.

Double_t LauKappaRes::m0Sq_
private

Square of m0.

Definition at line 97 of file LauKappaRes.hh.

Double_t LauKappaRes::mSum_
private

Define m mSum as mK + mPi.

Definition at line 83 of file LauKappaRes.hh.

Double_t LauKappaRes::mSumSq_
private

Square of mSum.

Definition at line 85 of file LauKappaRes.hh.

Double_t LauKappaRes::sAdler_
private

Defined as mK*mK - 0.5*mPi*mPi.

Definition at line 87 of file LauKappaRes.hh.


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