|
RDFAnalysis
0.1.1
Physics analysis with ROOT::RDataFrame
|
The default run monitor. More...
#include <RunMonitor.h>
Public Member Functions | |
| RunMonitor (ULong64_t printEvery) | |
| Create the monitor. More... | |
| RunMonitor (ULong64_t printEvery, ULong64_t total) | |
| Create the monitor. More... | |
| void | beginRun () |
| Print at the beginning of the run. More... | |
| void | operator() (unsigned int slot) |
| Print on an event. More... | |
The default run monitor.
Will print out a fixed number of events (treating each slot separately)
| RunMonitor | ( | ULong64_t | printEvery | ) |
Create the monitor.
| printEvery | How often to print (for each slot) |
Using this constructor will mean that no 'total' number is printed
| RunMonitor | ( | ULong64_t | printEvery, |
| ULong64_t | total | ||
| ) |
Create the monitor.
| printEvery | How often to print (for each slot) |
| total | The total number of events in the sample |
| void beginRun | ( | ) |
Print at the beginning of the run.
| void operator() | ( | unsigned int | slot | ) |
Print on an event.