LauKMatrixPropagator.cc
Go to the documentation of this file.
49 mEtaEtaPSumSq_((LauConstants::mEta + LauConstants::mEtaPrime)*(LauConstants::mEta + LauConstants::mEtaPrime)),
50 mEtaEtaPDiffSq_((LauConstants::mEta - LauConstants::mEtaPrime)*(LauConstants::mEta - LauConstants::mEtaPrime)),
53 mKEtaPSumSq_((LauConstants::mK + LauConstants::mEtaPrime)*(LauConstants::mK + LauConstants::mEtaPrime)),
54 mKEtaPDiffSq_((LauConstants::mK - LauConstants::mEtaPrime)*(LauConstants::mK - LauConstants::mEtaPrime)),
55 mK3piDiffSq_((LauConstants::mK - 3.0*LauConstants::mPi)*(LauConstants::mK - 3.0*LauConstants::mPi)),
261 std::cerr << "ERROR in LauKMatrixPropagator::setParameters : K-matrix parameter file not present - exiting." << std::endl;
653 Double_t LauKMatrixPropagator::getScatteringConstant(Int_t channel1Index, Int_t channel2Index) const
void calcPoleDenomVect(Double_t s) Calulate the term 1/(m_pole^2 - s) for the scattering and production K-matrix formulae. Definition: LauKMatrixPropagator.cc:611 File containing declaration of LauTextFileParser class. LauComplex calcKThreePiRho(Double_t s) const Calculate the Kpipipi phase space factor. Definition: LauKMatrixPropagator.cc:907 Bool_t scattSymmetry_ Control if scattering constants are channel symmetric: f_ji = f_ij. Definition: LauKMatrixPropagator.hh:480 std::vector< Int_t > phaseSpaceTypes_ Vector of phase space types. Definition: LauKMatrixPropagator.hh:423 void storeParameter(const TString &keyword, const TString &parString) Store miscelleanous parameters from a line in the parameter file. Definition: LauKMatrixPropagator.cc:509 Double_t calcSVPTerm(Double_t s, Double_t s0) const Calculate the "slow-varying part". Definition: LauKMatrixPropagator.cc:665 void calcRhoMatrix(Double_t s) Calculate the real and imaginary part of the phase space density diagonal matrix. ... Definition: LauKMatrixPropagator.cc:710 LauComplex calcFourPiRho(Double_t s) const Calculate the 4 pi phase space factor. Definition: LauKMatrixPropagator.cc:790 LauComplex calcEtaEtaRho(Double_t s) const Calculate the eta-eta phase space factor. Definition: LauKMatrixPropagator.cc:828 LauComplex calcKEtaPRho(Double_t s) const Calculate the K-eta' phase space factor. Definition: LauKMatrixPropagator.cc:889 void storeScattering(const std::vector< std::string > &theLine) Store the scattering coefficients from a line in the parameter file. Definition: LauKMatrixPropagator.cc:470 ClassImp(LauAbsCoeffSet) LauComplex calcEtaEtaPRho(Double_t s) const Calculate the eta-eta' phase space factor. Definition: LauKMatrixPropagator.cc:844 Double_t getRealPropTerm(Int_t channelIndex) const Get the real part of the term of the propagator. Definition: LauKMatrixPropagator.cc:103 void getSqrtRhoMatrix() Get the square root of the phase space matrix. Definition: LauKMatrixPropagator.cc:1061 TMatrixD ReSqrtRhoMatrix_ Real part of the square root of the phase space density diagonal matrix. Definition: LauKMatrixPropagator.hh:401 std::vector< LauParameter > mSqPoles_ Vector of squared pole masses. Definition: LauKMatrixPropagator.hh:415 Double_t getScatteringConstant(Int_t channel1Index, Int_t channel2Index) const Get scattering constants that were loaded from the input file. Definition: LauKMatrixPropagator.cc:653 std::vector< Double_t > poleDenomVect_ Vector of 1/(m_pole^2 - s) terms for scattering and production K-matrix formulae. ... Definition: LauKMatrixPropagator.hh:429 Bool_t checkPhaseSpaceType(Int_t phaseSpaceInt) const Check the phase space factors that need to be used. Definition: LauKMatrixPropagator.cc:932 File containing declaration of LauKMatrixPropagator class. void storePole(const std::vector< std::string > &theLine) Store the pole mass and couplings from a line in the parameter file. Definition: LauKMatrixPropagator.cc:424 void storeChannels(const std::vector< std::string > &theLine) Store the (phase space) channel indices from a line in the parameter file. Definition: LauKMatrixPropagator.cc:392 void updateProdSVPTerm(Double_t s) Update the production "slowly-varying part". Definition: LauKMatrixPropagator.cc:688 LauComplex calcPiPiRho(Double_t s) const Calculate the pipi phase space factor. Definition: LauKMatrixPropagator.cc:758 LauComplex calcKPiRho(Double_t s) const Calculate the Kpi phase space factor. Definition: LauKMatrixPropagator.cc:871 Double_t getPoleDenomTerm(Int_t poleIndex) const Get the 1/(m_pole^2 -s) terms for the scattering and production K-matrix formulae. Definition: LauKMatrixPropagator.cc:629 void updateAdlerZeroFactor(Double_t s) Calculate the multiplicative factor containing severa Adler zero constants. Definition: LauKMatrixPropagator.cc:695 TMatrixD ImRhoMatrix_ Imaginary part of the phase space density diagonal matrix. Definition: LauKMatrixPropagator.hh:394 TMatrixD ImSqrtRhoMatrix_ Imaginary part of the square root of the phase space density diagonal matrix. Definition: LauKMatrixPropagator.hh:403 Double_t prodSVP_ "slowly-varying part" for the production K-matrix Definition: LauKMatrixPropagator.hh:376 std::vector< std::string > getLine(UInt_t lineNo) Retrieve the specified line. Definition: LauTextFileParser.cc:127 Double_t getCouplingConstant(Int_t poleIndex, Int_t channelIndex) const Get coupling constants that were loaded from the input file. Definition: LauKMatrixPropagator.cc:640 void updatePropagator(const LauKinematics *kinematics) Calculate the invariant mass squared s. Definition: LauKMatrixPropagator.cc:125 LauComplex getTHat(Double_t s, Int_t channel) Get the THat amplitude for the given s and channel number. Definition: LauKMatrixPropagator.cc:1099 Double_t getImagPropTerm(Int_t channelIndex) const Get the imaginary part of the term of the propagator. Definition: LauKMatrixPropagator.cc:114 void getTMatrix(const LauKinematics *kinematics) Get the unitary transition amplitude matrix for the given kinematics. Definition: LauKMatrixPropagator.cc:982 void setParameters(const TString &inputFile) Read an input file to set parameters. Definition: LauKMatrixPropagator.cc:224 Double_t k3piFactor_ Factor used to calculate the Kpipipi phase space term. Definition: LauKMatrixPropagator.hh:465 File containing LauConstants namespace. void initialiseMatrices() Initialise and set the dimensions for the internal matrices and parameter arrays. ... Definition: LauKMatrixPropagator.cc:327 Double_t adlerZeroFactor_ Multiplicative factor containing various Adler zero constants. Definition: LauKMatrixPropagator.hh:472 LauComplex getTransitionAmp(Double_t s, Int_t channel) Get the unitary transition amplitude for the given channel. Definition: LauKMatrixPropagator.cc:943 Int_t resPairAmpInt_ Number to identify the DP axis in question. Definition: LauKMatrixPropagator.hh:367 Double_t scattSVP_ "slowly-varying part" for the scattering K-matrix Definition: LauKMatrixPropagator.hh:374 LauComplex getPropTerm(Int_t channelIndex) const Get the full complex propagator term for a given channel. Definition: LauKMatrixPropagator.cc:91 LauComplex calcKKRho(Double_t s) const Calculate the KK phase space factor. Definition: LauKMatrixPropagator.cc:774 void calcScattKMatrix(Double_t s) Calculate the scattering K-matrix for the given value of s. Definition: LauKMatrixPropagator.cc:555 Double_t fourPiFactor1_ Factor used to calculate the pipipipi phase space term. Definition: LauKMatrixPropagator.hh:467 LauComplex getPhaseSpaceTerm(Double_t s, Int_t channel) Get the complex phase space term for the given channel and invariant mass squared. Definition: LauKMatrixPropagator.cc:961 void updateScattSVPTerm(Double_t s) Update the scattering "slowly-varying part". Definition: LauKMatrixPropagator.cc:681 UInt_t getTotalNumLines() const Get the total number of lines that are not comments. Definition: LauTextFileParser.hh:82 TMatrixD negImagProp_ Imaginary part of the propagator matrix. Definition: LauKMatrixPropagator.hh:380 Class for defining a K-matrix propagator. Definition: LauKMatrixPropagator.hh:36 TMatrixD ReRhoMatrix_ Real part of the phase space density diagonal matrix. Definition: LauKMatrixPropagator.hh:392 Generated by 1.8.5 |