]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Reve/TrackEditors.h
Bogdan: add controls for TrackList::SelectByP().
[u/mrichter/AliRoot.git] / EVE / Reve / TrackEditors.h
index 35c637996e2603eb5d7be06938261e7ff41445d4..07816bfb1560a5fea52a2ad30162c78a3d28e06b 100644 (file)
@@ -51,6 +51,7 @@ protected:
   TGButton*          fRnrDecay;
 
   RGDoubleValuator*  fPtRange;
+  RGDoubleValuator*  fPRange;
 
 public:
   TrackListEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30,
@@ -74,6 +75,7 @@ public:
   void DoRnrPM();
 
   void DoPtRange();
+  void DoPRange();
 
   ClassDef(TrackListEditor, 1); // Editor for TrackList
 }; // endclass TrackListEditor