11#include <tracking/trackFindingVXD/variableExtractors/VariableExtractor.h>
12#include <tracking/trackFindingVXD/trackQualityEstimators/QualityEstimatorBase.h>
46 saneValue = values.chiSquared ? *(values.chiSquared) : -1;
48 saneValue = values.pt ? *(values.pt) : -1;
50 saneValue = values.pmag ? *(values.pmag) : -1;
55 auto& vector = *(values.p);
A mixin class to attach a name to an object. Based on class with same name in CDC package.
Abstract base class for different kinds of events.
Container for complete fit/estimation results.