3 #ifndef ALIEVE_TPCSectorVizEditor_H
4 #define ALIEVE_TPCSectorVizEditor_H
11 class TGDoubleHSlider;
16 class RGDoubleValuator;
23 class TPCSectorVizEditor : public TGedFrame
26 TPCSectorViz* fM; // fModel dynamic-casted to TPCSectorVizEditor
28 Reve::RGValuator* fSectorID;
30 TGCheckButton* fRnrInn;
31 TGCheckButton* fRnrOut1;
32 TGCheckButton* fRnrOut2;
34 Reve::RGValuator* fThreshold;
35 Reve::RGValuator* fMaxVal;
37 Reve::RGDoubleValuator* fTime;
40 TPCSectorVizEditor(const TGWindow* p, Int_t id, Int_t width = 170, Int_t height = 30, UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground());
41 ~TPCSectorVizEditor();
43 virtual void SetModel(TVirtualPad* pad, TObject* obj, Int_t event);
56 ClassDef(TPCSectorVizEditor, 0); // Editor for TPCSectorViz
57 }; // endclass TPCSectorVizEditor