LauPolNR.cc
Go to the documentation of this file.
39 LauPolNR::LauPolNR(LauResonanceInfo* resInfo, const Int_t resPairAmpInt, const LauDaughters* daughters) :
55 std::cerr << "WARNING in LauPolNR::initialise : Dalitz plot is symmetric - this lineshape is not appropriate." << std::endl;
61 Double_t omega = 0.5*(daughters->getMassParent()+(1.0/3.0)*(daughters->getMassDaug1()+daughters->getMassDaug2()+daughters->getMassDaug3()));
78 std::cerr << "ERROR in LauPolNR::initialise : Resonance order unknown (known orders : 0, 1, 2 and 3)" << std::endl;
const TString & getResonanceName() const Get the name of the resonance. Definition: LauAbsResonance.hh:152 ClassImp(LauAbsCoeffSet) Class for defining the properties of a resonant particle. Definition: LauResonanceInfo.hh:46 Definition: LauAbsResonance.hh:97 Class that defines the particular 3-body decay under study. Definition: LauDaughters.hh:47 File containing declaration of LauDaughters class. const LauDaughters * getDaughters() const Access the daughters object. Definition: LauAbsResonance.hh:417 Int_t getPairInt() const Get the integer to identify which DP axis the resonance belongs to. Definition: LauAbsResonance.hh:164 virtual void setOmega(const Double_t omega) Set the parameter omega, the offset parameter. Definition: LauPolNR.hh:74 Bool_t gotSymmetricalDP() const Is Dalitz plot symmetric, i.e. 2 identical particles. Definition: LauDaughters.hh:80 Abstract class for defining type for resonance amplitude models (Breit-Wigner, Flatte etc... Definition: LauAbsResonance.hh:51 void setSpinType(const LauSpinType spinType) Set the spin formalism to be used. Definition: LauAbsResonance.hh:343 File containing declaration of LauPolNR class. virtual LauComplex resAmp(Double_t mass, Double_t spinTerm) Complex resonant amplitude. Definition: LauPolNR.cc:83 Generated by 1.8.5 |