]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliPoints.h
Return to the original methods from AliLoader (Marco)
[u/mrichter/AliRoot.git] / STEER / AliPoints.h
index 69f1b0bd3799d812e393434ec116aa6749fd1d98..90a15d5785e6e3540ec838ee8c5f6aec8ad63adb 100644 (file)
@@ -5,6 +5,10 @@
 
 /* $Id$ */
 
+// This class contains the points
+// that are used for the ALICE
+// event display
+
 #include "TPolyMarker3D.h"
 class AliDetector;
 class TParticle;
@@ -21,8 +25,8 @@ public:
   Int_t                 GetIndex() const {return fIndex;}
   TParticle            *GetParticle() const;
   virtual const Text_t *GetName() const;
-  virtual void          InspectParticle(); // *MENU*
-  virtual void          DumpParticle(); // *MENU*
+  virtual void          InspectParticle() const; // *MENU*
+  virtual void          DumpParticle() const; // *MENU*
   virtual Text_t       *GetObjectInfo(Int_t px, Int_t py) const;
   AliPoints &           operator=(const AliPoints &pts)
     {pts.Copy(*this); return (*this);}
@@ -31,7 +35,7 @@ public:
   virtual void          SetParticle(Int_t index) {fIndex = index;}
   
 protected:
-  void Copy(AliPoints &pts) const;
+  void Copy(TObject &pts) const;
 
   AliDetector     *fDetector;    //Pointer to AliDetector object
   Int_t            fIndex;       //Particle number in AliRun::fParticles