]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONDisplay.h
Include stdlib.h
[u/mrichter/AliRoot.git] / MUON / AliMUONDisplay.h
index 9e051ecc25f9d3fcba8b1ae8b301e31335d2e99d..bc218f8a3ed160350830de59b66bf66e2855477f 100644 (file)
@@ -26,8 +26,6 @@ class TSlider;
 class TButton;
 class TArc;
 
-const Int_t kMAXZOOM = 20;
-
 class AliMUONDisplay : /*splaypublic TObject,*/ public AliDisplay {
 public:
                      AliMUONDisplay();
@@ -121,7 +119,7 @@ private:
    TObjArray        *fR2points;             //Array of cog points for each cathode
    TObjArray        *fCpoints;              //Array of correlated points for each first cathode
    Int_t            fNextCathode;           //Flagging next cathode
-   ClassDef(AliMUONDisplay, 0)   //Utility class to display MUON clusters...
+   ClassDef(AliMUONDisplay, 0)   //Utility class to display MUON events
 };
 
 #endif