F1 hit-related standard handlers ================================ This page lists handlers related to detectors based on F1 chip (for 2022 only straw detector). Subjects: hit and raw data structs ---------------------------------- All the handlers listed below operate with the instances of the ``F1Hit`` C/C++ structure (and, optionally with ``RawDataF1`` instance accessed by ``rawData`` attribute): .. doxygenstruct:: na64dp::event::F1Hit :members: .. doxygenstruct:: na64dp::event::RawDataF1 :members: Note, that ``F1Hit`` may have its ``rawData`` reference unset. For instance, when events are read from Monte-Carlo data source. Handlers list ------------- This handlers deal with (M)SADC hits at the very basic level of DAQ digits. .. doxygengroup:: f1-handlers