#ifndef ROOT_TCTUB
#define ROOT_TCTUB
#ifndef ROOT_TTUBS
#include "TTUBS.h"
#endif
class TCTUB : public TTUBS {
protected:
Float_t fCosLow[3];
Float_t fCosHigh[3];
virtual void SetPoints(Double_t *points) const;
public:
TCTUB();
TCTUB(const char *name, const char *title, const char *material, Float_t rmin,
Float_t rmax, Float_t dz, Float_t phi1, Float_t phi2,
Float_t coslx, Float_t cosly, Float_t coslz,
Float_t coshx, Float_t coshy, Float_t coshz);
TCTUB(const char *name, const char *title, const char *material, Float_t rmin,
Float_t rmax, Float_t dz, Float_t phi1, Float_t phi2,
Float_t *lowNormal, Float_t *highNormal);
virtual ~TCTUB();
ClassDef(TCTUB,2)
};
#endif
Last change: Wed Jun 25 08:35:27 2008
Last generated: 2008-06-25 08:35
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.