69 {
70
71
72
73
75 G4VSensitiveDetector* This = dynamic_cast<G4VSensitiveDetector*>(this);
76 if (!This) {
78 "Needs also to inherit from G4VSensitiveDetector!");
79 return false;
80 }
82 G4VReadOutGeometry* ROgeometry = 0;
83 G4TouchableHistory* ROhis = 0;
84
86 if (ROgeometry) {
87
88 G4Step fakeStep;
95 }
97 }
98 else {
99 result = false;
100 }
101 return result;
102 }
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
const G4Track * GetPrimaryTrack() const
G4ThreeVector GetPosition() const
const G4FastTrack * GetOriginatorTrack() const
G4TouchableHandle GetTouchableHandle() const
void SetTouchableHandle(const G4TouchableHandle &apValue)
void SetPosition(const G4ThreeVector &aValue)
void SetMomentumDirection(const G4ThreeVector &aValue)
G4StepPoint * GetPreStepPoint() const
const G4ThreeVector & GetMomentumDirection() const
virtual G4bool ProcessHits(G4GFlashSpot *aSpot, G4TouchableHistory *ROhist)=0
virtual G4bool CheckROVolume(G4Step *, G4TouchableHistory *&)
G4VReadOutGeometry * GetROgeometry() const