Class Reaction

java.lang.Object
org.jlab.clas.decay.analysis.Reaction

public class Reaction extends Object
Author:
ziegler
  • Constructor Details Link icon

    • Reaction Link icon

      public Reaction()
  • Method Details Link icon

    • setDecays Link icon

      public void setDecays(String decays)
    • initialize Link icon

      public void initialize(String engine, String decays)
    • getParent Link icon

      public List<Integer> getParent()
      Returns:
      the parent
    • setParent Link icon

      public void setParent(List<Integer> parent)
      Parameters:
      parent - the parent to set
    • getDau1 Link icon

      public List<Integer> getDau1()
      Returns:
      the dau1
    • setDau1 Link icon

      public void setDau1(List<Integer> dau1)
      Parameters:
      dau1 - the dau1 to set
    • getDau2 Link icon

      public List<Integer> getDau2()
      Returns:
      the dau2
    • setDau2 Link icon

      public void setDau2(List<Integer> dau2)
      Parameters:
      dau2 - the dau2 to set
    • getDau3 Link icon

      public List<Integer> getDau3()
      Returns:
      the dau3
    • setDau3 Link icon

      public void setDau3(List<Integer> dau3)
      Parameters:
      dau3 - the dau3 to set
    • getLowBound Link icon

      public List<Double> getLowBound()
      Returns:
      the lowBound
    • setLowBound Link icon

      public void setLowBound(List<Double> lowBound)
      Parameters:
      lowBound - the lowBound to set
    • getHighBound Link icon

      public List<Double> getHighBound()
      Returns:
      the highBound
    • setHighBound Link icon

      public void setHighBound(List<Double> highBound)
      Parameters:
      highBound - the highBound to set