5#ifndef __MINIBALLGUI_HH
6#define __MINIBALLGUI_HH
11#include <TGFileDialog.h>
12#include <TGFontDialog.h>
13#include <TGTextEntry.h>
14#include <TGNumberEntry.h>
16#include <TGButtonGroup.h>
17#include <TGProgressBar.h>
22#include <TApplication.h>
26#include <TObjString.h>
36#ifndef __CALIBRATION_HH
46#ifndef __MIDASCONVERTER_HH
49#ifndef __MBSSCONVERTER_HH
54#ifndef __EVENTBUILDER_HH
59#ifndef __HISTOGRAMMER_HH
76 RQ_OBJECT(
"MyDialog" )
92 MyDialog(
const TGWindow *p,
const TGWindow *
main, TString msg,
bool &ans );
105 RQ_OBJECT(
"MiniballGUI" )
174 std::shared_ptr<MiniballSettings>
myset;
175 std::shared_ptr<MiniballCalibration>
mycal;
176 std::shared_ptr<MiniballReaction>
myrea;
std::shared_ptr< TGHProgressBar > prog_conv
TGVertical3DLine * fVertical_0
TGVerticalFrame * centre_text
TGTextEntry * text_out_file
TGCheckButton * check_ebis
TGTextEntry * text_cal_file
TGHorizontal3DLine * fHorizontal_0
TGVerticalFrame * centre_button
TGVerticalFrame * centre_progress
void LoadSetup(TString setupfile)
std::shared_ptr< TGHProgressBar > prog_sort
TGHorizontalFrame * fbut_frame
std::vector< bool > force_convert
TGCheckButton * check_event
TGTextEntry * text_rea_file
TGTextEntry * text_out_dir
TGVerticalFrame * left_frame
TGTextEntry * text_set_file
std::vector< bool > filestatus
std::vector< TString > filelist
TGTextEntry * text_add_file
TGHorizontalFrame * centre_go
TGVerticalFrame * centre_frame
TGCheckButton * check_mbs
std::shared_ptr< MiniballCalibration > mycal
std::shared_ptr< MiniballSettings > myset
TGCheckButton * check_source
std::shared_ptr< MiniballReaction > myrea
std::shared_ptr< TGHProgressBar > prog_hist
void SaveSetup(TString setupfile)
TGCheckButton * check_force
std::shared_ptr< TGHProgressBar > prog_evnt
TGHorizontalFrame * centre_files
TGVerticalFrame * centre_label
TGHorizontalFrame * frame_button
MyDialog(const TGWindow *p, const TGWindow *main, TString msg, bool &ans)
TGTransientFrame * fDialog
int main(int argc, char *argv[])