24#ifndef HGTD_EXPERTTRACKTIMEFROMCLUSTERSTOOL_H
25#define HGTD_EXPERTTRACKTIMEFROMCLUSTERSTOOL_H
41 :
public extends<AthAlgTool, IHGTD_ExpertTrackTimeAccessor> {
61 virtual StatusCode
initialize() override final;
144 Gaudi::Property<float>
m_deltat_cut{
this,
"DeltaTCut", 2.0,
"Default value"};
149 Gaudi::Property<float>
m_min_eta{
this,
"MinEta", 3.5,
"Default value"};
150 Gaudi::Property<float>
m_max_eta{
this,
"MaxEta", 3.9,
"Default value"};
162 std::unique_ptr<SG::AuxElement::Decorator<float>>
m_dec_time;
177 "HGTD_has_extension"};
179 "HGTD_cluster_time"};
181 "HGTD_cluster_truth_class"};
183 "HGTD_primary_expected"};
Helper class to provide constant type-safe access to aux data.
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration.
Support class for PropertyMgr.
Helper class to provide constant type-safe access to aux data.
=============================================================================
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.