DUNE-DAQ / fddetdataformats

Far Detector Data Formats
0 stars 0 forks source link

Add method to retrieve offline channel mapping for WIB ethernet frames #5

Open adam-abed-abud opened 1 year ago

adam-abed-abud commented 1 year ago

The current method for retrieving the offline channel map get_offline_channel_from_crate_slot_fiber_chan (link) does not work for WIBEthernet frames. This is because there isn't anymore a value for slot, crate or link in WIBEth frame format

wesketchum commented 1 year ago

@adam-abed-abud that's ... not true is it? WIBEthFrame as a DAQHeader object that has this information in it...one just needs to access it through the daq_header member of the struct.