--- eventviewer/flight/inc/FEVpamevcontrol.h 2006/07/14 14:17:57 1.1 +++ eventviewer/flight/inc/FEVpamevcontrol.h 2009/06/15 14:17:19 1.5 @@ -38,6 +38,7 @@ #include #include #include +#include // class CalorimeterCalibration : public TObject { public: @@ -62,11 +63,48 @@ private: TGHProgressBar *fHProg1; TGCheckButton *ffl0; - TGCheckButton *ftrks4; + // TGCheckButton *ftrks4; + // + TGCheckButton *fchktof; + TGCheckButton *fchkac; + TGCheckButton *fchktrk; + TGCheckButton *fchks4; + TGCheckButton *fchknd; + TGCheckButton *fchkcalo; + TGCheckButton *fchkinfo; + TGCheckButton *fchknames; + TGCheckButton *fchkpalette; + // + TGRadioButton *bwc0; + TGRadioButton *bwc1; + TGRadioButton *jbwc0; + TGRadioButton *jbwc1; + // + TGCompositeFrame *cframe1; TGTextButton *bstop; TGTextEntry *fText2; TGTextEntry *fText4; TGComboBox *fCombo; + TGComboBox *fComboDec; + + TGTextButton *fgetl0; + + TGTextButton *fshoworb; + TGTextButton *fshowtrg; + TGTextButton *fshowtof; + TGTextButton *fshowtrk; + TGTextButton *fshowcal; + TGCheckButton *fchkcalost; + TGTextButton *fshowrun; + TGTextButton *fshows4; + TGTextButton *fshowac; + TGTextButton *fshownd; + TGTextButton *fshowall; + TGTextButton *fshowsi; + // + TGGroupFrame *gf; + TGHorizontalFrame *hframedec[12]; + // TCanvas *thefigure; struct Variables *cvar; struct Levels *clev; @@ -74,8 +112,24 @@ public: PAMevcontrol(const TGWindow *p,UInt_t w,UInt_t h,struct Variables & var, struct Levels & level, TCanvas &figure); virtual ~PAMevcontrol(); + + void showorbdata(); + void showtrgdata(); + void showtofdata(); + void showtrkdata(); + void showrundata(); + void showsidata(); + void showcaldata(); + void shows4data(); + void showacdata(); + void showalldata(); + void shownddata(); + void chkcalost(); + void getl0file(); + void StopSearching(); void SetSearching(); + void RefreshButtons(); void CheckLevel(); void chktof(); void chkac(); @@ -100,6 +154,7 @@ void radioprog(); void saveas(); void CompleteText(); + void refreshdec(Int_t); // void Close(); void increment(float val); void DIALOG(Int_t ty, TString warn);