Class DecayKinematics

java.lang.Object
org.jlab.clas.reactions.DecayKinematics

public class DecayKinematics extends Object
Author:
gavalian
  • Field Details

  • Constructor Details

    • DecayKinematics

      public DecayKinematics()
  • Method Details

    • initMatrix

      public static TransMatrix initMatrix()
    • vectorToLab

      public static Vector3 vectorToLab(Vector3 frame, Vector3 vec)
    • vectorToFrame

      public static Vector3 vectorToFrame(Vector3 frame, Vector3 vec)
    • 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)