RDFAnalysis  0.1.1
Physics analysis with ROOT::RDataFrame
RunMonitor Class Reference

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...
 

Detailed Description

The default run monitor.

Will print out a fixed number of events (treating each slot separately)

Constructor & Destructor Documentation

RunMonitor ( ULong64_t  printEvery)

Create the monitor.

Parameters
printEveryHow 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.

Parameters
printEveryHow often to print (for each slot)
totalThe total number of events in the sample

Member Function Documentation

void beginRun ( )

Print at the beginning of the run.

void operator() ( unsigned int  slot)

Print on an event.


The documentation for this class was generated from the following files: