Contents
Class DecayKinematics
java.lang.Object
org.jlab.clas.reactions.DecayKinematics
- Author:
- gavalian
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LorentzVector[]
getDecayParticles
(LorentzVector parent, double m1, double m2, double theta_rf, double phi_rf) static LorentzVector[]
getDecayParticlesLab
(LorentzVector parent, double m1, double m2, double theta_rf, double phi_rf) static TransMatrix
static double
TwoBodyDecayMomentum
(double M, double m1, double m2) static Vector3
vectorToFrame
(Vector3 frame, Vector3 vec) static Vector3
vectorToLab
(Vector3 frame, Vector3 vec)
-
Field Details
-
Constructor Details
-
Method Details
-
initMatrix
-
vectorToLab
-
vectorToFrame
-
TwoBodyDecayMomentum
public static double TwoBodyDecayMomentum(double M, double m1, double m2) -
getDecayParticles
public static LorentzVector[] getDecayParticles(LorentzVector parent, double m1, double m2, double theta_rf, double phi_rf) -
getDecayParticlesLab
public static LorentzVector[] getDecayParticlesLab(LorentzVector parent, double m1, double m2, double theta_rf, double phi_rf)
-