35 : TGeoTubeSeg(pName, innerrad, outerrad, (-negativeEndz+positiveEndz)/2.0, 0, totphi),
36 fPhiTwist(twistedangle), fNegativeEndz(negativeEndz), fPositiveEndz(positiveEndz), fNsegments(nseg)
44 printf(
" Rmin = %11.5f\n", GetRmin());
45 printf(
" Rmax = %11.5f\n", GetRmax());
46 printf(
" dz = %11.5f\n", GetDz());
47 printf(
" phi1 = %11.5f\n", GetPhi1());
48 printf(
" phi2 = %11.5f\n", GetPhi2());
52 printf(
" Bounding box:\n");
53 TGeoBBox::InspectShape();
60 if (!TestShapeBit(kGeoRunTimeShape))
return 0;
61 if (!mother->TestShapeBit(kGeoTube)) {
62 Error(
"GetMakeRuntimeShape",
"Invalid mother for shape %s",
GetName());
65 Double_t rmin = fRmin;
66 Double_t rmax = fRmax;
68 rmin = ((TGeoTube*)mother)->GetRmin();
69 if ((fRmax<0) || (fRmax<=fRmin))
70 rmax = ((TGeoTube*)mother)->GetRmax();