Package org.jlab.clas.reactions
Class DecayKinematics
java.lang.Object
org.jlab.clas.reactions.DecayKinematics
- Author:
- gavalian
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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 TransMatrixstatic doubleTwoBodyDecayMomentum(double M, double m1, double m2) static Vector3vectorToFrame(Vector3 frame, Vector3 vec) static Vector3vectorToLab(Vector3 frame, Vector3 vec) 
- 
Field Details- 
trMatrix
 
- 
- 
Constructor Details- 
DecayKinematicspublic DecayKinematics()
 
- 
- 
Method Details- 
initMatrix
- 
vectorToLab
- 
vectorToFrame
- 
TwoBodyDecayMomentumpublic static double TwoBodyDecayMomentum(double M, double m1, double m2) 
- 
getDecayParticlespublic static LorentzVector[] getDecayParticles(LorentzVector parent, double m1, double m2, double theta_rf, double phi_rf) 
- 
getDecayParticlesLabpublic static LorentzVector[] getDecayParticlesLab(LorentzVector parent, double m1, double m2, double theta_rf, double phi_rf) 
 
-