133 if (ddp<0) ddp+= 360;
136 if (ddp<0) ddp+= 360;
137 if (ddp>360) ddp-=360;
140 if (ddp<0) ddp+= 360;
141 if (ddp>360) ddp-=360;
144 if (ddp<0) ddp+= 360;
145 if (ddp>360) ddp-=360;
181 for (
Int_t i=0; i<3; i++) {
182 norm[i] = point[i] - r0[i];
183 normsq += norm[i]*norm[i];
190 if (dir[0]*norm[0]+dir[1]*norm[1]+dir[2]*norm[2] < 0) {
205 if (phi < 0) phi+=360.0;
207 if (ddp<0) ddp+=360.;
224 Int_t numPoints = n*(n-1);
225 if (
fRmin>0) numPoints *= 2;
226 else if (
fDphi<360) numPoints += 2;
236 for (
Int_t i=0; i<3; i++) p[i] = pt[i]+t*dir[i];
247 for (
Int_t i=0; i<3; i++) p[i] = pt[i]+t*dir[i];
252 Double_t dd = (p[0]*dir[0]+p[1]*dir[1]+p[2]*dir[2] - (p[0]*dir[0]+p[1]*dir[1])*
fR/rxy)/d;
262 for (
Int_t i=0; i<3; i++) p[i] = pt[i]+t*dir[i];
264 if (rxy<1
E-6)
return 0;
267 Double_t ddaxis = (p[0]*dir[0]+p[1]*dir[1]+p[2]*dir[2] - (p[0]*dir[0]+p[1]*dir[1])*
fR/rxy)/daxis;
268 Double_t dddaxis = 1 - ddaxis*ddaxis - (1-dir[2]*dir[2])*
fR/rxy +
269 fR*(p[0]*dir[0]+p[1]*dir[1])*(p[0]*dir[0]+p[1]*dir[1])/(rxy*rxy*rxy);
279 if (iact<3 && safe) {
306 dphi =
TGeoTubeSeg::DistFromInsideS(point,dir,
fR-
fRmax,
fR+
fRmax,
fRmax, c1,s1,c2,s2,cm,sm,cdfi);
318 if (iact<3 && safe) {
342 if (ddp<0) ddp+=360;;
345 phi2=(fPhi1+
fDphi)*TMath::DegToRad();
358 rxy2 = point[0]*point[0]+point[1]*point[1];
360 if (!hasphi || inphi) inbring=
kTRUE;
369 memcpy(pt,point,3*
sizeof(
Double_t));
371 if (hasphi) dring =
TGeoTubeSeg::DistFromOutsideS(point,dir,
TMath::Max(0.,
fR-
fRmax-eps),
fR+
fRmax+eps,
fRmax+eps, c1,s1,
c2,s2,cm,sm,cdfi);
377 daxis =
Daxis(point,dir,snext);
380 for (i=0; i<3; i++) pt[i] = point[i]+snext*dir[i];
384 if (daxis<0) daxis =
Daxis(pt,dir,0);
390 for (i=0; i<3; i++) pt[i] += 0.1*eps*dir[i];
396 if (hasphi) dring =
TGeoTubeSeg::DistFromInsideS(pt,dir,
fR-
fRmin,
fR+
fRmin,
fRmin, c1,s1,
c2,s2,cm,sm,cdfi);
398 if (dd<dring)
return (snext+dd);
401 for (i=0; i<3; i++) pt[i] = point[i] + snext*dir[i];
410 for (i=0; i<3; i++) pt[i] += 0.1*eps*dir[i];
414 if (hasphi) dring =
TGeoTubeSeg::DistFromInsideS(pt,dir,
TMath::Max(0.,
fR-
fRmax-eps),
fR+
fRmax+eps,
fRmax+eps, c1,s1,
c2,s2,cm,sm,cdfi);
422 for (i=0; i<3; i++) pt[i] = point[i] + snext*dir[i];
498 Error(
"GetMakeRuntimeShape",
"parametrized toruses not supported");
513 printf(
" Bounding box:\n");
524 Int_t nbPnts = n*(n-1);
527 if (hasrmin) nbPnts *= 2;
528 else if (hasphi) nbPnts += 2;
530 Int_t nbSegs = (2*n-1)*(n-1);
531 Int_t nbPols = (n-1)*(n-1);
533 nbSegs += (2*n-1)*(n-1);
534 nbPols += (n-1)*(n-1);
542 nbPnts, 3*nbPnts, nbSegs, 3*nbSegs, nbPols, 6*nbPols);
559 Int_t nbPnts = n*(n-1);
560 Int_t indx, indp, startcap=0;
563 if (hasrmin) nbPnts *= 2;
564 else if (hasphi) nbPnts += 2;
573 for (i = 0; i <
n; i++) {
574 for (j = 0; j < n-1; j++) {
575 buff.
fSegs[indx+(i*(n-1)+j)*3] =
c;
576 buff.
fSegs[indx+(i*(n-1)+j)*3+1] = i*(n-1)+j;
577 buff.
fSegs[indx+(i*(n-1)+j)*3+2] = i*(n-1)+((j+1)%(n-1));
583 for (i = 0; i < n-1; i++) {
584 for (j = 0; j < n-1; j++) {
585 buff.
fSegs[indx+(i*(n-1)+j)*3] =
c;
586 buff.
fSegs[indx+(i*(n-1)+j)*3+1] = i*(n-1)+j;
587 buff.
fSegs[indx+(i*(n-1)+j)*3+2] = (i+1)*(n-1)+j;
590 indx += 3*(n-1)*(n-1);
591 startcap = (2*n-1)*(n-1);
596 for (i = 0; i <
n; i++) {
597 for (j = 0; j < n-1; j++) {
598 buff.
fSegs[indx+(i*(n-1)+j)*3] =
c;
599 buff.
fSegs[indx+(i*(n-1)+j)*3+1] = indp + i*(n-1)+j;
600 buff.
fSegs[indx+(i*(n-1)+j)*3+2] = indp + i*(n-1)+((j+1)%(n-1));
606 for (i = 0; i < n-1; i++) {
607 for (j = 0; j < n-1; j++) {
608 buff.
fSegs[indx+(i*(n-1)+j)*3] =
c;
609 buff.
fSegs[indx+(i*(n-1)+j)*3+1] = indp + i*(n-1)+j;
610 buff.
fSegs[indx+(i*(n-1)+j)*3+2] = indp + (i+1)*(n-1)+j;
613 indx += 3*(n-1)*(n-1);
614 startcap = (4*n-2)*(n-1);
621 for (j = 0; j < n-1; j++) {
622 buff.
fSegs[indx+j*3] = c+1;
623 buff.
fSegs[indx+j*3+1] = (n-1)*i+j;
624 buff.
fSegs[indx+j*3+2] = indp+(n-1)*i+j;
628 for (j = 0; j < n-1; j++) {
629 buff.
fSegs[indx+j*3] = c+1;
630 buff.
fSegs[indx+j*3+1] = (n-1)*i+j;
631 buff.
fSegs[indx+j*3+2] = indp+(n-1)*i+j;
636 for (j = 0; j < n-1; j++) {
637 buff.
fSegs[indx+j*3] = c+1;
638 buff.
fSegs[indx+j*3+1] = (n-1)*i+j;
639 buff.
fSegs[indx+j*3+2] = n*(n-1);
643 for (j = 0; j < n-1; j++) {
644 buff.
fSegs[indx+j*3] = c+1;
645 buff.
fSegs[indx+j*3+1] = (n-1)*i+j;
646 buff.
fSegs[indx+j*3+2] = n*(n-1)+1;
657 for (i=0; i<n-1; i++) {
658 for (j=0; j<n-1; j++) {
660 buff.
fPols[indx++] = 4;
661 buff.
fPols[indx++] = n*(n-1)+(n-1)*i+((j+1)%(n-1));
662 buff.
fPols[indx++] = (n-1)*(i+1)+j;
663 buff.
fPols[indx++] = n*(n-1)+(n-1)*i+j;
664 buff.
fPols[indx++] = (n-1)*i+j;
668 indp = (2*n-1)*(n-1);
671 for (i=0; i<n-1; i++) {
672 for (j=0; j<n-1; j++) {
674 buff.
fPols[indx++] = 4;
675 buff.
fPols[indx++] = indp+n*(n-1)+(n-1)*i+j;
676 buff.
fPols[indx++] = indp+(n-1)*(i+1)+j;
677 buff.
fPols[indx++] = indp+n*(n-1)+(n-1)*i+((j+1)%(n-1));
678 buff.
fPols[indx++] = indp+(n-1)*i+j;
685 Int_t np = (hasrmin)?4:3;
686 for (j=0; j<n-1; j++) {
687 buff.
fPols[indx++] = c+1;
688 buff.
fPols[indx++] = np;
689 buff.
fPols[indx++] = j;
690 buff.
fPols[indx++] = startcap+j;
692 buff.
fPols[indx++] = indp+j;
693 buff.
fPols[indx++] = startcap+((j+1)%(n-1));
697 for (j=0; j<n-1; j++) {
698 buff.
fPols[indx++] = c+1;
699 buff.
fPols[indx++] = np;
700 buff.
fPols[indx++] = (n-1)*i+j;
701 buff.
fPols[indx++] = startcap+(n-1)+((j+1)%(n-1));
703 buff.
fPols[indx++] = indp+(n-1)*i+j;
704 buff.
fPols[indx++] = startcap+(n-1)+j;
723 for (i=0; i<2; i++) saf[i]=-saf[i];
733 for (i=0; i<2; i++) saf[i]=-saf[i];
745 out <<
" r = " <<
fR <<
";" << std::endl;
746 out <<
" rmin = " <<
fRmin <<
";" << std::endl;
747 out <<
" rmax = " <<
fRmax <<
";" << std::endl;
748 out <<
" phi1 = " <<
fPhi1 <<
";" << std::endl;
749 out <<
" dphi = " <<
fDphi <<
";" << std::endl;
750 out <<
" TGeoShape *" <<
GetPointerName() <<
" = new TGeoTorus(\"" <<
GetName() <<
"\",r,rmin,rmax,phi1,dphi);" << std::endl;
791 for (i=0; i<
n; i++) {
795 for (j=0; j<n-1; j++) {
799 points[indx++] = (
fR+
fRmax*ci)*co;
800 points[indx++] = (
fR+
fRmax*ci)*so;
807 for (i=0; i<
n; i++) {
811 for (j=0; j<n-1; j++) {
815 points[indx++] = (
fR+
fRmin*ci)*co;
816 points[indx++] = (
fR+
fRmin*ci)*so;
849 for (i=0; i<
n; i++) {
853 for (j=0; j<n-1; j++) {
857 points[indx++] = (
fR+
fRmax*ci)*co;
858 points[indx++] = (
fR+
fRmax*ci)*so;
866 for (i=0; i<
n; i++) {
870 for (j=0; j<n-1; j++) {
874 points[indx++] = (
fR+
fRmin*ci)*co;
875 points[indx++] = (
fR+
fRmin*ci)*so;
900 Int_t numPoints = n*(n-1);
902 else if (
fDphi<360.) numPoints += 2;
946 Double_t q = c-a*b*ott+2.*a*a*a*ott*ott*ott;
952 t = (-3*q*sq3+delta)/(6*sq3);
953 u = (3*q*sq3+delta)/(6*sq3);
964 t = x[0]*x[0]+a*x[0]+b;
970 x[1] = 0.5*(-u-delta);
971 x[2] = 0.5*(-u+delta);
986 Double_t g = d-3.*a*a*a*a/256. + a*a*b/16. - a*c/4.;
995 if (delta<0)
return 0;
1000 x[ireal++] = -h-0.25*
a;
1001 x[ireal++] = h-0.25*
a;
1006 x[ireal++] = -h-0.25*
a;
1007 x[ireal++] = h-0.25*
a;
1011 for (i=0; i<ireal; i++) xx[i] = x[ind[i]];
1012 memcpy(x,xx,ireal*
sizeof(
Double_t));
1018 x[ireal++] = -0.25*
a;
1020 for (i=0; i<ind[0]; i++) x[ireal++] = xx[i]-0.25*a;
1023 for (i=0; i<ireal; i++) xx[i] = x[ind[i]];
1024 memcpy(x,xx,ireal*
sizeof(
Double_t));
1030 ireal =
SolveCubic(2.*e, e*e-4.*g, -f*f, xx);
1032 if (xx[0]<=0)
return 0;
1036 for (i=0; i<3; i++) {
1048 x[ireal++] = 0.5*(-h-delta)-0.25*a;
1049 x[ireal++] = 0.5*(-h+delta)-0.25*a;
1054 x[ireal++] = 0.5*(h-delta)-0.25*a;
1055 x[ireal++] = 0.5*(h+delta)-0.25*a;
1059 for (i=0; i<ireal; i++) xx[i] = x[ind[i]];
1060 memcpy(x,xx,ireal*
sizeof(
Double_t));
1075 Double_t r0sq = pt[0]*pt[0]+pt[1]*pt[1]+pt[2]*pt[2];
1076 Double_t rdotn = pt[0]*dir[0]+pt[1]*dir[1]+pt[2]*dir[2];
1079 Double_t b = 2.*(r0sq+2.*rdotn*rdotn-rsumsq+2.*
fR*
fR*dir[2]*dir[2]);
1080 Double_t c = 4.*(r0sq*rdotn-rsumsq*rdotn+2.*
fR*
fR*pt[2]*dir[2]);
1088 Double_t b0 = (pt[0]*dir[0]+pt[1]*dir[1])/(dir[0]*dir[0]+dir[1]*dir[1]);
1089 Double_t c0 = (pt[0]*pt[0] + (pt[1]-r0)*(pt[1]+r0))/(dir[0]*dir[0]+dir[1]*dir[1]);
1093 if (y[nsol]>-tol) nsol++;
1095 if (y[nsol]>-tol) nsol++;
1098 c0 = (pt[0]*pt[0] + (pt[1]-r0)*(pt[1]+r0))/(dir[0]*dir[0]+dir[1]*dir[1]);
1102 if (y[nsol]>-tol) nsol++;
1104 if (y[nsol]>-tol) nsol++;
1110 for (
Int_t j=0; j<nsol; j++) x[j] = y[ind[j]];
1120 for (
Int_t i=0; i<nsol; i++) {
1121 if (x[i]<-10)
continue;
1122 phi =
TMath::ATan2(pt[1]+x[i]*dir[1],pt[0]+x[i]*dir[0]);
1126 for (
Int_t ipt=0; ipt<3; ipt++) norm[ipt] = pt[ipt]+x[i]*dir[ipt] - r0[ipt];
1127 ndotd = norm[0]*dir[0]+norm[1]*dir[1]+norm[2]*dir[2];
1129 if (ndotd<0)
continue;
1131 if (ndotd>0)
continue;
1135 Double_t delta = s*s*s*s + a*s*s*s + b*s*s + c*s + d;
1136 Double_t eps0 = -delta/(4.*s*s*s + 3.*a*s*s + 2.*b*s +
c);
1141 delta = s*s*s*s + a*s*s*s + b*s*s + c*s + d;
1142 eps = -delta/(4.*s*s*s + 3.*a*s*s + 2.*b*s +
c);
1161 if (hasrmin) nvert *= 2;
1162 else if (hasphi) nvert += 2;
1163 nsegs = (2*n-1)*(n-1);
1164 npols = (n-1)*(n-1);
1166 nsegs += (2*n-1)*(n-1);
1167 npols += (n-1)*(n-1);
1186 Int_t nbPnts = n*(n-1);
1189 if (hasrmin) nbPnts *= 2;
1190 else if (hasphi) nbPnts += 2;
1192 Int_t nbSegs = (2*n-1)*(n-1);
1193 Int_t nbPols = (n-1)*(n-1);
1195 nbSegs += (2*n-1)*(n-1);
1196 nbPols += (n-1)*(n-1);
1203 if (buffer.
SetRawSizes(nbPnts, 3*nbPnts, nbSegs, 3*nbSegs, nbPols, 6*nbPols)) {
1229 for (
Int_t i=0; i<vecsize; i++) inside[i] =
Contains(&points[3*i]);
1239 for (
Int_t i=0; i<vecsize; i++)
ComputeNormal(&points[3*i], &dirs[3*i], &norms[3*i]);
1247 for (
Int_t i=0; i<vecsize; i++) dists[i] =
DistFromInside(&points[3*i], &dirs[3*i], 3, step[i]);
1255 for (
Int_t i=0; i<vecsize; i++) dists[i] =
DistFromOutside(&points[3*i], &dirs[3*i], 3, step[i]);
1265 for (
Int_t i=0; i<vecsize; i++) safe[i] =
Safety(&points[3*i], inside[i]);
#define snext(osub1, osub2)
Int_t GetNsegments() const
Get number of segments approximating circles.
Long64_t LocMax(Long64_t n, const T *a)
virtual const char * GetAxisName(Int_t iaxis) const
Returns name of axis IAXIS.
virtual Double_t DistFromInside(const Double_t *point, const Double_t *dir, Int_t iact=1, Double_t step=TGeoShape::Big(), Double_t *safe=0) const
Compute distance from inside point to surface of the torus.
Double_t Daxis(const Double_t *pt, const Double_t *dir, Double_t t) const
Computes distance to axis of the torus from point pt + t*dir;.
virtual void DistFromInside_v(const Double_t *points, const Double_t *dirs, Double_t *dists, Int_t vecsize, Double_t *step) const
Compute distance from array of input points having directions specisied by dirs. Store output in dist...
Int_t GetBasicColor() const
Get the basic color (0-7).
virtual Double_t DistFromOutside(const Double_t *point, const Double_t *dir, Int_t iact=1, Double_t step=TGeoShape::Big(), Double_t *safe=0) const
Compute distance from outside point to surface of the torus.
Short_t Min(Short_t a, Short_t b)
static Double_t SafetyPhi(const Double_t *point, Bool_t in, Double_t phi1, Double_t phi2)
Static method to compute safety w.r.t a phi corner defined by cosines/sines of the angles phi1...
virtual Double_t Capacity() const
Computes capacity of the shape in [length^3].
virtual Double_t DistFromOutside(const Double_t *point, const Double_t *dir, Int_t iact=1, Double_t step=TGeoShape::Big(), Double_t *safe=0) const
Compute distance from outside point to surface of the box.
virtual TGeoShape * GetMakeRuntimeShape(TGeoShape *mother, TGeoMatrix *mat) const
Create a shape fitting the mother.
ClassImp(TGeoTorus) TGeoTorus
Default constructor.
static Bool_t IsSameWithinTolerance(Double_t a, Double_t b)
Check if two numbers differ with less than a tolerance.
LongDouble_t Power(LongDouble_t x, LongDouble_t y)
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
Int_t SolveCubic(Double_t a, Double_t b, Double_t c, Double_t *x) const
Find real solutions of the cubic equation : x^3 + a*x^2 + b*x + c = 0 Input: a,b,c Output: x[3] real ...
virtual void GetBoundingCylinder(Double_t *param) const
— Fill vector param[4] with the bounding cylinder parameters.
static Double_t Tolerance()
virtual void ComputeNormal(const Double_t *point, const Double_t *dir, Double_t *norm)
Compute normal to closest surface from POINT.
virtual void SetSegsAndPols(TBuffer3D &buff) const
Fill TBuffer3D structure for segments and polygons.
virtual void Safety_v(const Double_t *points, const Bool_t *inside, Double_t *safe, Int_t vecsize) const
Compute safe distance from each of the points in the input array.
Double_t ToBoundary(const Double_t *pt, const Double_t *dir, Double_t r, Bool_t in) const
Returns distance to the surface or the torus (fR,r) from a point, along a direction.
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save a primitive as a C++ statement(s) on output stream "out".
void Sort(Index n, const Element *a, Index *index, Bool_t down=kTRUE)
virtual void GetMeshNumbers(Int_t &nvert, Int_t &nsegs, Int_t &npols) const
Returns numbers of vertices, segments and polygons composing the shape mesh.
void SetTorusDimensions(Double_t r, Double_t rmin, Double_t rmax, Double_t phi1, Double_t dphi)
Set torus dimensions.
virtual TBuffer3D * MakeBuffer3D() const
Creates a TBuffer3D describing this shape.
Double_t ATan2(Double_t, Double_t)
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
Int_t SolveQuartic(Double_t a, Double_t b, Double_t c, Double_t d, Double_t *x) const
Find real solutions of the quartic equation : x^4 + a*x^3 + b*x^2 + c*x + d = 0 Input: a...
virtual const TBuffer3D & GetBuffer3D(Int_t reqSections, Bool_t localFrame) const
Fills a static 3D buffer and returns a reference.
void SetSectionsValid(UInt_t mask)
void TransformPoints(Double_t *points, UInt_t NbPoints) const
Tranform a set of points (LocalToMaster)
static Double_t DistFromOutsideS(const Double_t *point, const Double_t *dir, Double_t rmin, Double_t rmax, Double_t dz, Double_t c1, Double_t s1, Double_t c2, Double_t s2, Double_t cm, Double_t sm, Double_t cdfi)
Static method to compute distance to arbitrary tube segment from outside point Boundary safe algorith...
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
Compute closest distance from point px,py to each vertex.
static Double_t DistFromInsideS(const Double_t *point, const Double_t *dir, Double_t rmin, Double_t rmax, Double_t dz)
Compute distance from inside point to surface of the tube (static) Boundary safe algorithm.
virtual Bool_t Contains(const Double_t *point) const
Test if point is inside the torus.
virtual Double_t GetAxisRange(Int_t iaxis, Double_t &xlo, Double_t &xhi) const
Get range of shape for a given axis.
virtual const char * ClassName() const
Returns name of class to which the object belongs.
Bool_t TestBit(UInt_t f) const
virtual Int_t GetNmeshVertices() const
Return number of vertices of the mesh representation.
Bool_t SetRawSizes(UInt_t reqPnts, UInt_t reqPntsCapacity, UInt_t reqSegs, UInt_t reqSegsCapacity, UInt_t reqPols, UInt_t reqPolsCapacity)
Set kRaw tessellation section of buffer with supplied sizes.
Generic 3D primitive description class.
virtual void SetPoints(Double_t *points) const
Create torus mesh points.
virtual TGeoVolume * Divide(TGeoVolume *voldiv, const char *divname, Int_t iaxis, Int_t ndiv, Double_t start, Double_t step)
— Divide this torus shape belonging to volume "voldiv" into ndiv volumes called divname, from start position with the given step.
virtual const char * GetName() const
Get the shape name.
virtual void InspectShape() const
Prints shape parameters.
static Double_t DistFromInsideS(const Double_t *point, const Double_t *dir, Double_t rmin, Double_t rmax, Double_t dz, Double_t c1, Double_t s1, Double_t c2, Double_t s2, Double_t cm, Double_t sm, Double_t cdfi)
Compute distance from inside point to surface of the tube segment (static) Boundary safe algorithm...
R__EXTERN TGeoManager * gGeoManager
virtual void FillBuffer3D(TBuffer3D &buffer, Int_t reqSections, Bool_t localFrame) const
Fills the supplied buffer, with sections in desired frame See TBuffer3D.h for explanation of sections...
virtual void DistFromOutside_v(const Double_t *points, const Double_t *dirs, Double_t *dists, Int_t vecsize, Double_t *step) const
Compute distance from array of input points having directions specisied by dirs. Store output in dist...
ClassImp(TMCParticle) void TMCParticle printf(": p=(%7.3f,%7.3f,%9.3f) ;", fPx, fPy, fPz)
Double_t DDaxis(const Double_t *pt, const Double_t *dir, Double_t t) const
Computes derivative w.r.t. t of the distance to axis of the torus from point pt + t*dir;...
Int_t ShapeDistancetoPrimitive(Int_t numpoints, Int_t px, Int_t py) const
Returns distance to shape primitive mesh.
virtual void SetDimensions(Double_t *param)
Set torus dimensions starting from a list.
const char * GetPointerName() const
Provide a pointer name containing uid.
void SetShapeBit(UInt_t f, Bool_t set)
Equivalent of TObject::SetBit.
virtual void ComputeNormal_v(const Double_t *points, const Double_t *dirs, Double_t *norms, Int_t vecsize)
Compute the normal for an array o points so that norm.dot.dir is positive Input: Arrays of point coor...
virtual void ComputeBBox()
Compute bounding box of the torus.
Bool_t TestShapeBit(UInt_t f) const
virtual void Sizeof3D() const
virtual void InspectShape() const
print shape parameters
Short_t Max(Short_t a, Short_t b)
static Double_t DistFromOutsideS(const Double_t *point, const Double_t *dir, Double_t rmin, Double_t rmax, Double_t dz)
Static method to compute distance from outside point to a tube with given parameters Boundary safe al...
Double_t DDDaxis(const Double_t *pt, const Double_t *dir, Double_t t) const
Second derivative of distance to torus axis w.r.t t.
ClassImp(TSlaveInfo) Int_t TSlaveInfo const TSlaveInfo * si
Used to sort slaveinfos by ordinal.
static void NormalPhi(const Double_t *point, const Double_t *dir, Double_t *norm, Double_t c1, Double_t s1, Double_t c2, Double_t s2)
Static method to compute normal to phi planes.
Double_t Sqrt(Double_t x)
virtual void Contains_v(const Double_t *points, Bool_t *inside, Int_t vecsize) const
Check the inside status for each of the points in the array.
Long64_t LocMin(Long64_t n, const T *a)
double norm(double *x, double *p)
virtual Double_t Safety(const Double_t *point, Bool_t in=kTRUE) const
computes the closest distance from given point to this shape, according to option.
Bool_t SectionsValid(UInt_t mask) const