Interface IExtractor<T>

All Known Implementing Classes:
HipoExtractor, Mode3, Mode7, ModeAHDC

public interface IExtractor<T>
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    extract(org.jlab.utils.groups.NamedEntry pars, int id, long par1, long par2, short... samples)
     
  • Method Details Link icon

    • extract Link icon

      List<T> extract(org.jlab.utils.groups.NamedEntry pars, int id, long par1, long par2, short... samples)