#ifndef ROOT_THYPE
#define ROOT_THYPE
#ifndef ROOT_TTUBE
#include "TTUBE.h"
#endif
class THYPE : public TTUBE {
protected:
Float_t fPhi;
public:
THYPE();
THYPE(const char *name, const char *title, const char *material, Float_t rmin, Float_t rmax, Float_t dz,
Float_t phi);
virtual ~THYPE();
virtual Float_t GetPhi() const {return fPhi;}
ClassDef(THYPE,1)
};
#endif
Last change: Wed Jun 25 08:47:07 2008
Last generated: 2008-06-25 08:47
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.