Class RecEvent

java.lang.Object
org.jlab.clas.physics.RecEvent

public class RecEvent extends Object
Author:
gavalian
  • Constructor Details

    • RecEvent

      public RecEvent(double beame)
  • Method Details

    • setEuclidianThreshold

      public void setEuclidianThreshold(double ed)
    • addParticle

      public void addParticle(org.jlab.clas.physics.Particle p)
    • addGeneratedParticle

      public void addGeneratedParticle(org.jlab.clas.physics.Particle p)
    • getGenerated

      public org.jlab.clas.physics.PhysicsEvent getGenerated()
    • getReconstructed

      public org.jlab.clas.physics.PhysicsEvent getReconstructed()
    • getMatched

      public org.jlab.clas.physics.Particle getMatched(int gindex)
    • doPidMatch

      public void doPidMatch()
    • getResolution

      public RecEvent.RecResolution getResolution(int index)
    • toString

      public String toString()
      Overrides:
      toString in class Object