EarthVector
#include "EarthVector.hh" |
EarthVector
class description - source file - inheritance tree (.pdf)
class EarthVector : public TVector3
Inheritance Chart: | |||||||||||||
|
public:
EarthVector(Double_t x = 0.0, Double_t y = 0.0, Double_t z = 0.0) EarthVector(const Double_t* d) EarthVector(const Float_t* f) EarthVector(const TVector3& v) EarthVector(const EarthVector& e) virtual ~EarthVector() static TClass* Class() virtual TClass* IsA() const Bool_t IsUnderSeaLevel() const Double_t LocalLatitude() const Double_t LocalLongitude() const EarthVector& operator=(const EarthVector&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) Double_t Zv() const
Data Members
Class Description
Double_t Zv() const
return the local altitude of the position in atmosphere
Bool_t IsUnderSeaLevel() const
Test if position is under sea level
Double_t LocalLongitude() const
Longitude angle (origin taken at MES origin) //TOFIX
Double_t LocalLatitude() const
Latitude angle (origin taken at MES origin) //TOFIX
Inline Functions
void ~EarthVector() EarthVector EarthVector(Double_t x = 0.0, Double_t y = 0.0, Double_t z = 0.0) EarthVector EarthVector(const Double_t* d) EarthVector EarthVector(const Float_t* f) EarthVector EarthVector(const TVector3& v) EarthVector EarthVector(const EarthVector& e) TClass* Class() TClass* IsA() const void ShowMembers(TMemberInspector& insp, char* parent) void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) EarthVector& operator=(const EarthVector&)