TPARA


class description - source file - inheritance tree

class TPARA : public TBRIK


    public:
TPARA TPARA() TPARA TPARA(Text_t* name, Text_t* title, Text_t* material, Float_t dx, Float_t dy, Float_t dz, Float_t alpha, Float_t theta, Float_t phi) TPARA TPARA(TPARA&) virtual void ~TPARA() TClass* Class() virtual Float_t GetAlpha() virtual Float_t GetPhi() virtual Float_t GetTheta() virtual TClass* IsA() const virtual void SetPoints(Float_t* buff) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

protected:
Float_t fAlpha angle w.r.t. the y axis from the centre of the low y to the high y Float_t fTheta polar angle from the centre of the low z to the high z Float_t fPhi polar angle from the centre of the low z to the high z

Class Description

  

PARA is a parallelepiped. It has 9 parameters: - name name of the shape - title shape's title - material (see TMaterial) - dx half-length in x - dy half-length in y - dz half-length in z - alpha angle formed by the y axis and by the plane joining the centre of the faces parallel to the z-x plane at -DY and +DY - theta polar angle of the line joining the centres of the faces at -DZ and +DZ in z - phi azimuthal angle of the line joining the centres of the faces at -DZ and +DZ in z

TPARA()
*-*-*-*-*-*-*-*-*-*-*-*-*PARA shape default constructor*-*-*-*-*-*-*-*-*-*-*-*
*-*                      ==============================

TPARA(Text_t *name, Text_t *title, Text_t *material, Float_t dx, Float_t dy, Float_t dz, Float_t alpha, Float_t theta, Float_t phi) : TBRIK(name, title,material, dx, dy, dz)
*-*-*-*-*-*-*-*-*-*-*-*-*PARA shape normal constructor*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                      =============================

~TPARA()
*-*-*-*-*-*-*-*-*-*-*-*-*PARA shape default destructor*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                      =============================

void SetPoints(Float_t *buff)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*Create PARA points*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                            ==================



Inline Functions


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


Author: Nenad Buncic 19/09/95
Last update: 2.22/01 17/04/99 07.50.09 by Valery Fine(fine@mail.cern.ch)
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.