#include <TPCON.h>
Inheritance diagram for TPCON:


Public Methods | |
| TPCON () | |
| TPCON (const char *name, const char *title, const char *material, Float_t phi1, Float_t dphi1, Int_t nz) | |
| virtual | ~TPCON () |
| virtual void | DefineSection (Int_t secNum, Float_t z, Float_t rmin, Float_t rmax) |
| virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
| virtual Int_t | GetNumberOfDivisions () const |
| virtual Float_t | GetPhi1 () const |
| virtual Float_t | GetDhi1 () const |
| virtual Int_t | GetNz () const |
| virtual Float_t * | GetRmin () const |
| virtual Float_t * | GetRmax () const |
| virtual Float_t * | GetDz () const |
| virtual Int_t | GetNdiv () const |
| virtual void | Paint (Option_t *option) |
| virtual void | SetNumberOfDivisions (Int_t p) |
| virtual void | SetPoints (Float_t *buff) |
| virtual void | Sizeof3D () const |
Protected Methods | |
| virtual void | MakeTableOfCoSin () |
| virtual void | FillTableOfCoSin (Double_t phi, Double_t angstep, Int_t n) |
| virtual void | PaintGLPoints (Float_t *vertex) |
Protected Attributes | |
| Double_t * | fSiTab |
| Double_t * | fCoTab |
| Table of sin(fPhi1) .... sin(fPhil+fDphi1). | |
| Float_t | fPhi1 |
| Table of cos(fPhi1) .... cos(fPhil+fDphi1). | |
| Float_t | fDphi1 |
| Int_t | fNdiv |
| Int_t | fNz |
| Float_t * | fRmin |
| Float_t * | fRmax |
| Float_t * | fDz |
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Reimplemented in TPGON. |
|
|
Reimplemented from TShape. |
|
||||||||||||||||||||
|
|
|
||||||||||||
|
Reimplemented from TObject. |
|
|
|
|
|
Definition at line 62 of file TPCON.h. References fPhi1. |
|
|
Definition at line 63 of file TPCON.h. References fDphi1. |
|
|
Definition at line 64 of file TPCON.h. References fNz. |
|
|
Definition at line 65 of file TPCON.h. References fRmin. |
|
|
Definition at line 66 of file TPCON.h. References fRmax. |
|
|
Definition at line 67 of file TPCON.h. References fDz. |
|
|
Definition at line 68 of file TPCON.h. References fNdiv. |
|
|
Reimplemented from TShape. |
|
|
|
|
|
Reimplemented from TShape. |
|
|
Reimplemented from TAtt3D. |
|
|
|
|
|
Table of sin(fPhi1) .... sin(fPhil+fDphi1).
|
|
|
Table of cos(fPhi1) .... cos(fPhil+fDphi1).
Definition at line 42 of file TPCON.h. Referenced by GetPhi1(). |
|
|
Definition at line 43 of file TPCON.h. Referenced by GetDhi1(). |
|
|
Definition at line 44 of file TPCON.h. Referenced by GetNdiv(), and GetNumberOfDivisions(). |
|
|
Definition at line 45 of file TPCON.h. Referenced by GetNz(). |
|
|
Definition at line 46 of file TPCON.h. Referenced by GetRmin(). |
|
|
Definition at line 47 of file TPCON.h. Referenced by GetRmax(). |
|
|
Definition at line 48 of file TPCON.h. Referenced by GetDz(). |
1.2.16