TOF Hardware Database Schema

  • moduleLocation
    • id
    • layer = +1 for downstream, -1 for upstream
    • position: use x, y labels as in Hall
    • moduleType
    • end = -1, +1, 0 for double ended
    • orientation (pmt angled upstream or angled downstream)
    • label
  • module
    • serialNo (primary key)
    • type
    • moduleLocationId
    • comment
  • pmtLocation
    • id
    • moduleLocationId
    • end
    • label
  • pmt
    • serialNo (primary key)
    • type
    • pmtLocationId
    • comment
  • splitterLocation
    • id
    • label
  • signalCable
    • id
    • label
    • splitterLocationId
  • hvCable
    • id
    • label
    • hvChannelId
  • discCable
    • id
    • label
    • splitterLocationId
    • discLocationId
    • discChannelNo
  • adcCable
    • id
    • label
    • splitterLocationId
    • fadcChannelNo
  • discLocation
    • id
    • crate
    • slot
  • adcLocation
    • id
    • crate
    • slot
  • disc
    • serialNo
    • discLocationId
  • adc
    • serialNo
    • adcLocationId
  • crate
    • serialNo
    • type
    • crateLocationId
  • crateLocation
    • id
    • rack
    • position