]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliSurveyPoint.h
Added GetName() method. Allows use of TObjArray::FindObject() to select a specific...
[u/mrichter/AliRoot.git] / STEER / AliSurveyPoint.h
index 78fcf637fb6bbb1344ee66076dfe01aa370bf636..fd74dfaa9c676d65d50214a3fd5e7b3dbb801c17 100644 (file)
@@ -33,6 +33,8 @@ class AliSurveyPoint: public TObject {
   Char_t GetType() {return fType;};
   Bool_t GetTarget() {return fTargetUsed;};
   
+  virtual const char* GetName() const {return fPointName.Data();}; 
+
   void PrintPoint();
   
  private: