|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #include "GaudiKernel/MsgStream.h"
23 m_calibrated_time_resolution(0) {}
29 const float calib_time,
30 const float calib_time_res,
33 m_det_el(rio->detectorElement()),
35 m_calibrated_time(calib_time),
36 m_calibrated_time_resolution(calib_time_res) {
37 m_rio.setElement(rio);
44 const float calib_time,
45 const float calib_time_res,
49 m_det_el(rio->detectorElement()),
51 m_global_position(global_position),
52 m_calibrated_time(calib_time),
53 m_calibrated_time_resolution(calib_time_res) {
54 m_rio.setElement(rio);
66 sl <<
"HGTD_ClusterOnTrack {" <<
endmsg;
70 sl <<
"Global position (x,y,z) = (";
78 sl <<
"HGTD_ClusterOnTrack {" << std::endl;
82 sl <<
"Global position (x,y,z) = (";
85 sl <<
"}" << std::endl;
ElementLink< HGTD_ClusterContainer > m_rio
virtual MsgStream & dump(MsgStream &out) const override
returns the some information about this RIO_OnTrack.
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...
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
Identifier identify(const UncalibratedMeasurement *meas)
Returns the associated identifier.
virtual MsgStream & dump(MsgStream &out) const override final
returns some information about this RIO_OnTrack.
virtual const InDetDD::SolidStateDetectorElementBase * detectorElement() const override final
returns the detector element, assoicated with the PRD of this class
virtual const Trk::Surface & associatedSurface() const override final
returns the surface for the local to global transformation
Eigen::Matrix< double, 3, 1 > Vector3D
Amg::Vector3D m_global_position
The global position, managed by the cluster on track.
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
virtual const Amg::Vector3D & globalPosition() const override final
returns global position (gathered through Surface constraint)
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration.
const InDetDD::SolidStateDetectorElementBase * m_det_el
Detector element associated to this cluster on track.