ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
GeoTRTUncompressedHit Class Reference

This adaptor class allows TRT_UncompressedHits to behave as if they knew which detector they were in. More...

#include <GeoTRTUncompressedHit.h>

Collaboration diagram for GeoTRTUncompressedHit:

Public Member Functions

 GeoTRTUncompressedHit (const TRTUncompressedHit &h)
 
HepGeom::Point3D< double > getGlobalPosition (const InDetDD::TRT_DetectorManager *mgr) const
 
 operator bool () const
 

Private Attributes

const TRTUncompressedHitm_hit {nullptr}
 

Detailed Description

This adaptor class allows TRT_UncompressedHits to behave as if they knew which detector they were in.

Author
Joe Boudreau

Definition at line 23 of file GeoTRTUncompressedHit.h.

Constructor & Destructor Documentation

◆ GeoTRTUncompressedHit()

GeoTRTUncompressedHit::GeoTRTUncompressedHit ( const TRTUncompressedHit h)

Member Function Documentation

◆ getGlobalPosition()

HepGeom::Point3D<double> GeoTRTUncompressedHit::getGlobalPosition ( const InDetDD::TRT_DetectorManager mgr) const

◆ operator bool()

GeoTRTUncompressedHit::operator bool ( ) const
inline

Definition at line 34 of file GeoTRTUncompressedHit.h.

34 { return true; }

Member Data Documentation

◆ m_hit

const TRTUncompressedHit* GeoTRTUncompressedHit::m_hit {nullptr}
private

Definition at line 37 of file GeoTRTUncompressedHit.h.


The documentation for this class was generated from the following file: