116 norm[0] = norm[1] = 0;
121 norm[0] = point[0]*b*b;
122 norm[1] = point[1]*a*
a;
143 const Int_t numPoints=4*
n;
157 if (iact<3 && safe) {
164 Double_t d1=(x1-x0)*(x1-x0)+(y1-y0)*(y1-y0);
165 Double_t d2=(x2-x0)*(x2-x0)+(y2-y0)*(y2-y0);
170 for (
Int_t i=0; i<8; i++) {
181 d2=(x2-x0)*(x2-x0)+(y2-y0)*(y2-y0);
185 d1=(x1-x0)*(x1-x0)+(y1-y0)*(y1-y0);
199 if (dir[2]<0) snxt=-safz2/dir[2];
204 if ((xz*xz/a2+yz*yz/b2)<=1)
return snxt;
207 Double_t u=dir[0]*dir[0]*b2+dir[1]*dir[1]*a2;
208 Double_t v=point[0]*dir[0]*b2+point[1]*dir[1]*a2;
209 Double_t w=point[0]*point[0]*b2+point[1]*point[1]*a2-a2*b2;
215 if (snxt<0)
return tolerance;
227 if (iact<3 && safe) {
231 if ((x0*x0/a2+y0*y0/b2)>=1) {
236 for (
Int_t i=0; i<10; i++) {
237 phi3=(phi1+phi2)*0.5;
240 d=y3*a2*(x0-
x3)-x3*b2*(y0-y3);
244 *safe=
TMath::Sqrt((x0-x3)*(x0-x3)+(y0-y3)*(y0-y3));
262 zi = (point[2] > 0) ?
fDz : -
fDz;
264 tau = (zi-point[2])/dir[2];
268 if ((xz*xz/a2+yz*yz/b2)<1)
return tau;
274 Double_t u=dir[0]*dir[0]*b2+dir[1]*dir[1]*a2;
276 Double_t v=point[0]*dir[0]*b2+point[1]*dir[1]*a2;
277 Double_t w=point[0]*point[0]*b2+point[1]*point[1]*a2-a2*b2;
287 zi=point[2]+tau*dir[2];
291 if (tau < 0)
return 0.;
302 Error(
"Divide",
"Elliptical tubes divisions not implemenetd");
314 param[1] *= param[1];
327 Error(
"GetMakeRuntimeShape",
"invalid mother");
352 printf(
" Bounding box:\n");
371 if (sqdist>onepls) in =
kFALSE;
372 else if (sqdist<onemin) in =
kTRUE;
400 safr = (dx*bct+dy*ast)/d;
414 out <<
" a = " <<
fRmin <<
";" << std::endl;
415 out <<
" b = " <<
fRmax <<
";" << std::endl;
416 out <<
" dz = " <<
fDz <<
";" << std::endl;
417 out <<
" TGeoShape *" <<
GetPointerName() <<
" = new TGeoEltu(\"" <<
GetName() <<
"\",a,b,dz);" << std::endl;
426 if ((a<=0) || (b<0) || (dz<0)) {
465 for (j = 0; j <
n; j++) {
466 points[indx+6*
n] = points[indx] = 0;
468 points[indx+6*
n] = points[indx] = 0;
470 points[indx+6*
n] = dz;
474 for (j = 0; j <
n; j++) {
478 r2=(a2*b2)/(b2+(a2-b2)*sph*sph);
480 points[indx+6*
n] = points[indx] = r*cph;
482 points[indx+6*
n] = points[indx] = r*sph;
484 points[indx+6*
n]= dz;
527 for (j = 0; j <
n; j++) {
528 points[indx+6*
n] = points[indx] = 0;
530 points[indx+6*
n] = points[indx] = 0;
532 points[indx+6*
n] = dz;
536 for (j = 0; j <
n; j++) {
540 r2=(a2*b2)/(b2+(a2-b2)*sph*sph);
542 points[indx+6*
n] = points[indx] = r*cph;
544 points[indx+6*
n] = points[indx] = r*sph;
546 points[indx+6*
n]= dz;
566 if (buffer.
SetRawSizes(nbPnts, 3*nbPnts, nbSegs, 3*nbSegs, nbPols, 6*nbPols)) {
589 for (
Int_t i=0; i<vecsize; i++) inside[i] =
Contains(&points[3*i]);
607 for (
Int_t i=0; i<vecsize; i++) dists[i] =
DistFromInside(&points[3*i], &dirs[3*i], 3, step[i]);
615 for (
Int_t i=0; i<vecsize; i++) dists[i] =
DistFromOutside(&points[3*i], &dirs[3*i], 3, step[i]);
625 for (
Int_t i=0; i<vecsize; i++) safe[i] =
Safety(&points[3*i], inside[i]);
virtual void SetDimensions(Double_t *param)
Set shape dimensions starting from an array.
Float_t Normalize(Float_t v[3])
Normalize a vector v in place.
Int_t GetNsegments() const
Get number of segments approximating circles.
virtual Bool_t Contains(const Double_t *point) const
test if point is inside the elliptical tube
virtual void ComputeNormal(const Double_t *point, const Double_t *dir, Double_t *norm)
Compute normal to closest surface from POINT.
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.
virtual void GetBoundingCylinder(Double_t *param) const
— Fill vector param[4] with the bounding cylinder parameters.
virtual void SetName(const char *name)
Change (i.e.
virtual ~TGeoEltu()
destructor
Short_t Min(Short_t a, Short_t b)
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.
static Bool_t IsSameWithinTolerance(Double_t a, Double_t b)
Check if two numbers differ with less than a tolerance.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
static Double_t Tolerance()
virtual void GetMeshNumbers(Int_t &nvert, Int_t &nsegs, Int_t &npols) const
Returns numbers of vertices, segments and polygons composing the shape mesh.
virtual Double_t Capacity() const
Computes capacity of the shape in [length^3].
virtual const TBuffer3D & GetBuffer3D(Int_t reqSections, Bool_t localFrame) const
Fills a static 3D buffer and returns a reference.
static const double x2[5]
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.
virtual TGeoShape * GetMakeRuntimeShape(TGeoShape *mother, TGeoMatrix *mat) const
in case shape has some negative parameters, these has to be computed in order to fit the mother ...
virtual void SetSegsAndPols(TBuffer3D &buff) const
Fill TBuffer3D structure for segments and polygons.
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
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.
virtual Int_t GetNmeshVertices() const
Returns the number of vertices on the mesh.
void SetSectionsValid(UInt_t mask)
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save a primitive as a C++ statement(s) on output stream "out".
void TransformPoints(Double_t *points, UInt_t NbPoints) const
Tranform a set of points (LocalToMaster)
virtual TGeoVolume * Divide(TGeoVolume *voldiv, const char *divname, Int_t iaxis, Int_t ndiv, Double_t start, Double_t step)
Divide the shape along one axis.
virtual const char * ClassName() const
Returns name of class to which the object belongs.
void SetEltuDimensions(Double_t a, Double_t b, Double_t dz)
Set dimensions of the eliptical tube.
Bool_t TestBit(UInt_t f) const
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 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...
virtual void InspectShape() const
print shape parameters
virtual void GetMeshNumbers(Int_t &nvert, Int_t &nsegs, Int_t &npols) const
Returns numbers of vertices, segments and polygons composing the shape mesh.
virtual const char * GetName() const
Get the shape name.
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 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...
virtual void InspectShape() const
Prints shape parameters.
virtual Int_t GetNmeshVertices() const
Return number of vertices of the mesh representation.
static const double x1[5]
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 SetPoints(Double_t *points) const
Create eliptical tube mesh points.
ClassImp(TMCParticle) void TMCParticle printf(": p=(%7.3f,%7.3f,%9.3f) ;", fPx, fPy, fPz)
Int_t ShapeDistancetoPrimitive(Int_t numpoints, Int_t px, Int_t py) const
Returns distance to shape primitive mesh.
const char * GetPointerName() const
Provide a pointer name containing uid.
void SetShapeBit(UInt_t f, Bool_t set)
Equivalent of TObject::SetBit.
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
compute closest distance from point px,py to each vertex
Bool_t TestShapeBit(UInt_t f) const
Short_t Max(Short_t a, Short_t b)
virtual void ComputeBBox()
compute bounding box of the tube
Double_t Sqrt(Double_t x)
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 tube
double norm(double *x, double *p)
unsigned int r2[N_CITIES]
ClassImp(TGeoEltu) TGeoEltu
Dummy constructor.
Bool_t SectionsValid(UInt_t mask) const
static const double x3[11]
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 tube and safe distance