Opened 10 years ago
Closed 8 years ago
#55 closed enhancement (fixed)
public versions of LauKinematics::updateMassSq_m{12,13,23} may be useful
Reported by: | Daniel Craik | Owned by: | Thomas Latham |
---|---|---|---|
Priority: | trivial | Milestone: | v3r2 |
Version: | Keywords: | ||
Cc: |
Description
The methods, LauKinematics::updateMassSq_m{12,13,23}, take an invariant mass and the corresponding helicity cosine and calculate the other invariant masses at this point in the phase space.
These methods are protected as they do not update all parameters (presumably for speed) so the LauKinematics object is left in an internally inconsistent state.
Similar public methods would be useful when producing 1D amplitude profiles in a single invariant mass.
Such a method would simply call the protected method followed by two calls to cFromM and one to calcSqDPVars if the SDP variables are being calculated.
Change History (2)
comment:1 Changed 8 years ago by
Milestone: | → v3r2 |
---|---|
Owner: | set to Thomas Latham |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [398]) Create public functions to update the kinematics based on one invariant mass and the corresponding helicity angle close #55. Fixing a bug in one of the protected functions that was not actually used. Commit also the test code to a new test directory.