1 #ifndef RDFAnalysis_RunMonitor_H 2 #define RDFAnalysis_RunMonitor_H 5 #include <boost/optional.hpp> 28 RunMonitor(ULong64_t printEvery, ULong64_t total);
36 std::map<unsigned int, ULong64_t> m_seen;
37 ULong64_t m_printEvery;
38 boost::optional<ULong64_t> m_total;
42 #endif //> !RDFAnalysis_RunMonitor_H void beginRun()
Print at the beginning of the run.
Definition: RunMonitor.cxx:20
Definition: CutflowDetail.h:11
The default run monitor.
Definition: RunMonitor.h:14
void operator()(unsigned int slot)
Print on an event.
Definition: RunMonitor.cxx:25
RunMonitor(ULong64_t printEvery)
Create the monitor.
Definition: RunMonitor.cxx:5