Class TwoBodyDecay

java.lang.Object
org.jlab.clas.reactions.TwoBodyDecay
All Implemented Interfaces:
IDecay

public class TwoBodyDecay extends Object implements IDecay
Author:
gavalian
  • Constructor Details

    • TwoBodyDecay

      public TwoBodyDecay()
    • TwoBodyDecay

      public TwoBodyDecay(int parentID, int childid1, int childid2)
    • TwoBodyDecay

      public TwoBodyDecay(String parent, String child1, String child2)
  • Method Details