![]() |
Project
|
#include <array>
#include <exception>
#include <iosfwd>
#include <string>
#include <tuple>
#include "MathUtils/Utils.h"
#include "Rtypes.h"
Go to the source code of this file.
Classes | |
class | o2::emcal::PedestalProcessorData |
Exchange container between PedestalProcessorDevice and PedestalAggregatorDevice. More... | |
class | o2::emcal::PedestalProcessorData::ChannelIndexException |
Handling access to invalid channel index (out-of-bounds) 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 | |
PedestalProcessorData | o2::emcal::operator+ (const PedestalProcessorData &lhs, const PedestalProcessorData &rhs) |
Sum operator for PedestalProcessorData. | |
std::ostream & | o2::emcal::operator<< (std::ostream &stream, const PedestalProcessorData::ChannelIndexException &ex) |
Output stream operator for PedestalProcessorData::ChannelIndexException. | |