![]() |
![]() |
#include <StreamsMonitorCollection.h>
Public Member Functions | |
EndOfRunReport () | |
void | reset () |
void | updateLatestWrittenLumiSection (uint32_t ls) |
Public Attributes | |
unsigned int | eolsCount |
uint32_t | latestLumiSectionWritten |
unsigned int | lsCountWithFiles |
Definition at line 81 of file StreamsMonitorCollection.h.
stor::StreamsMonitorCollection::EndOfRunReport::EndOfRunReport | ( | ) | [inline] |
void stor::StreamsMonitorCollection::EndOfRunReport::reset | ( | void | ) | [inline] |
Definition at line 85 of file StreamsMonitorCollection.h.
References eolsCount, latestLumiSectionWritten, and lsCountWithFiles.
Referenced by EndOfRunReport().
{ latestLumiSectionWritten = eolsCount = lsCountWithFiles = 0; }
void stor::StreamsMonitorCollection::EndOfRunReport::updateLatestWrittenLumiSection | ( | uint32_t | ls | ) | [inline] |
Definition at line 88 of file StreamsMonitorCollection.h.
References latestLumiSectionWritten, and python::rootplot::utilities::ls().
{ if (ls > latestLumiSectionWritten) latestLumiSectionWritten = ls; }
Definition at line 94 of file StreamsMonitorCollection.h.
Referenced by reset().
Definition at line 93 of file StreamsMonitorCollection.h.
Referenced by reset(), and updateLatestWrittenLumiSection().
Definition at line 95 of file StreamsMonitorCollection.h.
Referenced by reset().