134      norm[0] = norm[1] = 0;
 
  139   norm[0] = point[0]*
b*
b;
 
  140   norm[1] = point[1]*
a*
a;
 
  161   const Int_t numPoints=4*
n;
 
  175   if (iact<3 && safe) {
 
  187      for (
Int_t i=0; i<8; i++) {
 
  198            d2=(
x2-x0)*(
x2-x0)+(y2-y0)*(y2-y0);
 
  202            d1=(
x1-x0)*(
x1-x0)+(y1-y0)*(y1-y0);
 
  216      if (dir[2]<0) snxt=-safz2/dir[2];
 
  221   if ((xz*xz/a2+yz*yz/b2)<=1) 
return snxt;
 
  224   Double_t u=dir[0]*dir[0]*b2+dir[1]*dir[1]*a2;
 
  225   Double_t v=point[0]*dir[0]*b2+point[1]*dir[1]*a2;
 
  226   Double_t w=point[0]*point[0]*b2+point[1]*point[1]*a2-a2*b2;
 
  232   if (snxt<0) 
return tolerance;
 
  244   if (iact<3 && safe) {
 
  248      if ((x0*x0/a2+y0*y0/b2)>=1) {
 
  253         for (
Int_t i=0; i<10; i++) {
 
  254            phi3=(phi1+phi2)*0.5;
 
  257            d=y3*a2*(x0-
x3)-
x3*b2*(y0-y3);
 
  279      zi = (point[2] > 0) ? 
fDz : -
fDz;
 
  281      tau = (zi-point[2])/dir[2];
 
  285      if ((xz*xz/a2+yz*yz/b2)<1) 
return tau;
 
  291   Double_t u=dir[0]*dir[0]*b2+dir[1]*dir[1]*a2;  
 
  293   Double_t v=point[0]*dir[0]*b2+point[1]*dir[1]*a2;
 
  294   Double_t w=point[0]*point[0]*b2+point[1]*point[1]*a2-a2*b2;
 
  304   zi=point[2]+tau*dir[2];
 
  308   if (tau < 0) 
return 0.;
 
  319   Error(
"Divide", 
"Elliptical tubes divisions not implemented");
 
  331   param[1] *= param[1];
 
  344      Error(
"GetMakeRuntimeShape", 
"invalid mother");
 
  365   printf(
"*** Shape %s: TGeoEltu ***\n", 
GetName());
 
  366   printf(
"    A    = %11.5f\n", 
fRmin);
 
  367   printf(
"    B    = %11.5f\n", 
fRmax);
 
  368   printf(
"    dz   = %11.5f\n", 
fDz);
 
  369   printf(
" Bounding box:\n");
 
  387   if (sqdist>onepls) in = 
kFALSE;
 
  388   else if (sqdist<onemin) in = 
kTRUE;
 
  416         safr = (dx*bct+dy*ast)/
d;
 
  430   out << 
"   a  = " << 
fRmin << 
";" << std::endl;
 
  431   out << 
"   b  = " << 
fRmax << 
";" << std::endl;
 
  432   out << 
"   dz = " << 
fDz << 
";" << std::endl;
 
  433   out << 
"   TGeoShape *" << 
GetPointerName() << 
" = new TGeoEltu(\"" << 
GetName() << 
"\",a,b,dz);" << std::endl;
 
  442   if ((
a<=0) || (
b<0) || (dz<0)) {
 
  481      for (j = 0; j < 
n; j++) {
 
  490      for (j = 0; j < 
n; j++) {
 
  494         r2=(a2*b2)/(b2+(a2-b2)*sph*sph);
 
  543      for (j = 0; j < 
n; j++) {
 
  552      for (j = 0; j < 
n; j++) {
 
  556         r2=(a2*b2)/(b2+(a2-b2)*sph*sph);
 
  582      if (buffer.
SetRawSizes(nbPnts, 3*nbPnts, nbSegs, 3*nbSegs, nbPols, 6*nbPols)) {
 
static const double x2[5]
 
static const double x1[5]
 
static const double x3[11]
 
void Error(const char *location, const char *msgfmt,...)
Use this function in case an error occurred.
 
R__EXTERN TGeoManager * gGeoManager
 
Generic 3D primitive description class.
 
Bool_t SectionsValid(UInt_t mask) const
 
void SetSectionsValid(UInt_t mask)
 
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.
 
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 void InspectShape() const
Prints shape parameters.
 
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...
 
An elliptical tube is defined by the two semi-axes A and B.
 
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 SavePrimitive(std::ostream &out, Option_t *option="")
Save a primitive as a C++ statement(s) on output stream "out".
 
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
 
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 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 GetBoundingCylinder(Double_t *param) const
Fill vector param[4] with the bounding cylinder parameters.
 
virtual const TBuffer3D & GetBuffer3D(Int_t reqSections, Bool_t localFrame) const
Fills a static 3D buffer and returns a reference.
 
virtual ~TGeoEltu()
destructor
 
virtual void SetDimensions(Double_t *param)
Set shape dimensions starting from an array.
 
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 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 specified by dirs. Store output in dist...
 
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 specified by dirs. Store output in dist...
 
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
 
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.
 
TGeoEltu()
Dummy constructor.
 
virtual void InspectShape() const
print shape parameters
 
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
compute closest distance from point px,py to each vertex
 
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 void ComputeBBox()
compute bounding box of the tube
 
virtual Int_t GetNmeshVertices() const
Returns the number of vertices on the mesh.
 
void SetEltuDimensions(Double_t a, Double_t b, Double_t dz)
Set dimensions of the elliptical tube.
 
virtual Double_t Capacity() const
Computes capacity of the shape in [length^3].
 
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 void SetPoints(Double_t *points) const
Create elliptical tube mesh points.
 
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...
 
Int_t GetNsegments() const
Get number of segments approximating circles.
 
Geometrical transformation package.
 
Base abstract class for all shapes.
 
void TransformPoints(Double_t *points, UInt_t NbPoints) const
Tranform a set of points (LocalToMaster)
 
void SetShapeBit(UInt_t f, Bool_t set)
Equivalent of TObject::SetBit.
 
static Bool_t IsSameWithinTolerance(Double_t a, Double_t b)
Check if two numbers differ with less than a tolerance.
 
const char * GetPointerName() const
Provide a pointer name containing uid.
 
Int_t ShapeDistancetoPrimitive(Int_t numpoints, Int_t px, Int_t py) const
Returns distance to shape primitive mesh.
 
virtual const char * GetName() const
Get the shape name.
 
static Double_t Tolerance()
 
Bool_t TestShapeBit(UInt_t f) const
 
virtual void SetSegsAndPols(TBuffer3D &buff) const
Fill TBuffer3D structure for segments and polygons.
 
virtual Int_t GetNmeshVertices() const
Return number of vertices of the mesh representation.
 
virtual void GetMeshNumbers(Int_t &nvert, Int_t &nsegs, Int_t &npols) const
Returns numbers of vertices, segments and polygons composing the shape mesh.
 
TGeoVolume, TGeoVolumeMulti, TGeoVolumeAssembly are the volume classes.
 
virtual void SetName(const char *name)
Set the name of the TNamed.
 
R__ALWAYS_INLINE Bool_t TestBit(UInt_t f) const
 
virtual const char * ClassName() const
Returns name of class to which the object belongs.
 
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
 
Short_t Max(Short_t a, Short_t b)
 
Float_t Normalize(Float_t v[3])
Normalize a vector v in place.
 
constexpr Double_t DegToRad()
Conversion from degree to radian:
 
Double_t Sqrt(Double_t x)
 
Short_t Min(Short_t a, Short_t b)