19 G4VPhysicalVolume* physVol)
const
22 G4ThreeVector translation = transform.getTranslation();
25 static G4ThreadLocal G4RotationMatrix* rotation =
nullptr;
27 rotation =
new G4RotationMatrix();
28 G4AutoDelete::Register(rotation);
30 *rotation = transform.getRotation().inverse();
32 physVol->SetTranslation(translation);
33 physVol->SetRotation(rotation);