LauKinematics.hh
Go to the documentation of this file.
59 const Bool_t calcSquareDPCoords = kFALSE, const Bool_t symmetricalDP = kFALSE, const Bool_t fullySymmetricDP = kFALSE);
292 inline Double_t getDPBoxArea() const {return (mSqMax_[1] - mSqMin_[1])*(mSqMax_[0] - mSqMin_[0]);}
508 Double_t cFromM(const Double_t mijSq, const Double_t mikSq, const Double_t mij, const Int_t i, const Int_t j, const Int_t k) const;
520 Double_t mFromC(const Double_t mijSq, const Double_t cij, const Double_t mij, const Int_t i, const Int_t j, const Int_t k) const;
Bool_t withinDPLimits(const Double_t m13Sq, const Double_t m23Sq) const Check whether a given (m13Sq,m23Sq) point is within the kinematic limits of the Dalitz plot... Definition: LauKinematics.cc:369 void updateMassSq_m12(const Double_t m12, const Double_t c12) Update the variables m23Sq_ and m13Sq_ given the invariant mass m12 and the cosine of the helicity an... Definition: LauKinematics.cc:541 Double_t getm23Max() const Get the m23 maximum defined as (mParent - m1) Definition: LauKinematics.hh:342 Bool_t squareDP() const Are the square Dalitz plot co-ordinates being calculated? Definition: LauKinematics.hh:74 Double_t getc23() const Get the cosine of the helicity angle theta23. Definition: LauKinematics.hh:255 void updateMassSq_m13(const Double_t m13, const Double_t c13) Update the variables m12Sq_ and m23Sq_ given the invariant mass m13 and the cosine of the helicity an... Definition: LauKinematics.cc:528 void warningMessages(const Bool_t boolean) Enable/disable warning messages. Definition: LauKinematics.hh:89 Double_t getp2_Parent() const Get the momentum of the track 2 in parent rest frame. Definition: LauKinematics.hh:426 LauKinematics & operator=(const LauKinematics &rhs) Copy assignment operator (not implemented) void squareDP(const Bool_t calcSquareDPCoords) Enable/disable the calculation of square Dalitz plot co-ordinates. Definition: LauKinematics.hh:68 Double_t getc13() const Get the cosine of the helicity angle theta13. Definition: LauKinematics.hh:261 Double_t cFromM(const Double_t mijSq, const Double_t mikSq, const Double_t mij, const Int_t i, const Int_t j, const Int_t k) const General method to calculate the cos(helicity) variables from the masses of the particles. Definition: LauKinematics.cc:258 Double_t getp2_13() const Get the momentum of the track 2 in 13 rest frame. Definition: LauKinematics.hh:415 Double_t getm23SqMax() const Get the m23Sq maximum, (mParent - m1)^2. Definition: LauKinematics.hh:374 Double_t getp1_12() const Get the momentum of the track 1 in 12 rest frame. Definition: LauKinematics.hh:390 void updateSqDPKinematics(const Double_t mPrime, const Double_t thetaPrime) Update all kinematic quantities based on the square DP co-ordinates m' and theta'. Definition: LauKinematics.cc:117 Double_t getm13Min() const Get the m13 minimum defined as (m1 + m3) Definition: LauKinematics.hh:331 Double_t getm13SqMax() const Get the m13Sq maximum, (mParent - m2)^2. Definition: LauKinematics.hh:379 Double_t distanceFromDPCentre() const Calculate the distance from the currently set (m13Sq, m23Sq) point to the centre of the Dalitz plot (... Definition: LauKinematics.cc:459 void updateMassSq_m23(const Double_t m23, const Double_t c23) Update the variables m12Sq_ and m13Sq_ given the invariant mass m23 and the cosine of the helicity an... Definition: LauKinematics.cc:515 Double_t mFromC(const Double_t mijSq, const Double_t cij, const Double_t mij, const Int_t i, const Int_t j, const Int_t k) const General method to calculate mikSq given mijSq and cosHel_ij. Definition: LauKinematics.cc:299 Double_t getm13Max() const Get the m13 maximum defined as (mParent - m2) Definition: LauKinematics.hh:347 Double_t genm23Sq() const Randomly generate the invariant mass squared m23Sq. Definition: LauKinematics.cc:604 Double_t getp1_Parent() const Get the momentum of the track 1 in parent rest frame. Definition: LauKinematics.hh:421 Double_t getm12Min() const Get the m12 minimum defined as (m1 + m2) Definition: LauKinematics.hh:336 std::vector< Double_t > mSqDiff_ Vector of the difference between the mSqMax and mSqMin. Definition: LauKinematics.hh:604 Double_t calcSqDPJacobian() const Calculate the Jacobian for the transformation m23^2, m13^2 -> m', theta' (square DP) at the currently ... Definition: LauKinematics.cc:143 void updateKinematicsFrom23(const Double_t m23, const Double_t c23) Update all kinematic quantities based on m23 and cos(theta23) Definition: LauKinematics.cc:553 Bool_t withinDPLimits2(const Double_t m13Sq, const Double_t m23Sq) const Check whether a given (m13Sq,m23Sq) point is within the kinematic limits of the Dalitz plot (alternat... Definition: LauKinematics.cc:407 void genFlatSqDP(Double_t &mPrime, Double_t &thetaPrime) const Routine to generate events flat in the square Dalitz plot. Definition: LauKinematics.cc:362 Double_t calcThirdMassSq(const Double_t firstMassSq, const Double_t secondMassSq) const Calculate the third invariant mass square from the two provided (e.g. mjkSq from mijSq and mikSq) ... Definition: LauKinematics.cc:453 Double_t getm12Max() const Get the m12 maximum defined as (mParent - m3) Definition: LauKinematics.hh:352 Double_t getp1_23() const Get the momentum of the track 1 in 23 rest frame. Definition: LauKinematics.hh:405 Double_t getc12() const Get the cosine of the helicity angle theta12. Definition: LauKinematics.hh:249 void flipAndUpdateKinematics() Flips the DP variables m13^2 <-> m23^2 and recalculates all kinematic quantities. ... Definition: LauKinematics.cc:497 Double_t getp1_13() const Get the momentum of the track 1 in 13 rest frame. Definition: LauKinematics.hh:410 Double_t getm23Min() const Get the m23 minimum defined as (m2 + m3) Definition: LauKinematics.hh:326 void updateKinematics(const Double_t m13Sq, const Double_t m23Sq) Update all kinematic quantities based on the DP co-ordinates m13Sq and m23Sq. Definition: LauKinematics.cc:100 void updateSqDPMassSquares(const Double_t mPrime, const Double_t thetaPrime) Update some kinematic quantities based on the square DP co-ordinates m' and theta'. Definition: LauKinematics.cc:192 void rotateAndUpdateKinematics() Cyclically rotates the DP variables (m12 -> m23, m23 -> m13, m13 -> m12) and recalculates all kinemat... Definition: LauKinematics.cc:506 Double_t genm13Sq() const Randomly generate the invariant mass squared m13Sq. Definition: LauKinematics.cc:598 Double_t getp3_12() const Get the momentum of the track 3 in 12 rest frame. Definition: LauKinematics.hh:395 Double_t c23_ Cosine of the helicity angle theta23, which is defined as the angle between 1&2 in the rest frame of ... Definition: LauKinematics.hh:630 const Double_t massInt_ Mass difference between the parent particle and the sum of the daughter particles. Definition: LauKinematics.hh:609 void calcParentFrameMomenta() Calculate the momenta of each daughter in the parent rest frame. Definition: LauKinematics.cc:229 void updateMassSquares(const Double_t m13Sq, const Double_t m23Sq) Update some kinematic quantities based on the DP co-ordinates m13Sq and m23Sq. Definition: LauKinematics.cc:169 std::vector< Double_t > mDiff_ Vector of the difference between the mMax and mMin. Definition: LauKinematics.hh:595 Double_t getDPBoxArea() const Get the box area defined from the kinematic bounds. Definition: LauKinematics.hh:292 Bool_t squareDP_ Should we calculate the square DP co-ordinates or not? Definition: LauKinematics.hh:665 Double_t getp2_23() const Get the momentum of the track 2 in 23 rest frame. Definition: LauKinematics.hh:400 Double_t c12_ Cosine of the helicity angle theta12, which is defined as the angle between 1&3 in the rest frame of ... Definition: LauKinematics.hh:628 void drawDPContour(const Int_t orientation=1323, const Int_t nbins=100) Method to draw the Dalitz plot contours on the top of the histo previously drawn. ... Definition: LauKinematics.cc:617 Double_t getm12SqMax() const Get the m12Sq maximum, (mParent - m3)^2. Definition: LauKinematics.hh:384 void genFlatPhaseSpace(Double_t &m13Sq, Double_t &m23Sq) const Routine to generate events flat in phase-space. Definition: LauKinematics.cc:342 LauKinematics(const Double_t m1, const Double_t m2, const Double_t m3, const Double_t mParent, const Bool_t calcSquareDPCoords=kFALSE, const Bool_t symmetricalDP=kFALSE, const Bool_t fullySymmetricDP=kFALSE) Constructor. Definition: LauKinematics.cc:42 Double_t genm12Sq() const Randomly generate the invariant mass squared m12Sq. Definition: LauKinematics.cc:610 Double_t c13_ Cosine of the helicity angle theta13, which is defined as the angle between 1&2 in the rest frame of ... Definition: LauKinematics.hh:632 void updateKinematicsFrom13(const Double_t m13, const Double_t c13) Update all kinematic quantities based on m13 and cos(theta13) Definition: LauKinematics.cc:568 void calcHelicities() Calculate cosines of the helicity angles, momenta of daughters and bachelor in various ij rest frames... Definition: LauKinematics.cc:240 void updateKinematicsFrom12(const Double_t m12, const Double_t c12) Update all kinematic quantities based on m12 and cos(theta12) Definition: LauKinematics.cc:583 Double_t pCalc(const Double_t energy, const Double_t massSq) const General method to calculate the momentum of a particle, given its energy and invariant mass squared... Definition: LauKinematics.cc:480 Bool_t withinSqDPLimits(const Double_t mPrime, const Double_t thetaPrime) const Check whether a given (m',theta') point is within the kinematic limits of the Dalitz plot... Definition: LauKinematics.cc:441 Double_t getp3_Parent() const Get the momentum of the track 3 in parent rest frame. Definition: LauKinematics.hh:431 std::vector< Double_t > mSq_ Vector of daughter particles masses squared. Definition: LauKinematics.hh:598 void calcSqDPVars() Calculate the m' and theta' variables for the square Dalitz plot. Definition: LauKinematics.cc:126 Generated by 1.8.5 |