#include "hgeomvector2.h" |
HGeomVector2
class description - source file - inheritance tree (.pdf)
public:
HGeomVector2(Double_t dx = 0, Double_t dy = 0, Double_t dz = 0)
HGeomVector2(const HGeomVector& v)
HGeomVector2(const HGeomVector2&)
~HGeomVector2()
static TClass* Class()
Double_t getPhi() const
Double_t getRad() const
Double_t getTheta() const
virtual TClass* IsA() const
HGeomVector2& operator=(const HGeomVector2&)
void setPhi(const Double_t a)
void setRad(const Double_t a)
void setTheta(const Double_t a)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
void sphereCoord(float& rad, float& theta, float& phi)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Double_t Rad
Double_t Phi
Double_t Theta
Inline Functions
void ~HGeomVector2()
HGeomVector2 HGeomVector2(Double_t dx = 0, Double_t dy = 0, Double_t dz = 0)
HGeomVector2 HGeomVector2(const HGeomVector& v)
Double_t getRad() const
Double_t getPhi() const
Double_t getTheta() const
void setRad(const Double_t a)
void setPhi(const Double_t a)
void setTheta(const Double_t a)
void sphereCoord(float& rad, float& theta, float& phi)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HGeomVector2 HGeomVector2(const HGeomVector2&)
HGeomVector2& operator=(const HGeomVector2&)
Last update: Fri Jan 26 11:55:11 2007
ROOT page - Class index - Class Hierarchy - Top of the page
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.