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