]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPoints.h
Compiler warning removed
[u/mrichter/AliRoot.git] / MUON / AliMUONPoints.h
index 8f4ba8fb6c14a6ea4d62e3810b4de274ea71d69d..5862d7d5bac6cdedd7184239f292bc186f617255 100644 (file)
@@ -10,8 +10,8 @@ class AliMUONDigit;
 class AliMUONHit;
 
 class TMatrix;
+class TMarker3DBox;
 
-#include <TMarker3DBox.h>
 #include "AliPoints.h"
 
 class AliMUONPoints : public AliPoints {
@@ -45,7 +45,7 @@ protected:
   TMarker3DBox     *fMarker[3];        // pointer to  associated 3D-marker
   TMatrix          *fMatrix;           // test
   
-  ClassDef(AliMUONPoints,1) //Class to draw detector clusters (is PolyMarker3D)
+  ClassDef(AliMUONPoints,1) //Class to draw detector clusters (is PolyMarker3D) for MUON
 };
 #endif