/[PAMELA software]/eventviewer/flight/inc/FEVpamevcontrol.h
ViewVC logotype

Diff of /eventviewer/flight/inc/FEVpamevcontrol.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mocchiut, Fri Jul 14 14:17:57 2006 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;  
69      TGCheckButton *fchkac;
70      TGCheckButton *fchktrk;  
71      TGCheckButton *fchks4;  
72      TGCheckButton *fchknd;  
73      TGCheckButton *fchkcalo;
74      TGCheckButton *fchkinfo;      
75      TGCheckButton *fchknames;  
76      TGCheckButton *fchkpalette;  
77      //
78      TGRadioButton *bwc0;
79      TGRadioButton *bwc1;
80      TGRadioButton *jbwc0;
81      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;
# Line 74  class PAMevcontrol : public TGMainFrame Line 112  class PAMevcontrol : public TGMainFrame
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 StopSearching();    void StopSearching();
131    void SetSearching();    void SetSearching();
132      void RefreshButtons();
133    void CheckLevel();    void CheckLevel();
134    void chktof();    void chktof();
135    void chkac();    void chkac();
# Line 100  class PAMevcontrol : public TGMainFrame Line 154  class PAMevcontrol : public TGMainFrame
154    void radioprog();    void radioprog();
155    void saveas();    void saveas();
156    void CompleteText();    void CompleteText();
157      void refreshdec(Int_t);
158    //  void Close();    //  void Close();
159    void increment(float val);    void increment(float val);
160    void DIALOG(Int_t ty, TString warn);    void DIALOG(Int_t ty, TString warn);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23