ATLAS Offline Software
|
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration. More...
#include "GaudiKernel/IAlgTool.h"
#include "HGTD_PrepRawData/HGTD_ClusterContainer.h"
#include "HGTD_RecToolInterfaces/IHGTD_ClusterTruthTool.h"
#include "TrkTrack/Track.h"
#include "TrkTrack/TrackStateOnSurface.h"
#include "xAODTracking/TrackParticle.h"
#include "AtlasHepMC/GenEvent.h"
#include <memory>
Go to the source code of this file.
Classes | |
struct | HGTD::ExtensionObject |
class | IHGTD_TrackTimeExtensionTool |
Namespaces | |
HGTD | |
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration. | |
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
Tracks reconstructed in ITk get extended to the surfaces of HGTD, where compatible hits get selected. In the extension process, the track is not altered. Currently the information from the selected hits in HGTD is retrieved and decorations added to the track. After this, the newly found track states are deleted. This might be changed in the future, where a dedicated object is written out, and a connection (link) between a track and its extension to HGTD stored.
Definition in file IHGTD_TrackTimeExtensionTool.h.