14#ifndef HGTD_CLUSTERONTRACK_H
15#define HGTD_CLUSTERONTRACK_H
53 const float calib_time,
54 const float calib_time_res,
74 const float calib_time,
75 const float calib_time_res,
109 virtual MsgStream&
dump(MsgStream& out)
const override final;
121 const Trk::PrepRawData* prd) override final;
151 return m_rio.cachedElement();
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
Trk::PrepRawDataContainer< HGTD_ClusterCollection > HGTD_ClusterContainer
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.
ElementLink implementation for ROOT usage.
ElementLink< HGTD_ClusterContainer > m_rio
IdentifierHash m_id_hash
The IdentifierHash - needed to comply with RIO_OnTrack interface, currently not used.
virtual bool rioType(Trk::RIO_OnTrackType::Type type) const override final
Method checking the Rio On Track type.
virtual const HGTD_Cluster * prepRawData() const override final
returns the PrepRawData - is a SiCluster in this scope
Amg::Vector3D m_global_position
The global position, managed by the cluster on track.
HGTD_ClusterOnTrack & operator=(HGTD_ClusterOnTrack &&)=default
virtual float timeResolution() const
const InDetDD::SolidStateDetectorElementBase * m_det_el
Detector element associated to this cluster on track.
HGTD_ClusterOnTrack(HGTD_ClusterOnTrack &&)=default
HGTD_ClusterOnTrack(const HGTD_ClusterOnTrack &)=default
virtual HGTD_ClusterOnTrack * clone() const override final
Pseudo-constructor : needed to avoid excessive RTTI.
virtual const InDetDD::SolidStateDetectorElementBase * detectorElement() const override final
returns the detector element, assoicated with the PRD of this class
virtual void setValues(const Trk::TrkDetElementBase *det_el, const Trk::PrepRawData *prd) override final
ONLY for use in custom convertor Allows the custom convertor to reset values when persistying/reading...
virtual const Trk::Surface & associatedSurface() const override final
returns the surface for the local to global transformation
HGTD_ClusterOnTrack & operator=(const HGTD_ClusterOnTrack &)=default
virtual IdentifierHash idDE() const override final
returns the DE hashID*
virtual float time() const
virtual const Amg::Vector3D & globalPosition() const override final
returns global position (gathered through Surface constraint)
float m_calibrated_time_resolution
This is a "hash" representation of an Identifier.
Class to hold geometrical description of a solid state detector element.
Class to handle RIO On Tracks ROT) for InDet and Muons, it inherits from the common MeasurementBase.
virtual bool type(MeasurementBaseType::Type type) const override final
Extended method checking the type.
Definition of ATLAS Math & Geometry primitives (Amg)
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
Eigen::Matrix< double, 3, 1 > Vector3D
Ensure that the ATLAS eigen extensions are properly loaded.