ATLAS Offline Software
Loading...
Searching...
No Matches
GeoTGCHit Class Reference

#include <GeoMuonHits.h>

Inheritance diagram for GeoTGCHit:
Collaboration diagram for GeoTGCHit:

Public Member Functions

 GeoTGCHit (const TGCSimHit &h)
Amg::Vector3D getGlobalPosition () const
const TGCSimHitdata () const
 operator bool () const

Protected Member Functions

const MuonGM::MuonDetectorManagermgr () const

Static Private Member Functions

static const MuonGM::MuonDetectorManagerinit ()

Private Attributes

const TGCSimHitm_hit

Detailed Description

Definition at line 105 of file GeoMuonHits.h.

Constructor & Destructor Documentation

◆ GeoTGCHit()

GeoTGCHit::GeoTGCHit ( const TGCSimHit & h)

Member Function Documentation

◆ data()

const TGCSimHit & GeoTGCHit::data ( ) const
inline

Definition at line 116 of file GeoMuonHits.h.

116{ return *m_hit;}
const TGCSimHit * m_hit

◆ getGlobalPosition()

Amg::Vector3D GeoTGCHit::getGlobalPosition ( ) const

◆ init()

const MuonGM::MuonDetectorManager * GeoMuonHitBase::init ( )
staticprivateinherited

Definition at line 11 of file GeoMuonHits.cxx.

12{
13 ServiceHandle<StoreGateSvc> detStore ("DetectorStore", "GeoSiHit");
14 const MuonGM::MuonDetectorManager* mgr = nullptr;
15 if(detStore->retrieve(mgr,"Muon").isFailure()) {
16 std::abort();
17 }
18 return mgr;
19}
const MuonGM::MuonDetectorManager * mgr() const

◆ mgr()

const MuonGM::MuonDetectorManager * GeoMuonHitBase::mgr ( ) const
protectedinherited

Definition at line 22 of file GeoMuonHits.cxx.

23{
24 const MuonGM::MuonDetectorManager* const mgr = init();
25 return mgr;
26}
static const MuonGM::MuonDetectorManager * init()

◆ operator bool()

GeoTGCHit::operator bool ( ) const
inline

Definition at line 119 of file GeoMuonHits.h.

119{ return true; }

Member Data Documentation

◆ m_hit

const TGCSimHit* GeoTGCHit::m_hit
private

Definition at line 124 of file GeoMuonHits.h.


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