![]() |
Project
|
Definition of the EMCAL clusterizer. More...
#include <array>
#include <gsl/span>
#include "Rtypes.h"
#include "DataFormatsEMCAL/Cluster.h"
#include "DataFormatsEMCAL/Digit.h"
#include "DataFormatsEMCAL/Cell.h"
#include "EMCALBase/Geometry.h"
Go to the source code of this file.
Classes | |
class | o2::emcal::Clusterizer< InputType > |
Meta class for recursive clusterizer. More... | |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::emcal |
Typedefs | |
using | o2::emcal::ClusterIndex = int |
using | o2::emcal::ClusterizerDigits = Clusterizer< Digit > |
using | o2::emcal::ClusterizerCells = Clusterizer< Cell > |
Variables | |
constexpr unsigned int | o2::emcal::NROWS = (24 + 1) * (6 + 4) |
constexpr unsigned int | o2::emcal::NCOLS = 48 * 2 + 1 |
Definition of the EMCAL clusterizer.
Definition in file Clusterizer.h.