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 Link icon

  • Constructor Details Link icon

    • RawBank Link icon

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

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

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

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