MiniballSort
Loading...
Searching...
No Matches
mb_sort.hh
Go to the documentation of this file.
1
#ifndef __MBSORT_HH
2
# define __MBSORT_HH
3
4
// ROOT include.
5
#include <TTree.h>
6
#include <TFile.h>
7
#include <THttpServer.h>
8
#include <TThread.h>
9
#include <TGClient.h>
10
#include <TApplication.h>
11
#include <TCanvas.h>
12
13
// C++ include.
14
#include <iostream>
15
#include <cstdio>
16
#include <string>
17
#include <vector>
18
#include <sstream>
19
#include <memory>
20
#include <csignal>
21
22
// Some compiler things
23
#ifndef CURDIR
24
# define CURDIR "./"
25
#endif
26
#ifndef AMEDIR
27
# define AMEDIR "./data"
28
#endif
29
#ifndef SRIMDIR
30
# define SRIMDIR "./srim"
31
#endif
32
33
Bool_t
bRunMon
= kTRUE;
34
Bool_t
bFirstRun
= kTRUE;
35
std::string
curFileMon
;
36
37
38
void
plot_physics_hists
();
39
void
reset_conv_hists
();
40
void
reset_evnt_hists
();
41
void
reset_phys_hists
();
42
void
stop_monitor
();
43
void
start_monitor
();
44
45
#endif
stop_monitor
void stop_monitor()
Definition
mb_sort.cc:171
reset_conv_hists
void reset_conv_hists()
Definition
mb_sort.cc:159
plot_physics_hists
void plot_physics_hists()
bRunMon
Bool_t bRunMon
Definition
mb_sort.hh:33
curFileMon
std::string curFileMon
Definition
mb_sort.hh:35
reset_evnt_hists
void reset_evnt_hists()
Definition
mb_sort.cc:163
start_monitor
void start_monitor()
Definition
mb_sort.cc:175
reset_phys_hists
void reset_phys_hists()
Definition
mb_sort.cc:167
bFirstRun
Bool_t bFirstRun
Definition
mb_sort.hh:34
Generated by
1.11.0