12#ifndef O2_MCH_RAW_RDH_MANIP_H
13#define O2_MCH_RAW_RDH_MANIP_H
o2::header::RDHAny createRDH(gsl::span< const std::byte > buffer, int version)
int countRDHs(gsl::span< const std::byte > buffer)
Count the number of RDHs in the buffer.
void appendRDH(std::vector< std::byte > &buffer, const o2::header::RDHAny &rdh)
Append bytes from RDH to the buffer.
int showRDHs(gsl::span< const std::byte > buffer)
Dump the RDHs found in the buffer.