#include <HLTScalersClient.h>
Definition at line 75 of file HLTScalersClient.h.
◆ CountLSFifo_t()
HLTScalersClient::CountLSFifo_t::CountLSFifo_t |
( |
unsigned int |
sz = 3 | ) |
|
|
inline |
◆ getCount()
double HLTScalersClient::CountLSFifo_t::getCount |
( |
int |
ls | ) |
|
|
inline |
◆ targetSize()
unsigned int HLTScalersClient::CountLSFifo_t::targetSize |
( |
| ) |
const |
|
inline |
◆ trim_()
void HLTScalersClient::CountLSFifo_t::trim_ |
( |
| ) |
|
|
inlineprivate |
◆ update()
void HLTScalersClient::CountLSFifo_t::update |
( |
const CountLS_t & |
T | ) |
|
|
inline |
Definition at line 92 of file HLTScalersClient.h.
94 CountLSFifo_t::iterator
p =
std::find(this->begin(), this->
end(),
T.first);
95 if (
p != this->
end()) {
References mps_fire::end, spr::find(), AlCaHLTBitMon_ParallelJobs::p, and trim_().
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), HLTScalersClient::endLuminosityBlock(), dqm-mbProfile.Profile::finish(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
◆ accumulate_
bool HLTScalersClient::CountLSFifo_t::accumulate_ |
|
private |
◆ targetSize_
unsigned int HLTScalersClient::CountLSFifo_t::targetSize_ |
|
private |