LauKappaRes.cc
Go to the documentation of this file.
77 std::cerr << "WARNING in LauKappaRes::checkDaughterTypes : resPairAmpInt = " << resPairAmpInt << " is out of the range [1,2,3]." << std::endl;
84 if ( !( nameDaug1.Contains("pi", TString::kIgnoreCase) && nameDaug2.Contains("k", TString::kIgnoreCase) ) ) {
85 if ( !( nameDaug2.Contains("pi", TString::kIgnoreCase) && nameDaug1.Contains("k", TString::kIgnoreCase) ) ) {
86 std::cerr << "ERROR in LauKappaRes::checkDaughterTypes : Kappa model is using daughters \"" << nameDaug1 << "\" and \"" << nameDaug2 << "\" that are not a kaon and a pion." << std::endl;
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:339 virtual LauComplex resAmp(Double_t mass, Double_t spinTerm) Complex resonant amplitude. Definition: LauKappaRes.cc:91 Int_t getPairInt() const Get the integer to identify which DP axis the resonance belongs to. Definition: LauAbsResonance.hh:106 void checkDaughterTypes() const Check that Kappa daughters are K and pi. Definition: LauKappaRes.cc:72 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:321 void setConstants(Double_t b1, Double_t b2, Double_t A, Double_t m0) Set the parameter values. Definition: LauKappaRes.cc:63 File containing declaration of LauKappaRes class. Generated by 1.8.5 |