#include "MCHRawCommon/SampaCluster.h"
#include "MCHRawCommon/SampaHeader.h"
#include <cstdlib>
#include <gsl/span>
#include <vector>
Go to the source code of this file.
|
void | o2::mch::raw::impl::append (std::vector< uint10_t > &b10, uint50_t value) |
|
SampaHeader | o2::mch::raw::impl::buildSampaHeader (uint8_t elinkId, DualSampaChannelId chId, gsl::span< const SampaCluster > data) |
|
void | o2::mch::raw::impl::fillUserLogicBuffer10 (std::vector< uint10_t > &b10, gsl::span< const SampaCluster > clusters, uint8_t elinkId, DualSampaChannelId chId, bool addSync) |
|
void | o2::mch::raw::impl::b10to64 (std::vector< uint10_t > b10, std::vector< uint64_t > &b64, uint16_t prefix14) |
|
uint16_t | o2::mch::raw::impl::computeChipAddress (uint8_t elinkId, DualSampaChannelId chId) |
|
void | o2::mch::raw::impl::addPadding (std::vector< uint10_t > &b10) |
|
void | o2::mch::raw::impl::appendSync (std::vector< uint10_t > &b10) |
|