THYPE


class description - source file - inheritance tree

class THYPE : public TTUBE


    public:
THYPE THYPE(Text_t* name, Text_t* title, Text_t* material, Float_t rmin, Float_t rmax, Float_t dz, Float_t phi) THYPE THYPE() THYPE THYPE(THYPE&) virtual void ~THYPE() TClass* Class() virtual Float_t GetPhi() virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(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(Text_t *name, Text_t *title, Text_t *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()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
              THYPE THYPE(THYPE&)


Author: Rene Brun 08/12/98
Last update: 2.23/02 03/09/99 11.39.45 by Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *


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.