HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoAnalyseMonitorGui.h
Go to the documentation of this file.
1  #ifndef HARPOANALYSEMONITORGUI_H
2 #define HARPOANALYSEMONITORGUI_H
3 
5 //
6 // HarpoAnalyseMonitorGui
7 //
8 // Dummy analise which print all run events.
9 //
10 
11 #include "TObject.h"
12 #include "HarpoAnalyse.h"
13 #include "HarpoEvent.h"
14 #include "TProfile.h"
15 #include "TH1F.h"
16 #include "TH2F.h"
17 #include "TGraphErrors.h"
18 #include "TGFrame.h"
19 #include <TGComboBox.h>
20 #include <TGButton.h>
21 #include <TGLabel.h>
22 #include <TGText.h>
23 #include <TGTab.h>
24 #include <TGButtonGroup.h>
25 #include <TGNumberEntry.h>
26 #include <TGListBox.h>
27 
29 
30  public:
31 
33 
34  void Init();
35  void Save(char *mode=NULL);
36  void process();
37  void print();
38 
39  private:
40 
41  TGMainFrame* fMainFrame;
42  TGTextButton* fBtn1, *fBtn2;
43  TGCheckButton *fChk1, *fChk2;
44  TGRadioButton *fRad1, *fRad2;
45 TGTab* fTab;
46 TGLayoutHints* fL3;
47 TGCompositeFrame* fF1;
48 TGTextEntry* fTxt1;
49 TGTextEntry* fTxt2;
50 TGLayoutHints* fL1;
51 TGCompositeFrame* fF2;
52 TGComboBox* fCombo;
53 
54  ClassDef(HarpoAnalyseMonitorGui,1) //Run AnalysePrint
55 };
56 
57 #endif
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
Definition: HarpoAnalyse.h:47
void print()
Ovreloaded medod whic do all job.
GUI for online monitoring (RAW data)
TGMainFrame * fMainFrame
Redefine empty default.