Skip to content

Commit

Permalink
update a key for phase space point
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikhasenko committed May 22, 2024
1 parent 0c8f4b9 commit 8e09232
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions models/Lb2pKg.json
Original file line number Diff line number Diff line change
Expand Up @@ -1916,11 +1916,11 @@
"variables": [
{
"node": [1, 2],
"mass_angles": ["m_12", "phi_12", "cos_theta_12"]
"mass_phi_costheta": ["m_12", "phi_12", "cos_theta_12"]
},
{
"node": [[1, 2], 3],
"mass_angles": ["m_12_3", "phi_12_3", "cos_theta_12_3"]
"mass_phi_costheta": ["m_12_3", "phi_12_3", "cos_theta_12_3"]
}
],
"parameters": []
Expand Down
4 changes: 2 additions & 2 deletions models/Lc2ppiK.json
Original file line number Diff line number Diff line change
Expand Up @@ -742,11 +742,11 @@
"variables": [
{
"node": [3, 1],
"mass_angles": ["m_31", "phi_31", "cos_theta_31"]
"mass_phi_costheta": ["m_31", "phi_31", "cos_theta_31"]
},
{
"node": [[3, 1], 2],
"mass_angles": ["m_31_2", "phi_31_2", "cos_theta_31_2"]
"mass_phi_costheta": ["m_31_2", "phi_31_2", "cos_theta_31_2"]
}
],
"parameters": []
Expand Down

0 comments on commit 8e09232

Please sign in to comment.