![]() |
Project
|
Definition of a container to keep Monte Carlo truth external to simulation objects. More...
#include "GPUCommonRtypes.h"
#include <cstdint>
#include <cassert>
#include <stdexcept>
#include <gsl/span>
#include <type_traits>
#include <cstring>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
struct | o2::dataformats::MCTruthHeaderElement |
Simple struct having information about truth elements for particular indices: how many associations we have and where they start in the storage. More... | |
class | o2::dataformats::MCTruthContainer< TruthElement > |
A container to hold and manage MC truth information/labels. More... | |
struct | o2::dataformats::MCTruthContainer< TruthElement >::FlatHeader |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::dataformats |
Definition of a container to keep/associate and arbitrary number of labels associated to an index with contiguous or non-contiguous label storage. | |
Typedefs | |
using | o2::dataformats::MCLabelContainer = o2::dataformats::MCTruthContainer< o2::MCCompLabel > |
Definition of a container to keep Monte Carlo truth external to simulation objects.
Definition in file MCTruthContainer.h.