50 :
TTUBE(name, title,material,rmin1,rmax1,dz)
60 ,
Float_t rmax2) :
TTUBE(name, title,material,0,rmax1,dz)
92 for (j = 0; j <
n; j++) {
93 points[indx++] = rmin1 *
fCoTab[j];
94 points[indx++] = rmin1 *
fSiTab[j];
97 for (j = 0; j <
n; j++) {
98 points[indx++] = rmax1 *
fCoTab[j];
99 points[indx++] = rmax1 *
fSiTab[j];
100 points[indx++] = -dz;
102 for (j = 0; j <
n; j++) {
107 for (j = 0; j <
n; j++) {
TCONE()
CONE shape default constructor.
virtual void SetPoints(Double_t *points) const
Create CONE points.
virtual Int_t GetNumberOfDivisions() const
virtual ~TCONE()
CONE shape default destructor.
virtual void MakeTableOfCoSin() const
Make table of sine and cosine.
Double_t * fCoTab
Table of sin(fPhi1) .... sin(fPhil+fDphi1)