Class AtofHitStub

java.lang.Object
org.jlab.rec.alert.Track.AtofHitStub

public final class AtofHitStub extends Object
A minimal stand-in for an ATOF hit, attached to a TrackCandidate by the GNN graph.

Carries only the fields the GNN graph builder already extracts from the ATOF::hits bank. It is deliberately not org.jlab.rec.atof.hit.ATOFHit: constructing a real ATOFHit requires the ATOF Detector geometry and a calibration table, neither of which is available where the graph is built. Keeping this a plain value class also keeps the Track package free of any dependency on the atof package.

  • Constructor Details

    • AtofHitStub

      public AtofHitStub(int sector, int layer, int component, double x, double y)
  • Method Details

    • getSector

      public int getSector()
    • getLayer

      public int getLayer()
    • getComponent

      public int getComponent()
    • getX

      public double getX()
    • getY

      public double getY()