MiniballSort
Loading...
Searching...
No Matches
MonitorMacros.hh
Go to the documentation of this file.
1#ifndef __MBSORT_HH
2# include "mb_sort.hh"
3#endif
4
5#include <iostream>
6
7int ResetAll(){
11 std::cout << "Reset ALL histograms" << std::endl;
12 return 0;
13}
14
17 std::cout << "Reset singles histograms" << std::endl;
18 return 0;
19}
20
23 std::cout << "Reset event builder stage histograms" << std::endl;
24 return 0;
25}
26
29 std::cout << "Reset physics stage histograms" << std::endl;
30 return 0;
31}
32
35 std::cout << "Stop monitoring" << std::endl;
36 return 0;
37}
38
41 std::cout << "Start monitoring" << std::endl;
42 return 0;
43}
44
int ResetAll()
int ResetEvnt()
int ResetConv()
int ResetHist()
int StopMonitor()
int StartMonitor()
void stop_monitor()
Definition mb_sort.cc:171
void reset_conv_hists()
Definition mb_sort.cc:159
void reset_evnt_hists()
Definition mb_sort.cc:163
void start_monitor()
Definition mb_sort.cc:175
void reset_phys_hists()
Definition mb_sort.cc:167