![]() |
Project
|
#include <cstdint>
#include <exception>
#include <iterator>
#include <gsl/span>
#include <vector>
#include "Rtypes.h"
#include "fmt/format.h"
#include "DataFormatsEMCAL/Cell.h"
#include "DataFormatsEMCAL/Cluster.h"
#include "DataFormatsEMCAL/Digit.h"
#include "DataFormatsEMCAL/EventData.h"
#include "DataFormatsEMCAL/MCLabel.h"
#include "DataFormatsEMCAL/TriggerRecord.h"
#include "SimulationDataFormat/MCTruthContainer.h"
Go to the source code of this file.
Classes | |
class | o2::emcal::EventHandler< CellInputType > |
Handler for EMCAL event data. More... | |
class | o2::emcal::EventHandler< CellInputType >::RangeException |
Exception handling errors due to exceeding the range of triggers handled by the handler. More... | |
class | o2::emcal::EventHandler< CellInputType >::NotInitializedException |
Exception handling unitialized event handler. More... | |
class | o2::emcal::EventHandler< CellInputType >::InteractionRecordInvalidException |
Error handling in case the interaction records from various sources do not match. More... | |
class | o2::emcal::EventHandler< CellInputType >::TriggerBitsInvalidException |
Error handling in case the trigger bits from various sources do not match. More... | |
class | o2::emcal::EventHandler< CellInputType >::EventIterator |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::emcal |