Class RecoBankWriter

java.lang.Object
org.jlab.rec.fmt.banks.RecoBankWriter

public class RecoBankWriter extends Object
Author:
ziegler, benkel, devita
  • Constructor Details

    • RecoBankWriter

      public RecoBankWriter()
  • Method Details

    • fillFMTHitsBank

      public static DataBank fillFMTHitsBank(DataEvent event, List<Hit> hitlist)
    • fillFMTClustersBank

      public static DataBank fillFMTClustersBank(DataEvent event, List<Cluster> cluslist)
      Parameters:
      event -
      cluslist - the reconstructed list of fitted clusters in the event
      Returns:
      clusters bank
    • fillFMTCrossesBank

      public static DataBank fillFMTCrossesBank(DataEvent event, List<Cross> crosses)
      Parameters:
      event -
      crosses - the reconstructed list of crosses in the event
      Returns:
      crosses bank
    • appendFMTBanks

      public static void appendFMTBanks(DataEvent event, List<Hit> fhits, List<Cluster> clusters, List<Track> tracks)