ATLAS Offline Software
Loading...
Searching...
No Matches
CudaFitter.h
Go to the documentation of this file.
1// Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2#pragma once
3#include "DataTypes.h"
4class RecTrack;
5
7{
8 public:
9 CudaFitter(void);
11 void fit(std::vector<const RecTrack*>&);
16 int);
17};
struct DetectorSurfaceStruct DETECTOR_SURFACE_TYPE
struct InputTrackInfoStruct INPUT_TRACK_INFO_TYPE
struct OutputTrackInfoStruct OUTPUT_TRACK_INFO_TYPE
struct HitInfoStruct HIT_INFO_TYPE
CudaFitter(void)
void fit(std::vector< const RecTrack * > &)
void runFixedPointSmoother(INPUT_TRACK_INFO_TYPE *, OUTPUT_TRACK_INFO_TYPE *, DETECTOR_SURFACE_TYPE *, HIT_INFO_TYPE *, int)
~CudaFitter(void)