Parent Directory | Revision Log | Patch
revision 1.3 by mocchiut, Tue Mar 20 12:49:53 2007 UTC | revision 1.5 by mocchiut, Mon Jun 15 14:17:19 2009 UTC | |
---|---|---|
# | Line 38 | Line 38 |
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: |
# | Line 62 class PAMevcontrol : public TGMainFrame | Line 63 class PAMevcontrol : public TGMainFrame |
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; |
# | Line 86 class PAMevcontrol : public TGMainFrame | Line 87 class PAMevcontrol : public TGMainFrame |
87 | TGComboBox *fCombo; | TGComboBox *fCombo; |
88 | TGComboBox *fComboDec; | TGComboBox *fComboDec; |
89 | ||
90 | TGTextButton *fgetl0; | |
91 | ||
92 | TGTextButton *fshoworb; | TGTextButton *fshoworb; |
93 | TGTextButton *fshowtrg; | TGTextButton *fshowtrg; |
94 | TGTextButton *fshowtof; | TGTextButton *fshowtof; |
# | Line 122 class PAMevcontrol : public TGMainFrame | Line 125 class PAMevcontrol : public TGMainFrame |
125 | void showalldata(); | void showalldata(); |
126 | void shownddata(); | void shownddata(); |
127 | void chkcalost(); | void chkcalost(); |
128 | void getl0file(); | |
129 | ||
130 | void StopSearching(); | void StopSearching(); |
131 | void SetSearching(); | void SetSearching(); |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |