#ifndef ROOT_TTRD2
#define ROOT_TTRD2
#ifndef ROOT_TBRIK
#include "TBRIK.h"
#endif
class TTRD2 : public TBRIK {
protected:
Float_t fDx2;
Float_t fDy2;
virtual void SetPoints(Double_t *points) const;
public:
TTRD2();
TTRD2(const char *name, const char *title, const char *material, Float_t dx1, Float_t dx2,
Float_t dy1, Float_t dy2, Float_t dz);
virtual ~TTRD2();
Float_t GetDx2() const {return fDx2;}
Float_t GetDy2() const {return fDy2;}
ClassDef(TTRD2,1)
};
#endif
Last change: Wed Jun 25 08:53:56 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.