![]() |
Project
|
#include <array>
#include <bitset>
#include <cstdint>
#include <exception>
#include <iosfwd>
#include <string>
#include "Rtypes.h"
#include "EMCALBase/TriggerMappingV2.h"
Go to the source code of this file.
Classes | |
class | o2::emcal::TRUDataHandler |
Helper class to handle decoded TRU data during the reconstruction. More... | |
class | o2::emcal::TRUDataHandler::PatchIndexException |
Handler of errors related to invalid trigger patch IDs. 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 TRUDataHandler &data) |
Output stream operator for the TRU data handler. | |
std::ostream & | o2::emcal::operator<< (std::ostream &stream, const TRUDataHandler::PatchIndexException &error) |
Output stream operator of the PatchIndexException. | |