17#ifndef ITSTRACKINGGPU_VERTEXERTRAITSGPU_H_
18#define ITSTRACKINGGPU_VERTEXERTRAITSGPU_H_
45 bool isGPU() const noexcept final {
return true; }
46 const char*
getName() const noexcept final {
return "GPU"; }
Class to compute the primary vertex in ITS from tracklets.
void adoptTimeFrame(TimeFrame< nLayers > *tf) noexcept final
void initialise(const TrackingParameters &, const int iteration=0) final
void computeVertices(const int iteration=0) final
const char * getName() const noexcept final
void updateVertexingParameters(const std::vector< VertexingParameters > &, const TimeFrameGPUParameters &) final
void computeTracklets(const int iteration=0) final
bool isGPU() const noexcept final
void computeTrackletMatching(const int iteration=0) final
gpu::TimeFrameGPU< nLayers > * mTimeFrameGPU
TimeFrameGPUParameters mTfGPUParams
std::unique_ptr< GPUReconstructionTimeframe > tf