![]() |
MiniballSort
|
#include <TTree.h>#include <TFile.h>#include <THttpServer.h>#include <TThread.h>#include <TGClient.h>#include <TApplication.h>#include <TCanvas.h>#include <iostream>#include <cstdio>#include <string>#include <vector>#include <sstream>#include <memory>#include <csignal>Go to the source code of this file.
Macros | |
| #define | CURDIR "./" |
| #define | AMEDIR "./data" |
| #define | SRIMDIR "./srim" |
Functions | |
| void | plot_physics_hists () |
| void | reset_conv_hists () |
| void | reset_evnt_hists () |
| void | reset_phys_hists () |
| void | stop_monitor () |
| void | start_monitor () |
Variables | |
| Bool_t | bRunMon = kTRUE |
| Bool_t | bFirstRun = kTRUE |
| std::string | curFileMon |
| #define AMEDIR "./data" |
Definition at line 27 of file mb_sort.hh.
| #define CURDIR "./" |
Definition at line 24 of file mb_sort.hh.
| #define SRIMDIR "./srim" |
Definition at line 30 of file mb_sort.hh.
| void plot_physics_hists | ( | ) |
| void reset_conv_hists | ( | ) |
Definition at line 159 of file mb_sort.cc.
Referenced by ResetAll(), and ResetConv().
| void reset_evnt_hists | ( | ) |
Definition at line 163 of file mb_sort.cc.
Referenced by ResetAll(), and ResetEvnt().
| void reset_phys_hists | ( | ) |
Definition at line 167 of file mb_sort.cc.
Referenced by ResetAll(), and ResetHist().
| void start_monitor | ( | ) |
Definition at line 175 of file mb_sort.cc.
Referenced by StartMonitor().
| void stop_monitor | ( | ) |
Definition at line 171 of file mb_sort.cc.
Referenced by StopMonitor().
| Bool_t bFirstRun = kTRUE |
Definition at line 34 of file mb_sort.hh.
Referenced by monitor_run().
| Bool_t bRunMon = kTRUE |
Definition at line 33 of file mb_sort.hh.
Referenced by monitor_run(), start_monitor(), and stop_monitor().
| std::string curFileMon |
Definition at line 35 of file mb_sort.hh.
Referenced by monitor_run().