LauGounarisSakuraiRes.cc
Go to the documentation of this file.
23 LauGounarisSakuraiRes::LauGounarisSakuraiRes(LauResonanceInfo* resInfo, const Int_t resPairAmpInt, const LauDaughters* daughters) :
69 std::cerr << "WARNING in LauGounarisSakuraiRes::initialise : Resonance spin is != 1. This lineshape is for the rho(770), setting the spin to 1." << std::endl;
121 h0_ = 2.0*LauConstants::invPi * q0_/resMass_ * TMath::Log((resMass_ + 2.0*q0_)/(2.0*LauConstants::mPi));
122 dhdm0_ = h0_ * (1.0/(8.0*q0_*q0_) - 1.0/(2.0*resMassSq_)) + 1.0/(LauConstants::twoPi*resMassSq_);
184 const Double_t h = 2.0*LauConstants::invPi * q/mass * TMath::Log((mass + 2.0*q)/(2.0*LauConstants::mPi));
185 const Double_t f = resWidth * resMassSq_/(q0_*q0_*q0_) * (q*q * (h - h0_) + massSqTerm * q0_*q0_ * dhdm0_);
Double_t getQ() const Get the current value of the daughter momentum in the resonance rest frame. Definition: LauAbsResonance.hh:350 LauParameter * getMassPar() Get the mass parameter of the resonance. Definition: LauAbsResonance.hh:159 Double_t q0_ Momentum of the daughters in the resonance rest frame (at pole mass) Definition: LauGounarisSakuraiRes.hh:76 Double_t getMassBachelor() const Get the mass of the bachelor daughter. Definition: LauAbsResonance.cc:450 Bool_t fixWidth() const Get the status of resonance width (fixed or released) Definition: LauAbsResonance.hh:295 void changeResonance(const Double_t newMass, const Double_t newWidth, const Int_t newSpin) Allow the mass, width and spin of the resonance to be changed. Definition: LauAbsResonance.cc:269 ClassImp(LauAbsCoeffSet) Class for defining the properties of a resonant particle. Definition: LauResonanceInfo.hh:32 Class that defines the particular 3-body decay under study. Definition: LauDaughters.hh:33 Double_t FP0_ Value of the form factor for parent decay (at pole mass) Definition: LauGounarisSakuraiRes.hh:112 Class for defininf the Gounaris-Sakurai resonance model. Definition: LauGounarisSakuraiRes.hh:31 Double_t calcFormFactor(const Double_t p) const Calculate form factor value. Definition: LauBlattWeisskopfFactor.cc:121 Double_t getP() const Get the current value of the bachelor momentum in the resonance rest frame. Definition: LauAbsResonance.hh:352 File containing declaration of LauGounarisSakuraiRes class. Bool_t fixResRadius() const Get the status of resonance barrier radius (fixed or released) Definition: LauAbsResonance.cc:358 Double_t getParRadius() const Get the radius of the parent barrier factor. Definition: LauAbsResonance.cc:391 Bool_t fixMass() const Get the status of resonance mass (fixed or released) Definition: LauAbsResonance.hh:289 Double_t mDaugDiff_ Difference between the two daughter masses. Definition: LauGounarisSakuraiRes.hh:96 void addFloatingParameter(LauParameter *param) Add parameter to the list of floating parameters. Definition: LauAbsResonance.cc:326 LauBlattWeisskopfFactor * getParBWFactor() Get the centrifugal barrier for the parent decay. Definition: LauAbsResonance.hh:357 std::vector< LauParameter * > & getParameters() Access the list of floating parameters. Definition: LauAbsResonance.hh:393 LauParameter * getWidthPar() Get the width parameter of the resonance. Definition: LauAbsResonance.hh:165 Double_t mDaugDiffSq_ Square of the difference of the two daughter masses. Definition: LauGounarisSakuraiRes.hh:98 Double_t p0_ Momentum of the bachelor in the resonance rest frame (at pole mass) Definition: LauGounarisSakuraiRes.hh:78 Double_t FR0_ Value of the form factor for resonance decay (at pole mass) Definition: LauGounarisSakuraiRes.hh:110 Double_t getResRadius() const Get the radius of the resonance barrier factor. Definition: LauAbsResonance.cc:380 Bool_t fixParRadius() const Get the status of parent barrier radius (fixed or released) Definition: LauAbsResonance.cc:369 Abstract class for defining type for resonance amplitude models (Breit-Wigner, Flatte etc... Definition: LauAbsResonance.hh:37 File containing LauConstants namespace. LauBlattWeisskopfFactor * getResBWFactor() Get the centrifugal barrier for the resonance decay. Definition: LauAbsResonance.hh:360 Class that implements the Blatt-Weisskopf barrier factor. Definition: LauBlattWeisskopfFactor.hh:30 virtual LauComplex resAmp(Double_t mass, Double_t spinTerm) Complex resonant amplitude. Definition: LauGounarisSakuraiRes.cc:129 Double_t mDaugSumSq_ Square of the sum of the two daughter masses. Definition: LauGounarisSakuraiRes.hh:94 Double_t pstar0_ Momentum of the bachelor in the parent rest frame (at pole mass) Definition: LauGounarisSakuraiRes.hh:80 virtual const std::vector< LauParameter * > & getFloatingParameters() Retrieve the resonance parameters, e.g. so that they can be loaded into a fit. Definition: LauGounarisSakuraiRes.cc:201 Bool_t ignoreBarrierScaling() const Get the ignore barrier factor scaling flag. Definition: LauAbsResonance.hh:222 Generated by 1.8.5 |