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: |
74 |
TGCheckButton *fchkinfo; |
TGCheckButton *fchkinfo; |
75 |
TGCheckButton *fchknames; |
TGCheckButton *fchknames; |
76 |
TGCheckButton *fchkpalette; |
TGCheckButton *fchkpalette; |
77 |
|
TGCheckButton *fchktrigger; |
78 |
// |
// |
79 |
TGRadioButton *bwc0; |
TGRadioButton *bwc0; |
80 |
TGRadioButton *bwc1; |
TGRadioButton *bwc1; |
128 |
void chkcalost(); |
void chkcalost(); |
129 |
void getl0file(); |
void getl0file(); |
130 |
|
|
131 |
|
void Refresh(); |
132 |
void StopSearching(); |
void StopSearching(); |
133 |
void SetSearching(); |
void SetSearching(); |
134 |
void RefreshButtons(); |
void RefreshButtons(); |
142 |
void chkinfo(); |
void chkinfo(); |
143 |
void chknames(); |
void chknames(); |
144 |
void chkpalette(); |
void chkpalette(); |
145 |
|
void chktrigger(); |
146 |
void radiocolor(); |
void radiocolor(); |
147 |
void radiobw(); |
void radiobw(); |
148 |
void radiotrack(); |
void radiotrack(); |