]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Reve/TrackEditors.h
Conform to new TGedFrame paradigm in ROOT.
[u/mrichter/AliRoot.git] / EVE / Reve / TrackEditors.h
index 6054937b41a370c46d34efbd630a84eeed7f499a..6b8a2f14ab58cc6bb4d9f0c3730abed5a2d3f965 100644 (file)
@@ -39,10 +39,11 @@ protected:
   RGDoubleValuator*  fPtRange;
 
 public:
-  TrackListEditor(const TGWindow* p, Int_t id, Int_t width = 170, Int_t height = 30, UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground());
+  TrackListEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30,
+                 UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground());
   ~TrackListEditor();
 
-  virtual void SetModel(TVirtualPad* pad, TObject* obj, Int_t event);
+  virtual void SetModel(TObject* obj);
 
   void DoMaxR();
   void DoMaxZ();