Class EBTBEngine

java.lang.Object
org.jlab.clas.reco.ReconstructionEngine
org.jlab.service.eb.EBEngine
org.jlab.service.eb.EBTBEngine
All Implemented Interfaces:
org.jlab.clara.engine.Engine

public class EBTBEngine extends EBEngine
Author:
devita, baltzell
  • Constructor Details

    • EBTBEngine

      public EBTBEngine()
  • Method Details

    • processDataEvent

      public boolean processDataEvent(org.jlab.io.base.DataEvent de)
      Overrides:
      processDataEvent in class EBEngine
    • linkTracks

      public void linkTracks(org.jlab.io.base.DataEvent de)
      Reconstruct the mapping between hit-based and time-based tracks, by going back to the original, non-DST tracking banks and check their "id" variables. This modifies REC::Track in place in the event, assigning its "hbindex" to the corresponding row number in RECHB::Track.
      Parameters:
      de -
    • initBankNames

      public void initBankNames()
      Overrides:
      initBankNames in class EBEngine