#include <JsonMonitorable.h>
Public Member Functions | |
unsigned int | getExpectedSize () |
unsigned int | getMaxUpdates () |
unsigned int | getSize () |
HistoJ (int expectedUpdates=1, unsigned int maxUpdates=0) | |
void | operator= (std::vector< T > &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 () |
~HistoJ () override | |
Public Member Functions inherited from jsoncollector::JsonMonitorable | |
virtual std::string & | getName () |
bool | getNotSame () |
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 193 of file JsonMonitorable.h.
|
inline |
Definition at line 196 of file JsonMonitorable.h.
|
inlineoverride |
Definition at line 203 of file JsonMonitorable.h.
|
inline |
Definition at line 245 of file JsonMonitorable.h.
|
inline |
Definition at line 249 of file JsonMonitorable.h.
|
inline |
Definition at line 264 of file JsonMonitorable.h.
|
inline |
Definition at line 237 of file JsonMonitorable.h.
|
inlineoverridevirtual |
|
inline |
Definition at line 253 of file JsonMonitorable.h.
|
inline |
Definition at line 205 of file JsonMonitorable.h.
|
inlinevirtual |
Definition at line 225 of file JsonMonitorable.h.
Referenced by L1TriggerJSONMonitoring::globalEndLuminosityBlockSummary(), and HLTriggerJSONMonitoring::globalEndLuminosityBlockSummary().
|
inlineoverridevirtual |
|
inline |
Definition at line 268 of file JsonMonitorable.h.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), Vispa.Gui.VispaWidget.VispaWidget::autosize(), Vispa.Views.LineDecayView.LineDecayContainer::createObject(), Vispa.Views.LineDecayView.LineDecayContainer::deselectAllObjects(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::deselectAllWidgets(), Vispa.Gui.VispaWidget.VispaWidget::enableAutosizing(), progressbar.ProgressBar::finish(), L1TriggerJSONMonitoring::globalEndLuminosityBlockSummary(), Vispa.Gui.MenuWidget.MenuWidget::leaveEvent(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseMoveEvent(), Vispa.Gui.MenuWidget.MenuWidget::mouseMoveEvent(), Vispa.Views.LineDecayView.LineDecayContainer::mouseMoveEvent(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseReleaseEvent(), Vispa.Views.LineDecayView.LineDecayContainer::objectMoved(), MatrixUtil.Steps::overwrite(), Vispa.Views.LineDecayView.LineDecayContainer::removeObject(), Vispa.Gui.ConnectableWidget.ConnectableWidget::removePorts(), Vispa.Gui.FindDialog.FindDialog::reset(), Vispa.Gui.PortConnection.PointToPointConnection::select(), Vispa.Gui.VispaWidget.VispaWidget::select(), Vispa.Views.LineDecayView.LineDecayContainer::select(), Vispa.Gui.VispaWidget.VispaWidget::setText(), Vispa.Gui.VispaWidget.VispaWidget::setTitle(), Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom(), Vispa.Views.LineDecayView.LineDecayContainer::setZoom(), jsoncollector::DataPoint::snap(), jsoncollector::DataPoint::snapStreamAtomic(), and Vispa.Gui.PortConnection.PointToPointConnection::updateConnection().
|
inline |
Definition at line 241 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(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Types.string::configValue(), Types.FileInPath::configValue(), Mixins.UsingBlock::dumpPython(), L1TriggerJSONMonitoring::globalEndLuminosityBlockSummary(), HLTriggerJSONMonitoring::globalEndLuminosityBlockSummary(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Types.double::insertInto(), Mixins.UsingBlock::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(), Vispa.Views.PropertyView.FileProperty::labelDoubleClicked(), jsoncollector::DataPoint::mergeAndSerialize(), L1TriggerJSONMonitoring::streamEndLuminosityBlockSummary(), and HLTriggerJSONMonitoring::streamEndLuminosityBlockSummary().
|
private |
Definition at line 276 of file JsonMonitorable.h.
|
private |
Definition at line 275 of file JsonMonitorable.h.
|
private |
Definition at line 277 of file JsonMonitorable.h.