#include <JsonMonitorable.h>
Public Member Functions | |
unsigned int | getExpectedSize () const |
unsigned int | getMaxUpdates () const |
unsigned int | getSize () const |
HistoJ (int expectedUpdates=1, unsigned int maxUpdates=0) | |
void | operator= (std::vector< T > const &sth) |
void | resetValue () override |
void | setMaxUpdates (unsigned int maxUpdates) |
std::string | toCSV () const |
virtual Json::Value | toJsonValue () const |
std::string | toString () const override |
void | update (T val) |
std::vector< T > & | value () |
std::vector< T > const & | value () const |
~HistoJ () override | |
Public Member Functions inherited from jsoncollector::JsonMonitorable | |
virtual std::string const & | getName () const |
bool | getNotSame () const |
unsigned int | getUpdates () |
JsonMonitorable () | |
virtual void | setName (std::string name) |
virtual | ~JsonMonitorable () |
Private Attributes | |
unsigned int | expectedSize_ |
std::vector< T > | histo_ |
unsigned int | maxUpdates_ |
Additional Inherited Members | |
Protected Attributes inherited from jsoncollector::JsonMonitorable | |
std::string | name_ |
bool | notSame_ |
unsigned int | updates_ |
Definition at line 180 of file JsonMonitorable.h.
|
inline |
Definition at line 182 of file JsonMonitorable.h.
|
inlineoverride |
Definition at line 190 of file JsonMonitorable.h.
|
inline |
Definition at line 231 of file JsonMonitorable.h.
|
inline |
Definition at line 233 of file JsonMonitorable.h.
|
inline |
Definition at line 248 of file JsonMonitorable.h.
|
inline |
Definition at line 226 of file JsonMonitorable.h.
|
inlineoverridevirtual |
|
inline |
Definition at line 235 of file JsonMonitorable.h.
|
inline |
Definition at line 192 of file JsonMonitorable.h.
|
inlinevirtual |
Definition at line 214 of file JsonMonitorable.h.
Referenced by L1TriggerJSONMonitoring::globalEndLuminosityBlockSummary(), and HLTriggerJSONMonitoring::globalEndLuminosityBlockSummary().
|
inlineoverridevirtual |
|
inline |
|
inline |
Definition at line 228 of file JsonMonitorable.h.
Referenced by Types.int32::__nonzero__(), Types.uint32::__nonzero__(), Types.int64::__nonzero__(), Types.uint64::__nonzero__(), Types.double::__nonzero__(), Types.bool::__nonzero__(), Types.string::__nonzero__(), average.Average::average(), Types.string::configValue(), Types.FileInPath::configValue(), Mixins.UsingBlock::dumpPython(), L1TriggerJSONMonitoring::globalEndLuminosityBlockSummary(), HLTriggerJSONMonitoring::globalEndLuminosityBlockSummary(), Mixins.UsingBlock::insertInto(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Types.double::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), Types.vstring::insertInto(), jsoncollector::DataPoint::mergeAndSerialize(), L1TriggerJSONMonitoring::streamEndLuminosityBlockSummary(), and HLTriggerJSONMonitoring::streamEndLuminosityBlockSummary().
|
inline |
Definition at line 229 of file JsonMonitorable.h.
Referenced by Types.int32::__nonzero__(), Types.uint32::__nonzero__(), Types.int64::__nonzero__(), Types.uint64::__nonzero__(), Types.double::__nonzero__(), Types.bool::__nonzero__(), Types.string::__nonzero__(), average.Average::average(), Types.string::configValue(), Types.FileInPath::configValue(), Mixins.UsingBlock::dumpPython(), Mixins.UsingBlock::insertInto(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Types.double::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), and Types.vstring::insertInto().
|
private |
|
private |
Definition at line 258 of file JsonMonitorable.h.
Referenced by jsoncollector::HistoJ< unsigned int >::getSize(), jsoncollector::HistoJ< unsigned int >::HistoJ(), jsoncollector::HistoJ< unsigned int >::operator=(), jsoncollector::HistoJ< unsigned int >::resetValue(), jsoncollector::HistoJ< unsigned int >::setMaxUpdates(), jsoncollector::HistoJ< unsigned int >::toCSV(), jsoncollector::HistoJ< unsigned int >::toJsonValue(), jsoncollector::HistoJ< unsigned int >::toString(), jsoncollector::HistoJ< unsigned int >::update(), and jsoncollector::HistoJ< unsigned int >::value().
|
private |