pflib v3.0.0-rc1-25-gb91774e
Pretty Fine HGCROC Interaction Library
|
Simple HGCROC-only event packet. More...
#include <SingleROCEventPacket.h>
Public Member Functions | |
void | from (std::span< uint32_t > data) |
parse into this package from the passed data span | |
Reader & | read (Reader &r) |
read from the input reader into this packet | |
SingleROCEventPacket ()=default | |
default constructor that does nothing | |
Public Attributes | |
std::array< DAQLinkFrame, 2 > | daq_links |
the two daq links for the connected HGCROC | |
std::array< TriggerLinkFrame, 4 > | trigger_links |
the four trigger links | |
Simple HGCROC-only event packet.
No zero suppressions or condensation is done, the entire HGCROC DAQ and Link packets are reaodut into a single event packet in sequence.
This is the style of readout from the 2021 teastbeam and can be done easily in pflib without much emulation.
read from the input reader into this packet
enables us to