![]() |
ATLAS Offline Software
|
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration. More...
#include "AthenaBaseComps/AthAlgTool.h"#include "HGTD_Analysis/IHGTD_ExpertTrackTimeAccessor.h"#include <string>Go to the source code of this file.
Classes | |
| class | HGTD::ExpertTrackTimeFromEDMTool |
Namespaces | |
| namespace | HGTD |
| Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration. | |
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration.
Expert-only track-time accessor that hands back the track time as it is stored in the xAOD::TrackParticle EDM, without applying any additional selection. It exists as the unmodified reference point the other two implementations are compared against in HGTD validation studies.
For expert studies and internal validation only – see the warning in HGTD_Analysis/IHGTD_ExpertTrackTimeAccessor.h. Anything that just needs the track time has to call xAOD::TrackParticle::time() directly instead of going through this tool.
Definition in file ExpertTrackTimeFromEDMTool.h.