![]() |
Project
|
#include <climits>
#include <exception>
#include <iosfwd>
#include <gsl/span>
#include <string>
#include <string_view>
#include "EMCALBase/RCUTrailer.h"
#include "EMCALReconstruction/Bunch.h"
#include "EMCALReconstruction/Channel.h"
#include "EMCALReconstruction/RawReaderMemory.h"
Go to the source code of this file.
Classes | |
class | o2::emcal::AltroDecoderError |
Error handling of the ALTRO Decoder. More... | |
class | o2::emcal::MinorAltroDecodingError |
Error handling for the ALTRO decoder for non-crashing errors. More... | |
class | o2::emcal::AltroDecoder |
Decoder of the ALTRO data in the raw page. More... | |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::emcal |
Functions | |
std::ostream & | o2::emcal::operator<< (std::ostream &stream, const AltroDecoderError &error) |
Stream operator of the AltroDecoderError. | |
std::ostream & | o2::emcal::operator<< (std::ostream &stream, const AltroDecoderError::ErrorType_t &errortype) |
Stream operator of AltroDecoderError's ErrorType_t. | |
std::ostream & | o2::emcal::operator<< (std::ostream &stream, const MinorAltroDecodingError &error) |
Stream operator of the MinorAltroDecodingError. | |
std::ostream & | o2::emcal::operator<< (std::ostream &stream, const MinorAltroDecodingError::ErrorType_t &errortype) |
Stream operator of MinorAltroDecodingError's ErrorType_t. | |