5#ifndef ACTSTRK_DATAPREPARATION_HGTD_TIMEDCLUSTERING_TOOL_H
6#define ACTSTRK_DATAPREPARATION_HGTD_TIMEDCLUSTERING_TOOL_H
14#include "Acts/Definitions/Units.hpp"
34 public extends<AthAlgTool, IHGTDClusteringTool> {
37 std::vector<Identifier>
ids;
48 const std::string& name,
49 const IInterface* parent);
52 virtual StatusCode
clusterize(
const EventContext& ctx,
53 const RawDataCollection& RDOs,
54 ClusterContainer&
container)
const override;
67 Gaudi::Property<double>
m_timeTollerance {
this,
"TimeTollerance", 0.035 * Acts::UnitConstants::ns};
The Detector manager has methods to retrieve the Identifier helper and methods to retrieve the detect...
This is an Identifier helper class for the HGTD subdetector.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
HGTDCluster_v1 HGTDCluster
Define the version of the pixel cluster class.
UnpackedHgtdRDO(int ncl, int row, int col, float toa, int tot, Identifier id)