DOM Processor

Processor that converts DOM identifiers into their Cartesian positions in the detector.

Configuration

Selected as name: domproc.

Option

Description

Type

Default

cols

Columns holding the DOM identifiers. Expects 3 columns ordered as [string, OM, PMT].

column(s)

required

out

Columns the resulting positions are written to.

column(s)

required

- name: domproc
  kwargs:
    cols: [ string, om, pmt ]
    out: [ x, y, z ]