Juggler
Juggling algorithms and event processing using gaudi framework
|
#include "Acts/EventData/Measurement.hpp"
#include "JugReco/IndexSourceLink.hpp"
#include <cassert>
#include <vector>
Go to the source code of this file.
Classes | |
class | Jug::MeasurementCalibrator |
Calibrator to convert an index source link to a measurement. More... | |
Namespaces | |
Jug | |
Typedefs | |
using | Jug::Measurement = ::Acts::BoundVariantMeasurement< IndexSourceLink > |
Variable measurement type that can contain all possible combinations. More... | |
using | Jug::MeasurementContainer = std::vector< Measurement > |