ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/parameterisations/gflash/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 |
Private Attributes | |
const GFlashEnergySpot * | theSpot |
const G4FastTrack * | theTrack |
G4TouchableHandle | theHandle |
Definition at line 47 of file G4GFlashSpot.hh.
View newest version in sPHENIX GitHub at line 47 of file G4GFlashSpot.hh
|
inline |
Definition at line 51 of file G4GFlashSpot.hh.
View newest version in sPHENIX GitHub at line 51 of file G4GFlashSpot.hh
|
inline |
Definition at line 55 of file G4GFlashSpot.hh.
View newest version in sPHENIX GitHub at line 55 of file G4GFlashSpot.hh
|
inline |
Definition at line 57 of file G4GFlashSpot.hh.
View newest version in sPHENIX GitHub at line 57 of file G4GFlashSpot.hh
References theSpot.
Referenced by ExGflash1SensitiveDetector::ProcessHits(), ExGflashSensitiveDetector::ProcessHits(), ExGflash3SensitiveDetector::ProcessHits(), and ExGflash2SensitiveDetector::ProcessHits().
|
inline |
Definition at line 59 of file G4GFlashSpot.hh.
View newest version in sPHENIX GitHub at line 59 of file G4GFlashSpot.hh
References theTrack.
Referenced by GetPosition(), and G4VGFlashSensitiveDetector::Hit().
|
inline |
Definition at line 63 of file G4GFlashSpot.hh.
View newest version in sPHENIX GitHub at line 63 of file G4GFlashSpot.hh
References GetOriginatorTrack(), G4Track::GetPosition(), and G4FastTrack::GetPrimaryTrack().
Referenced by G4VGFlashSensitiveDetector::Hit().
|
inline |
Definition at line 61 of file G4GFlashSpot.hh.
View newest version in sPHENIX GitHub at line 61 of file G4GFlashSpot.hh
References theHandle.
Referenced by G4VGFlashSensitiveDetector::Hit(), ExGflash2SensitiveDetector::ProcessHits(), ExGflash3SensitiveDetector::ProcessHits(), and ExGflash1SensitiveDetector::ProcessHits().
|
private |
Definition at line 70 of file G4GFlashSpot.hh.
View newest version in sPHENIX GitHub at line 70 of file G4GFlashSpot.hh
Referenced by GetTouchableHandle().
|
private |
Definition at line 68 of file G4GFlashSpot.hh.
View newest version in sPHENIX GitHub at line 68 of file G4GFlashSpot.hh
Referenced by GetEnergySpot().
|
private |
Definition at line 69 of file G4GFlashSpot.hh.
View newest version in sPHENIX GitHub at line 69 of file G4GFlashSpot.hh
Referenced by GetOriginatorTrack().