ATLAS Offline Software
|
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration. More...
#include "AthenaBaseComps/AthAlgTool.h"
#include "HGTD_RecToolInterfaces/IHGTD_TrackTimeExtensionTool.h"
#include "GaudiKernel/ToolHandle.h"
#include "HGTD_PrepRawData/HGTD_ClusterContainer.h"
#include "HGTD_RecToolInterfaces/IHGTD_ClusterTruthTool.h"
#include "HGTD_RecToolInterfaces/IHGTD_TOFcorrectionTool.h"
#include "TrkExInterfaces/IExtrapolator.h"
#include "TrkToolInterfaces/IUpdator.h"
#include "xAODTruth/TruthParticle.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | HGTD_IterativeExtensionTool |
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
The HGTD_IterativeExtensionTool uses an iterative Kalman filter approach to find hits (HGTD_Cluster) in HGTD that are compatible with a track extrapolated to the surfaces of HGTD. During this process, the track itself is not altered, the found hits are returned as an array of HGTD_ClusterOnTrack objects.
TODO:
Definition in file HGTD_IterativeExtensionTool.h.