44 :
G4Conic(), focalDist(right.focalDist), F(right.F), L0(right.L0)
60 if (&right ==
this)
return *
this;
64 focalDist = right.focalDist;
96 focalDist*(u*u*xPrime+2*u*yPrime) );
99 G4double newFocalDist= (focalDist*((2*u+1)*xPrime+2*yPrime)).mag()/std::sqrt(5.);
103 newPosition.
Init(newRefDirection, newAxis, newLocation);
105 r->
Init(newPosition, newFocalDist);
127 for (
G4int i=0; i<3; i++)