#include <G4GFlashSpot.hh>
Public Member Functions | |
G4GFlashSpot (const GFlashEnergySpot *aSpot, const G4FastTrack *aTrack, G4TouchableHandle aH) | |
~G4GFlashSpot () | |
const GFlashEnergySpot * | GetEnergySpot () const |
const G4FastTrack * | GetOriginatorTrack () const |
G4TouchableHandle | GetTouchableHandle () const |
G4ThreeVector | GetPosition () const |
Definition at line 48 of file G4GFlashSpot.hh.
G4GFlashSpot::G4GFlashSpot | ( | const GFlashEnergySpot * | aSpot, | |
const G4FastTrack * | aTrack, | |||
G4TouchableHandle | aH | |||
) | [inline] |
G4GFlashSpot::~G4GFlashSpot | ( | ) | [inline] |
const GFlashEnergySpot* G4GFlashSpot::GetEnergySpot | ( | ) | const [inline] |
const G4FastTrack* G4GFlashSpot::GetOriginatorTrack | ( | ) | const [inline] |
Definition at line 60 of file G4GFlashSpot.hh.
Referenced by GetPosition(), and G4VGFlashSensitiveDetector::Hit().
G4ThreeVector G4GFlashSpot::GetPosition | ( | ) | const [inline] |
Definition at line 64 of file G4GFlashSpot.hh.
References GetOriginatorTrack(), G4Track::GetPosition(), and G4FastTrack::GetPrimaryTrack().
Referenced by G4VGFlashSensitiveDetector::Hit().
00065 {return GetOriginatorTrack()->GetPrimaryTrack()->GetPosition();}
G4TouchableHandle G4GFlashSpot::GetTouchableHandle | ( | ) | const [inline] |