ATLAS Offline Software
Loading...
Searching...
No Matches
GeoTRTUncompressedHit.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef GEOADAPTORS_GEOTRTUNCOMPRESSEDHIT_H
6#define GEOADAPTORS_GEOTRTUNCOMPRESSEDHIT_H
7
15
16#include "CLHEP/Geometry/Point3D.h"
18
19namespace InDetDD {
21}
22
24
25 public:
26
27 // Constructor:
29
30 // Get the absolute global position:
31 HepGeom::Point3D<double> getGlobalPosition(const InDetDD::TRT_DetectorManager* mgr) const;
32
33 // Is this hit OK?
34 operator bool () const { return true; }
35
36 private:
37 const TRTUncompressedHit* m_hit{nullptr};
38};
39
41
42#endif
Header file for AthHistogramAlgorithm.
HepGeom::Point3D< double > getGlobalPosition(const InDetDD::TRT_DetectorManager *mgr) const
const TRTUncompressedHit * m_hit
GeoTRTUncompressedHit(const TRTUncompressedHit &h)
The Detector Manager for all TRT Detector elements, it acts as the interface to the detector elements...
Message Stream Member.