TTRD2


class description - source file - inheritance tree

class TTRD2 : public TBRIK


    public:
TTRD2 TTRD2() TTRD2 TTRD2(Text_t* name, Text_t* title, Text_t* material, Float_t dx1, Float_t dx2, Float_t dy1, Float_t dy2, Float_t dz) TTRD2 TTRD2(TTRD2&) virtual void ~TTRD2() TClass* Class() Float_t GetDx2() Float_t GetDy2() 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 fDx2 half length in x at the high z surface Float_t fDy2 half length in y at the high z surface

Class Description

  

TRD2 is a trapezoid with both x and y dimensions varying along z. It has 8 parameters: - name name of the shape - title shape's title - material (see TMaterial) - dx1 half-length along x at the z surface positioned at -DZ - dx2 half-length along x at the z surface positioned at +DZ - dy1 half-length along y at the z surface positioned at -DZ - dy2 half-length along y at the z surface positioned at +DZ - dz half-length along the z-axis

TTRD2()
*-*-*-*-*-*-*-*-*-*-*-*TRD2 shape default constructor*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                    ==============================

TTRD2(Text_t *name, Text_t *title, Text_t *material, Float_t dx1, Float_t dx2, Float_t dy1, Float_t dy2, Float_t dz) : TBRIK(name, title,material,dx1,dy1,dz)
*-*-*-*-*-*-*-*-*-*-*-*-*TRD2 shape normal constructor*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                      =============================

~TTRD2()
*-*-*-*-*-*-*-*-*-*-*-*-*TRD2 shape default destructor*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                      =============================

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



Inline Functions


            Float_t GetDx2()
            Float_t GetDy2()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
              TTRD2 TTRD2(TTRD2&)


Author: Nenad Buncic 13/09/95
Last update: 1.00/06 17/04/99 07.50.09 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.