1 #ifndef _EVENT_DISP_UI__H_
2 #define _EVENT_DISP_UI__H_
5 class TGCompositeFrame;
6 class TGHorizontalFrame;
13 static const int RUN_MIN = 1000;
14 static const int RUN_MAX = 4000;
15 typedef std::vector<int> RunList_t;
22 TGMainFrame* m_fr_main;
23 TGCompositeFrame* m_fr_menu;
24 TGCompositeFrame* m_fr_evt_mode;
25 TGCompositeFrame* m_fr_evt_sel;
26 TGCompositeFrame* m_fr_evt_next;
27 TGCompositeFrame* m_fr_evt_prev;
32 TGNumberEntry *m_ne_evt_id;
33 TGNumberEntry *m_ne_trig;
58 void Init(
const bool online_mode);
void SetAutoMode(bool value)
int run(const int nEvents=1)
std::string GetDstPath(const int run)
int FetchNumEvents(const int run)
static void * FuncNewEventCheck(void *arg)
void Init(const bool online_mode)
int OpenRunFile(const int run)
void MoveEvent(const int i_evt)