--- eventviewer/flight/inc/FEVpamevcontrol.h 2007/02/26 17:30:30 1.2 +++ eventviewer/flight/inc/FEVpamevcontrol.h 2012/01/11 16:27:28 1.7 @@ -38,6 +38,7 @@ #include #include #include +#include // class CalorimeterCalibration : public TObject { public: @@ -62,7 +63,7 @@ private: TGHProgressBar *fHProg1; TGCheckButton *ffl0; - TGCheckButton *ftrks4; + // TGCheckButton *ftrks4; // TGCheckButton *fchktof; TGCheckButton *fchkac; @@ -73,16 +74,38 @@ TGCheckButton *fchkinfo; TGCheckButton *fchknames; TGCheckButton *fchkpalette; + TGCheckButton *fchktrigger; // 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; @@ -90,6 +113,22 @@ 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 Refresh(); void StopSearching(); void SetSearching(); void RefreshButtons(); @@ -103,6 +142,7 @@ void chkinfo(); void chknames(); void chkpalette(); + void chktrigger(); void radiocolor(); void radiobw(); void radiotrack(); @@ -117,6 +157,7 @@ void radioprog(); void saveas(); void CompleteText(); + void refreshdec(Int_t); // void Close(); void increment(float val); void DIALOG(Int_t ty, TString warn);