#ifndef ROOT_TTUBS
#define ROOT_TTUBS
#ifndef ROOT_TTUBE
#include "TTUBE.h"
#endif
class TTUBS : public TTUBE {
protected:
Float_t fPhi1;
Float_t fPhi2;
virtual void MakeTableOfCoSin() const;
virtual void SetPoints(Double_t *points) const;
public:
TTUBS();
TTUBS(const char *name, const char *title, const char *material, Float_t rmin, Float_t rmax, Float_t dz,
Float_t phi1, Float_t phi2);
TTUBS(const char *name, const char *title, const char *material, Float_t rmax, Float_t dz,
Float_t phi1, Float_t phi2);
virtual ~TTUBS();
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py);
virtual const TBuffer3D &GetBuffer3D(Int_t reqSections) const;
virtual Float_t GetPhi1() const {return fPhi1;}
virtual Float_t GetPhi2() const {return fPhi2;}
virtual void Sizeof3D() const;
ClassDef(TTUBS,1)
};
#endif
Last change: Wed Jun 25 08:53:57 2008
Last generated: 2008-06-25 08:53
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.