LauAbsResonance.cc
Go to the documentation of this file.
38 LauAbsResonance::LauAbsResonance(const TString& resName, Double_t resMass, Double_t resWidth, Int_t resSpin,
75 if ( (totalCharge != resCharge_) && (resName != "NonReson") && (!resName.BeginsWith("BelleNR")) ) {
173 //This function should always be overwritten if needed in classes inheriting from LauAbsResonance.
174 cerr << "WARNING in LauAbsResonance::setResonanceParameter : Unable to set parameter \"" << name << "\" to value: " << value << "." << endl;
TString getNameDaug1() const Get name of the first daughter particle. Definition: LauDaughters.cc:223 Int_t getChargeDaug3() const Get charge of the third daughter particle. Definition: LauDaughters.cc:273 Int_t getChargeBachelor() const Get the charge of the bachelor daughter. Definition: LauAbsResonance.cc:291 Double_t getc23() const Get the cosine of the helicity angle theta23. Definition: LauKinematics.hh:193 Double_t getMassBachelor() const Get the mass of the bachelor daughter. Definition: LauAbsResonance.cc:225 Double_t getp2_Parent() const Get the momentum of the track 2 in parent rest frame. Definition: LauKinematics.hh:358 ClassImp(LauAbsCoeffSet) Class that defines the particular 3-body decay under study. Definition: LauDaughters.hh:33 Double_t getc13() const Get the cosine of the helicity angle theta13. Definition: LauKinematics.hh:199 Double_t getp2_13() const Get the momentum of the track 2 in 13 rest frame. Definition: LauKinematics.hh:347 File containing declaration of LauDaughters class. Int_t getChargeDaug1() const Get charge of the first daughter particle. Definition: LauDaughters.cc:263 TString getNameDaug2() const Get the name of the second daughter of the resonance. Definition: LauAbsResonance.cc:339 Double_t getp1_12() const Get the momentum of the track 1 in 12 rest frame. Definition: LauKinematics.hh:322 TString getNameDaug2() const Get name of the second daughter particle. Definition: LauDaughters.cc:228 File containing declaration of LauKinematics class. Double_t getp1_Parent() const Get the momentum of the track 1 in parent rest frame. Definition: LauKinematics.hh:353 Double_t getp1_23() const Get the momentum of the track 1 in 23 rest frame. Definition: LauKinematics.hh:337 Double_t getc12() const Get the cosine of the helicity angle theta12. Definition: LauKinematics.hh:187 Int_t getChargeDaug2() const Get charge of the second daughter particle. Definition: LauDaughters.cc:268 Int_t getChargeParent() const Get the Charge of the parent particle. Definition: LauAbsResonance.cc:243 Double_t getp1_13() const Get the momentum of the track 1 in 13 rest frame. Definition: LauKinematics.hh:342 virtual LauComplex resAmp(Double_t mass, Double_t spinTerm)=0 Complex resonant amplitude. TString getNameParent() const Get the name of the parent particle. Definition: LauAbsResonance.cc:309 TString getNameBachelor() const Get the name of the daughter that does not originate form the resonance. Definition: LauAbsResonance.cc:357 Double_t getp3_12() const Get the momentum of the track 3 in 12 rest frame. Definition: LauKinematics.hh:327 Abstract class for defining type for resonance amplitude models (Breit-Wigner, Flatte etc... Definition: LauAbsResonance.hh:34 File containing LauConstants namespace. File containing declaration of LauAbsResonance class. Double_t getp2_23() const Get the momentum of the track 2 in 23 rest frame. Definition: LauKinematics.hh:332 TString getNameDaug1() const Get the name of the first daughter of the resonance. Definition: LauAbsResonance.cc:321 void changeResonance(Double_t newMass, Double_t newWidth, Int_t newSpin) Allow the mass, width and spin of the resonance to be changed. Definition: LauAbsResonance.cc:154 virtual LauComplex amplitude(const LauKinematics *kinematics) Calculate the complex amplitude. Definition: LauAbsResonance.cc:87 TString getNameDaug3() const Get name of the third daughter particle. Definition: LauDaughters.cc:233 Double_t getp3_Parent() const Get the momentum of the track 3 in parent rest frame. Definition: LauKinematics.hh:363 virtual void setResonanceParameter(Double_t value, const TString &name) Set the updated parameters from changeResonance. Definition: LauAbsResonance.cc:171 Generated by 1.8.5 |