]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliPoints.h
Initial revision.
[u/mrichter/AliRoot.git] / STEER / AliPoints.h
index 5b1dc4d4b141eac2435f50c68520d602715bf8a0..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;
@@ -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