![]() |
ATLAS Offline Software
|
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration. More...
#include "GaudiKernel/IAlgTool.h"#include "GaudiKernel/PhysicalConstants.h"#include "xAODTracking/TrackParticle.h"#include "xAODTruth/TruthParticle.h"#include "xAODTruth/TruthVertex.h"#include "xAODTruth/xAODTruthHelpers.h"Go to the source code of this file.
Classes | |
| class | IHGTD_ExpertTrackTimeAccessor |
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration.
Expert-only interface to retrieve an HGTD track time under a configurable working point.
WARNING: this interface exists for HGTD expert studies and internal validation only, and must not be scheduled in standard reconstruction jobs. Reconstruction and analysis code has to take the track time from the xAOD::TrackParticle EDM (hasValidTime(), time(), timeResolution()) instead. The expert* methods below re-derive the time under tool-specific cuts and are named so that they cannot be mistaken for the EDM getters.
Definition in file IHGTD_ExpertTrackTimeAccessor.h.