ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
DetectorDescription
GeoModel
GeoAdaptors
GeoAdaptors
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"
17
class
TRTUncompressedHit
;
18
19
namespace
InDetDD
{
20
class
TRT_DetectorManager
;
21
}
22
23
class
GeoTRTUncompressedHit
{
24
25
public
:
26
27
// Constructor:
28
GeoTRTUncompressedHit
(
const
TRTUncompressedHit
&
h
);
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
40
#include "
GeoAdaptors/GeoTRTUncompressedHit.icc
"
41
42
#endif
GeoTRTUncompressedHit.icc
h
Header file for AthHistogramAlgorithm.
GeoTRTUncompressedHit::getGlobalPosition
HepGeom::Point3D< double > getGlobalPosition(const InDetDD::TRT_DetectorManager *mgr) const
GeoTRTUncompressedHit::m_hit
const TRTUncompressedHit * m_hit
Definition
GeoTRTUncompressedHit.h:37
GeoTRTUncompressedHit::GeoTRTUncompressedHit
GeoTRTUncompressedHit(const TRTUncompressedHit &h)
InDetDD::TRT_DetectorManager
The Detector Manager for all TRT Detector elements, it acts as the interface to the detector elements...
Definition
TRT_DetectorManager.h:63
TRTUncompressedHit
Definition
TRTUncompressedHit.h:11
InDetDD
Message Stream Member.
Definition
FakeTrackBuilder.h:8
Generated on
for ATLAS Offline Software by
1.17.0