38 |
#include <TEllipse.h> |
#include <TEllipse.h> |
39 |
#include <TArrow.h> |
#include <TArrow.h> |
40 |
#include <TStyle.h> |
#include <TStyle.h> |
41 |
|
#include <TGIcon.h> |
42 |
// |
// |
43 |
class CalorimeterCalibration : public TObject { |
class CalorimeterCalibration : public TObject { |
44 |
public: |
public: |
63 |
private: |
private: |
64 |
TGHProgressBar *fHProg1; |
TGHProgressBar *fHProg1; |
65 |
TGCheckButton *ffl0; |
TGCheckButton *ffl0; |
66 |
TGCheckButton *ftrks4; |
// TGCheckButton *ftrks4; |
67 |
// |
// |
68 |
TGCheckButton *fchktof; |
TGCheckButton *fchktof; |
69 |
TGCheckButton *fchkac; |
TGCheckButton *fchkac; |
80 |
TGRadioButton *jbwc0; |
TGRadioButton *jbwc0; |
81 |
TGRadioButton *jbwc1; |
TGRadioButton *jbwc1; |
82 |
// |
// |
83 |
|
TGCompositeFrame *cframe1; |
84 |
TGTextButton *bstop; |
TGTextButton *bstop; |
85 |
TGTextEntry *fText2; |
TGTextEntry *fText2; |
86 |
TGTextEntry *fText4; |
TGTextEntry *fText4; |
87 |
TGComboBox *fCombo; |
TGComboBox *fCombo; |
88 |
|
TGComboBox *fComboDec; |
89 |
|
|
90 |
|
TGTextButton *fgetl0; |
91 |
|
|
92 |
|
TGTextButton *fshoworb; |
93 |
|
TGTextButton *fshowtrg; |
94 |
|
TGTextButton *fshowtof; |
95 |
|
TGTextButton *fshowtrk; |
96 |
|
TGTextButton *fshowcal; |
97 |
|
TGCheckButton *fchkcalost; |
98 |
|
TGTextButton *fshowrun; |
99 |
|
TGTextButton *fshows4; |
100 |
|
TGTextButton *fshowac; |
101 |
|
TGTextButton *fshownd; |
102 |
|
TGTextButton *fshowall; |
103 |
|
TGTextButton *fshowsi; |
104 |
|
// |
105 |
|
TGGroupFrame *gf; |
106 |
|
TGHorizontalFrame *hframedec[12]; |
107 |
|
// |
108 |
TCanvas *thefigure; |
TCanvas *thefigure; |
109 |
struct Variables *cvar; |
struct Variables *cvar; |
110 |
struct Levels *clev; |
struct Levels *clev; |
112 |
public: |
public: |
113 |
PAMevcontrol(const TGWindow *p,UInt_t w,UInt_t h,struct Variables & var, struct Levels & level, TCanvas &figure); |
PAMevcontrol(const TGWindow *p,UInt_t w,UInt_t h,struct Variables & var, struct Levels & level, TCanvas &figure); |
114 |
virtual ~PAMevcontrol(); |
virtual ~PAMevcontrol(); |
115 |
|
|
116 |
|
void showorbdata(); |
117 |
|
void showtrgdata(); |
118 |
|
void showtofdata(); |
119 |
|
void showtrkdata(); |
120 |
|
void showrundata(); |
121 |
|
void showsidata(); |
122 |
|
void showcaldata(); |
123 |
|
void shows4data(); |
124 |
|
void showacdata(); |
125 |
|
void showalldata(); |
126 |
|
void shownddata(); |
127 |
|
void chkcalost(); |
128 |
|
void getl0file(); |
129 |
|
|
130 |
|
void Refresh(); |
131 |
void StopSearching(); |
void StopSearching(); |
132 |
void SetSearching(); |
void SetSearching(); |
133 |
void RefreshButtons(); |
void RefreshButtons(); |
155 |
void radioprog(); |
void radioprog(); |
156 |
void saveas(); |
void saveas(); |
157 |
void CompleteText(); |
void CompleteText(); |
158 |
|
void refreshdec(Int_t); |
159 |
// void Close(); |
// void Close(); |
160 |
void increment(float val); |
void increment(float val); |
161 |
void DIALOG(Int_t ty, TString warn); |
void DIALOG(Int_t ty, TString warn); |