AliRoot Core  edcc906 (edcc906)
AliSurveyPoint Class Reference

#include <AliSurveyPoint.h>

Inheritance diagram for AliSurveyPoint:

Public Member Functions

 AliSurveyPoint ()
 
 AliSurveyPoint (TString name, Float_t x, Float_t y, Float_t z, Float_t precX, Float_t precY, Float_t precZ, Char_t type, Bool_t Target)
 
virtual ~AliSurveyPoint ()
 
TString GetPointName () const
 
Float_t GetX () const
 
Float_t GetY () const
 
Float_t GetZ () const
 
Float_t GetPrecisionX () const
 
Float_t GetPrecisionY () const
 
Float_t GetPrecisionZ () const
 
Char_t GetType () const
 
Bool_t GetTarget () const
 
virtual const char * GetName () const
 
void PrintPoint ()
 

Private Attributes

TString fPointName
 
Float_t fX
 
Float_t fY
 
Float_t fZ
 
Float_t fPrecisionX
 
Float_t fPrecisionY
 
Float_t fPrecisionZ
 
Char_t fType
 
Bool_t fTargetUsed
 

Detailed Description

Definition at line 17 of file AliSurveyPoint.h.

Constructor & Destructor Documentation

AliSurveyPoint::AliSurveyPoint ( )

Definition at line 28 of file AliSurveyPoint.cxx.

AliSurveyPoint::AliSurveyPoint ( TString  name,
Float_t  x,
Float_t  y,
Float_t  z,
Float_t  precX,
Float_t  precY,
Float_t  precZ,
Char_t  type,
Bool_t  Target 
)

Definition at line 44 of file AliSurveyPoint.cxx.

AliSurveyPoint::~AliSurveyPoint ( )
virtual

Definition at line 62 of file AliSurveyPoint.cxx.

Member Function Documentation

virtual const char* AliSurveyPoint::GetName ( void  ) const
inlinevirtual

Definition at line 37 of file AliSurveyPoint.h.

Referenced by AliMUONSurveyObj::AddStickerTargets().

Bool_t AliSurveyPoint::GetTarget ( ) const
inline

Definition at line 34 of file AliSurveyPoint.h.

Referenced by AliMUONSurveyObj::ConvertPointUnits().

Char_t AliSurveyPoint::GetType ( ) const
inline

Definition at line 33 of file AliSurveyPoint.h.

Referenced by AliMUONSurveyObj::ConvertPointUnits().

void AliSurveyPoint::PrintPoint ( )

Definition at line 68 of file AliSurveyPoint.cxx.

Referenced by GetName(), and AliSurveyObj::ParseBuffer().

Member Data Documentation

TString AliSurveyPoint::fPointName
private

Definition at line 42 of file AliSurveyPoint.h.

Referenced by GetName(), GetPointName(), and PrintPoint().

Float_t AliSurveyPoint::fPrecisionX
private

Definition at line 46 of file AliSurveyPoint.h.

Referenced by GetPrecisionX().

Float_t AliSurveyPoint::fPrecisionY
private

Definition at line 47 of file AliSurveyPoint.h.

Referenced by GetPrecisionY().

Float_t AliSurveyPoint::fPrecisionZ
private

Definition at line 48 of file AliSurveyPoint.h.

Referenced by GetPrecisionZ().

Bool_t AliSurveyPoint::fTargetUsed
private

Definition at line 50 of file AliSurveyPoint.h.

Referenced by GetTarget().

Char_t AliSurveyPoint::fType
private

Definition at line 49 of file AliSurveyPoint.h.

Referenced by GetType().

Float_t AliSurveyPoint::fX
private

Definition at line 43 of file AliSurveyPoint.h.

Referenced by GetX(), and PrintPoint().

Float_t AliSurveyPoint::fY
private

Definition at line 44 of file AliSurveyPoint.h.

Referenced by GetY(), and PrintPoint().

Float_t AliSurveyPoint::fZ
private

Definition at line 45 of file AliSurveyPoint.h.

Referenced by GetZ(), and PrintPoint().


The documentation for this class was generated from the following files: