![]() |
Project
|
Definition of the decoder for the MCH data. More...
#include <gsl/span>
#include <unordered_set>
#include <unordered_map>
#include <fstream>
#include "Headers/RDHAny.h"
#include "DataFormatsMCH/Digit.h"
#include "MCHBase/DecoderError.h"
#include "MCHBase/HeartBeatPacket.h"
#include "MCHRawDecoder/OrbitInfo.h"
#include "MCHRawDecoder/PageDecoder.h"
Go to the source code of this file.
Classes | |
struct | o2::mch::raw::OrbitInfoHash |
class | o2::mch::raw::DataDecoder |
struct | o2::mch::raw::DataDecoder::SampaInfo |
Structure storing the raw SAMPA information. More... | |
struct | o2::mch::raw::DataDecoder::TimeFrameStartRecord |
struct | o2::mch::raw::DataDecoder::RawDigit |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::mch |
namespace | o2::mch::raw |
Typedefs | |
using | o2::mch::raw::RdhHandler = std::function< void(o2::header::RDHAny *)> |
Functions | |
void | o2::mch::raw::dumpOrbits (const std::unordered_set< OrbitInfo, OrbitInfoHash > &mOrbits) |
bool | o2::mch::raw::operator< (const DataDecoder::RawDigit &d1, const DataDecoder::RawDigit &d2) |
std::ostream & | o2::mch::raw::operator<< (std::ostream &os, const DataDecoder::RawDigit &d) |
std::string | o2::mch::raw::asString (const DataDecoder::RawDigit &d) |
Definition of the decoder for the MCH data.
Definition in file DataDecoder.h.