#ifndef ROOT_TGTRA
#define ROOT_TGTRA
#ifndef ROOT_TBRIK
#include "TBRIK.h"
#endif
class TGTRA : public TBRIK {
protected:
   Float_t fTwist;     
   Float_t fH1;        
   Float_t fBl1;       
   Float_t fTl1;       
   Float_t fAlpha1;    
   Float_t fH2;        
   Float_t fBl2;       
   Float_t fTl2;       
   Float_t fAlpha2;    
   virtual void    SetPoints(Double_t *points) const;
public:
   TGTRA();
   TGTRA(const char *name, const char *title, const char *material, Float_t dz, Float_t theta, Float_t phi, Float_t twist, Float_t h1,
         Float_t bl1, Float_t tl1, Float_t alpha1, Float_t h2, Float_t bl2, Float_t tl2,
         Float_t alpha2);
   virtual ~TGTRA();
   Float_t         GetTwist() const  {return fTwist;}
   Float_t         GetH1() const     {return fH1;}
   Float_t         GetBl1() const    {return fBl1;}
   Float_t         GetTl1() const    {return fTl1;}
   Float_t         GetAlpha1() const {return fAlpha1;}
   Float_t         GetH2() const     {return fH2;}
   Float_t         GetBl2() const    {return fBl2;}
   Float_t         GetTl2() const    {return fTl2;}
   Float_t         GetAlpha2() const {return fAlpha2;}
   ClassDef(TGTRA,1)  
};
#endif
Last update: Thu Jan 17 08:53:49 2008
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.