Hi All,
I have a question about these code lines:
G4TouchableHandle theTouchable = preStepPoint->GetTouchableHandle();
G4ThreeVector localPos = theTouchable->GetHistory()->GetTopTransform().TransformPoint(preStepPointPosition);
In particular, I don’t figure out what localPos is.
Thanks