70{
71
72 if (!fNaviSetup) {
73
74
75 G4VPhysicalVolume* worldWithSD = nullptr;
76 if (fWorldWithSdName.empty()) {
80 }
81 else {
82 worldWithSD =
84 }
85 fpNavigator->SetWorldVolume(worldWithSD);
86 fpNavigator->LocateGlobalPointAndUpdateTouchable(aSpot->
GetPosition(), fTouchableHandle(),
87 false);
88 fNaviSetup = true;
89 }
90 else {
91 fpNavigator->LocateGlobalPointAndUpdateTouchable(aSpot->
GetPosition(), fTouchableHandle());
92 }
93
94
95
96
97
98
99
100 G4VPhysicalVolume* pCurrentVolume = fTouchableHandle()->GetVolume();
101 G4VSensitiveDetector* pSensitive;
102 if (pCurrentVolume != 0) {
104 G4VGFlashSensitiveDetector* gflashSensitive =
105 dynamic_cast<G4VGFlashSensitiveDetector*>(pSensitive);
106 if (gflashSensitive) {
107
108 G4GFlashSpot theSpot(aSpot, aT, fTouchableHandle);
109 gflashSensitive->
Hit(&theSpot);
110 }
111 else if (pSensitive) {
112 fpSpotS->SetTotalEnergyDeposit(aSpot->
GetEnergy());
119 fpSpotP->SetTouchableHandle(fTouchableHandle);
120 fpSpotP->SetProcessDefinedStep(fpProcess);
122 pSensitive->
Hit(fpSpotS);
123 }
124 }
125 else {
126#ifdef GFLASH_DEBUG
128#endif
129 }
130}
G4GLOB_DLL std::ostream G4cout
const G4Track * GetPrimaryTrack() const
G4VSensitiveDetector * GetSensitiveDetector() const
G4VPhysicalVolume * GetWorldVolume() const
G4double GetWeight() const
G4double GetGlobalTime() const
G4double GetProperTime() const
G4double GetLocalTime() const
G4VPhysicalVolume * GetParallelWorld(const G4String &worldName)
static G4TransportationManager * GetTransportationManager()
G4Navigator * GetNavigatorForTracking() const
G4bool Hit(G4GFlashSpot *aSpot)
G4LogicalVolume * GetLogicalVolume() const
G4bool Hit(G4Step *aStep)
G4ThreeVector GetPosition() const
G4double GetEnergy() const