LauGounarisSakuraiRes.cc
Go to the documentation of this file.
23 LauGounarisSakuraiRes::LauGounarisSakuraiRes(LauResonanceInfo* resInfo, const Int_t resPairAmpInt, const LauDaughters* daughters) :
70 std::cerr << "WARNING in LauGounarisSakuraiRes::initialise : Resonance spin is != 1. This lineshape is for the rho(770), setting the spin to 1." << std::endl;
148 h0_ = 2.0*LauConstants::invPi * q0_/resMass_ * TMath::Log((resMass_ + 2.0*q0_)/(2.0*LauConstants::mPi));
149 dhdm0_ = h0_ * (1.0/(8.0*q0_*q0_) - 1.0/(2.0*resMassSq_)) + 1.0/(LauConstants::twoPi*resMassSq_);
234 const Double_t h = 2.0*LauConstants::invPi * q/mass * TMath::Log((mass + 2.0*q)/(2.0*LauConstants::mPi));
235 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:377 LauParameter * getMassPar() Get the mass parameter of the resonance. Definition: LauAbsResonance.hh:173 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:553 Bool_t fixWidth() const Get the status of resonance width (fixed or released) Definition: LauAbsResonance.hh:316 void calcCovFactor(const Double_t erm) Calculate the spin-dependent covariant factor. Definition: LauAbsResonance.cc:273 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:372 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:114 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:124 Double_t getPstar() const Get the current value of the bachelor momentum in the parent rest frame. Definition: LauAbsResonance.hh:381 Double_t getP() const Get the current value of the bachelor momentum in the resonance rest frame. Definition: LauAbsResonance.hh:379 File containing declaration of LauGounarisSakuraiRes class. RestFrame getRestFrame() const Retrieve the rest frame information. Definition: LauBlattWeisskopfFactor.hh:91 Bool_t fixResRadius() const Get the status of resonance barrier radius (fixed or released) Definition: LauAbsResonance.cc:461 Double_t getParRadius() const Get the radius of the parent barrier factor. Definition: LauAbsResonance.cc:494 Bool_t fixMass() const Get the status of resonance mass (fixed or released) Definition: LauAbsResonance.hh:310 Double_t mDaugDiff_ Difference between the two daughter masses. Definition: LauGounarisSakuraiRes.hh:98 void addFloatingParameter(LauParameter *param) Add parameter to the list of floating parameters. Definition: LauAbsResonance.cc:429 LauBlattWeisskopfFactor * getParBWFactor() Get the centrifugal barrier for the parent decay. Definition: LauAbsResonance.hh:386 std::vector< LauParameter * > & getParameters() Access the list of floating parameters. Definition: LauAbsResonance.hh:445 LauParameter * getWidthPar() Get the width parameter of the resonance. Definition: LauAbsResonance.hh:179 Double_t mDaugDiffSq_ Square of the difference of the two daughter masses. Definition: LauGounarisSakuraiRes.hh:100 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:112 Double_t getResRadius() const Get the radius of the resonance barrier factor. Definition: LauAbsResonance.cc:483 Bool_t fixParRadius() const Get the status of parent barrier radius (fixed or released) Definition: LauAbsResonance.cc:472 Abstract class for defining type for resonance amplitude models (Breit-Wigner, Flatte etc... Definition: LauAbsResonance.hh:37 Double_t getCovFactor() const Get the current value of the full spin-dependent covariant factor. Definition: LauAbsResonance.hh:383 File containing LauConstants namespace. LauBlattWeisskopfFactor * getResBWFactor() Get the centrifugal barrier for the resonance decay. Definition: LauAbsResonance.hh:389 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:156 Double_t mDaugSumSq_ Square of the sum of the two daughter masses. Definition: LauGounarisSakuraiRes.hh:96 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:251 Bool_t ignoreBarrierScaling() const Get the ignore barrier factor scaling flag. Definition: LauAbsResonance.hh:242 Generated by 1.8.5 |