THYPE


class description - source file - inheritance tree

class THYPE : public TTUBE


    public:
THYPE THYPE() THYPE THYPE(const char* name, const char* title, const char* material, Float_t rmin, Float_t rmax, Float_t dz, Float_t phi) THYPE THYPE(THYPE&) virtual void ~THYPE() static TClass* Class() virtual Float_t GetPhi() const virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Float_t fPhi stereo angle

Class Description

  

HYPE is an hyperboloid (not implemented. It has 4 parameters: - name name of the shape - title shape's title - material (see TMaterial) - rmin inner radius of the tube - rmax outer radius of the tube - dz half-length of the box along the z-axis - phi stereo angle

THYPE()
*-*-*-*-*-*-*-*-*-*-*-*-*HYPE shape default constructor*-*-*-*-*-*-*-*-*-*-*-*
*-*                      ==============================

THYPE(const char *name, const char *title, const char *material, Float_t rmin, Float_t rmax, Float_t dz, Float_t phi) : TTUBE(name,title,material,rmin,rmax,dz)
*-*-*-*-*-*-*-*-*-*-*-*-*HYPE shape normal constructor*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                      =============================

~THYPE()
*-*-*-*-*-*-*-*-*-*-*-*-*HYPE shape default destructor*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                      =============================



Inline Functions


            Float_t GetPhi() const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
              THYPE THYPE(THYPE&)


Author: Rene Brun 08/12/98
Last update: root/g3d:$Name: $:$Id: THYPE.cxx,v 1.1.1.1 2000/05/16 17:00:42 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Top of the page

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.