]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Reve/TrackEditors.h
Use RGDoubleValuator for range-selection widget.
[u/mrichter/AliRoot.git] / EVE / Reve / TrackEditors.h
index 6e32c1ada9db12e560282041270eb2a1ea569e42..9ce6a031351a3ad9eefabd98f271c7f71998a64e 100644 (file)
@@ -11,6 +11,9 @@ class TGColorSelect;
 
 namespace Reve {
 
+class RGValuator;
+class RGDoubleValuator;
+
 class TrackList;
 
 class TrackListEditor : public TGedFrame
@@ -30,6 +33,8 @@ protected:
   TGCheckButton*     fFitDaughters;
   TGCheckButton*     fFitDecay;
 
+  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();
@@ -48,7 +53,7 @@ public:
   void DoFitDaughters();
   void DoFitDecay();
 
-  void DoPtScroll();
+  void DoPtRange();
 
   ClassDef(TrackListEditor, 1); // Editor for TrackList
 }; // endclass TrackListEditor