Class RawBank

Direct Known Subclasses:
RawDataBank

public class RawBank extends FilteredBank
A FilteredBank specific to raw ADC/TDC banks, filtered on order by decades. This is to leverage hijacking the higher decimal digits of order to encode additional information, and avoid reconstruction engines or others from having to manually interpret order, although they still can if necessary.
Author:
baltzell
  • Field Details

  • Constructor Details

    • RawBank

      public RawBank(org.jlab.jnp.hipo4.data.Schema sch)
    • RawBank

      public RawBank(org.jlab.jnp.hipo4.data.Schema sch, int allocate)
    • RawBank

      public RawBank(org.jlab.jnp.hipo4.data.Schema sch, int allocate, RawBank.OrderType... types)
    • RawBank

      public RawBank(org.jlab.jnp.hipo4.data.Schema sch, RawBank.OrderType... types)
  • Method Details