54 :
TTUBS(name,title,material,rmin1,rmax1,dz,phi1,phi2)
65 :
TTUBS(name,title,material,rmax1,dz,phi1,phi2)
97 for (j = 0; j <
n; j++) {
98 points[indx++] = rmin1 *
fCoTab[j];
99 points[indx++] = rmin1 *
fSiTab[j];
100 points[indx++] = -dz;
102 for (j = 0; j <
n; j++) {
103 points[indx++] = rmax1 *
fCoTab[j];
104 points[indx++] = rmax1 *
fSiTab[j];
105 points[indx++] = -dz;
107 for (j = 0; j <
n; j++) {
112 for (j = 0; j <
n; j++) {
A segment of a conical tube.
virtual Int_t GetNumberOfDivisions() const
virtual void SetPoints(Double_t *points) const
Create CONS points.
virtual ~TCONS()
CONS shape default destructor.
TCONS()
CONS shape default constructor.
virtual void MakeTableOfCoSin() const
Make table of sine and cosine.
Double_t * fCoTab
Table of sin(fPhi1) .... sin(fPhil+fDphi1)