Uses of Class
org.jlab.rec.tof.track.Track

Packages that use Track
  • Uses of Track in org.jlab.rec.tof.banks.ctof Link icon

    Methods in org.jlab.rec.tof.banks.ctof that return types with arguments of type Track
    Modifier and Type
    Method
    Description
    TrackReader.fetch_Trks(org.jlab.io.base.DataEvent event)
     
    Method parameters in org.jlab.rec.tof.banks.ctof with type arguments of type Track
    Modifier and Type
    Method
    Description
    void
    HitReader.fetch_Hits(org.jlab.io.base.DataEvent event, long timeStamp, org.jlab.detector.geant4.v2.CTOFGeant4Factory geometry, ArrayList<Track> tracks, org.jlab.utils.groups.IndexedTable constants0, org.jlab.utils.groups.IndexedTable constants1, org.jlab.utils.groups.IndexedTable constants2, org.jlab.utils.groups.IndexedTable constants3, org.jlab.utils.groups.IndexedTable constants4, org.jlab.utils.groups.IndexedTable constants5, org.jlab.utils.groups.IndexedTable constants6, org.jlab.utils.groups.IndexedTable constants7, org.jlab.utils.groups.IndexedTable constants8, org.jlab.utils.groups.IndexedTable constants9)
     
  • Uses of Track in org.jlab.rec.tof.banks.ftof Link icon

    Methods in org.jlab.rec.tof.banks.ftof that return types with arguments of type Track
    Modifier and Type
    Method
    Description
    TrackReader.fetch_Trks(org.jlab.io.base.DataEvent event)
     
    TrackReader.setTracksFromBank(org.jlab.io.base.DataBank bankDC)
     
    Method parameters in org.jlab.rec.tof.banks.ftof with type arguments of type Track
    Modifier and Type
    Method
    Description
    void
    HitReader.fetch_Hits(org.jlab.io.base.DataEvent event, long timeStamp, org.jlab.detector.geant4.v2.FTOFGeant4Factory geometry, ArrayList<Track> tracks, org.jlab.utils.groups.IndexedTable constants0, org.jlab.utils.groups.IndexedTable constants1, org.jlab.utils.groups.IndexedTable constants2, org.jlab.utils.groups.IndexedTable constants3, org.jlab.utils.groups.IndexedTable constants4, org.jlab.utils.groups.IndexedTable constants5, org.jlab.utils.groups.IndexedTable constants6, org.jlab.utils.groups.IndexedTable constants7, org.jlab.utils.groups.IndexedTable constants8, org.jlab.utils.groups.IndexedTable constants9, org.jlab.utils.groups.IndexedTable constants10)