LauKappaRes.cc
Go to the documentation of this file.
63 void LauKappaRes::setConstants(const Double_t b1, const Double_t b2, const Double_t A, const Double_t m0)
78 std::cerr << "WARNING in LauKappaRes::checkDaughterTypes : resPairAmpInt = " << resPairAmpInt << " is out of the range [1,2,3]." << std::endl;
85 if ( !( nameDaug1.Contains("pi", TString::kIgnoreCase) && nameDaug2.Contains("k", TString::kIgnoreCase) ) ) {
86 if ( !( nameDaug2.Contains("pi", TString::kIgnoreCase) && nameDaug1.Contains("k", TString::kIgnoreCase) ) ) {
87 std::cerr << "ERROR in LauKappaRes::checkDaughterTypes : Kappa model is using daughters \"" << nameDaug1 << "\" and \"" << nameDaug2 << "\" that are not a kaon and a pion." << std::endl;
138 std::cout << "INFO in LauKappaRes::setResonanceParameter : Setting parameter b1 = " << this->getB1Value() << std::endl;
142 std::cout << "INFO in LauKappaRes::setResonanceParameter : Setting parameter b2 = " << this->getB2Value() << std::endl;
146 std::cout << "INFO in LauKappaRes::setResonanceParameter : Setting parameter A = " << this->getAValue() << std::endl;
150 std::cout << "INFO in LauKappaRes::setResonanceParameter : Setting parameter m0 = " << this->getM0Value() << std::endl;
153 std::cerr << "WARNING in LauKappaRes::setResonanceParameter: Parameter name not reconised. No parameter changes made." << std::endl;
virtual void setResonanceParameter(const TString &name, const Double_t value) Set value of the various parameters. Definition: LauKappaRes.cc:133 ClassImp(LauAbsCoeffSet) Class that defines the particular 3-body decay under study. Definition: LauDaughters.hh:33 TString getNameDaug2() const Get the name of the second daughter of the resonance. Definition: LauAbsResonance.cc:356 virtual LauComplex resAmp(Double_t mass, Double_t spinTerm) Complex resonant amplitude. Definition: LauKappaRes.cc:92 Int_t getPairInt() const Get the integer to identify which DP axis the resonance belongs to. Definition: LauAbsResonance.hh:109 void checkDaughterTypes() const Check that Kappa daughters are K and pi. Definition: LauKappaRes.cc:73 Abstract class for defining type for resonance amplitude models (Breit-Wigner, Flatte etc... Definition: LauAbsResonance.hh:34 File containing LauConstants namespace. TString getNameDaug1() const Get the name of the first daughter of the resonance. Definition: LauAbsResonance.cc:338 void setConstants(const Double_t b1, const Double_t b2, const Double_t A, const Double_t m0) Set the parameter values. Definition: LauKappaRes.cc:63 File containing declaration of LauKappaRes class. Generated by ![]() |