Class TranslationTable

All Implemented Interfaces:
Serializable, TableModel

public class TranslationTable extends IndexedTable
An IndexedTable assuming the standard, /daq/tt CCDB format (c/s/c/s/l/c/o), appended by a DetectorType column. A global CCDB translation table.
Author:
baltzell
See Also:
  • Field Details

    • TYPES

      public static final DetectorType[] TYPES
    • STYPES

      public static final String[] STYPES
  • Constructor Details

    • TranslationTable

      public TranslationTable()
  • Method Details

    • add

      public void add(DetectorType dt, IndexedTable it)
      Add a detector's entire translation table.
    • dump

      public void dump()
    • main

      public static void main(String[] args)