- Timestamp:
- 07/19/00 11:59:08 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Corsika/GuiSimone/MainFrameSimone.hxx
r426 r427 3 3 #include <TGClient.h> 4 4 #include <TGButton.h> 5 //#include <TGRadioButton.h> 5 6 #include <TGMenu.h> 6 7 #include <TGTab.h> … … 67 68 TGCompositeFrame *fTabF1, *fTabF2, *fTabF3, *fTabF4 ; 68 69 70 // Tab 1 69 71 TGCompositeFrame *fTabF1a, *fTabF1b ; 70 72 TGTextButton *fSelectButton ; … … 74 76 TGListView *fFileView ; 75 77 78 // Tab2 76 79 TGCompositeFrame *fTabF2a, *fTabF2b, *fTabF2c ; 77 80 TGLabel *fLabelInput, *fLabelNumEvts ; … … 82 85 TGTextButton *fButtonTheta, *fButtonPhi, *fButtonFirst ; 83 86 87 // Tab3 84 88 TGCompositeFrame *fTabF3a, *fTabF3b, *fTabF3c ; 85 89 TGCompositeFrame *fTabF3bI, *fTabF3bII ; … … 90 94 TGLabel *fLabelCoreX, *fLabelCoreY ; 91 95 TGLabel *fLabelTheta, *fLabelPhi, *fLabelDireX, *fLabelDireY ; 92 93 94 96 TRootEmbeddedCanvas *fCanvasEvt ; 95 97 TGTextButton *fButtonPrev, *fButtonNext ; 96 TGTextButton *fButtonWave, *fButtonPosit ; 97 TGTextButton *fButtonHeight, *fButtonTime, *fButtonDire ; 98 TGRadioButton *fRadioEvt[5] ; 98 99 99 100 // Tab4 100 101 TGTextButton *fButton1 ; 101 102 TGTextButton *fButton2 ; … … 114 115 Bool_t CerFileExist(Char_t *dir) ; 115 116 Bool_t DrawRunParam(Char_t *paraName) ; 116 Bool_t DrawEvtParam( Char_t *paraName) ;117 Bool_t DrawEvtParam() ; 117 118 118 119 Bool_t CheckNtup() ;
Note:
See TracChangeset
for help on using the changeset viewer.