]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDDisplay.h
New RAW I/O. I rolled my own, because I wasn't happy with the old
[u/mrichter/AliRoot.git] / FMD / AliFMDDisplay.h
index 04ff8e142dcc0db743d93ef78e1e55d6b138985a..1d2af934bc5a91081f08dde535a3bd075bb599ee 100644 (file)
@@ -31,8 +31,8 @@ public:
   void  Zoom() { fZoomMode = kTRUE; }
   void  Pick() { fZoomMode = kFALSE; }
   void  ExecuteEvent(Int_t event, Int_t px, Int_t py);
-  Int_t DistanceToPrimitive(Int_t px, Int_t py);
-  
+  Int_t DistancetoPrimitive(Int_t px, Int_t py);
+  void  Paint(Option_t* option="") { (void)option; }
 
   virtual Bool_t Init();
   virtual Bool_t Begin(Int_t event);