#include <DTTimeEvolutionHisto.h>
Public Member Functions | |
void | accumulateValueTimeSlot (float value) |
DTTimeEvolutionHisto (DQMStore::IBooker &ibooker, const std::string &name, const std::string &title, int nbins, int lsPrescale, bool sliding, int mode=0) | |
DTTimeEvolutionHisto (DQMStore::IBooker &ibooker, const std::string &name, const std::string &title, int nbins, int firstLS, int lsPrescale, bool sliding, int mode=0) | |
DTTimeEvolutionHisto (MonitorElement *) | |
void | normalizeTo (const MonitorElement *histForNorm) |
void | setTimeSlotValue (float value, int timeSlot) |
void | updateTimeSlot (int ls, int nEventsInLS) |
virtual | ~DTTimeEvolutionHisto () |
Destructor. More... | |
Private Attributes | |
bool | doSlide |
MonitorElement * | histo |
int | nBookedBins |
std::map< int, int > | nEventsInLastTimeSlot |
std::map< int, int > | nLumiTrInLastTimeSlot |
int | theFirstLS |
int | theLSPrescale |
int | theMode |
float | valueLastTimeSlot |
No description available.
Definition at line 18 of file DTTimeEvolutionHisto.h.
DTTimeEvolutionHisto::DTTimeEvolutionHisto | ( | DQMStore::IBooker & | ibooker, |
const std::string & | name, | ||
const std::string & | title, | ||
int | nbins, | ||
int | lsPrescale, | ||
bool | sliding, | ||
int | mode = 0 |
||
) |
Constructor Parameters are:
DTTimeEvolutionHisto::DTTimeEvolutionHisto | ( | DQMStore::IBooker & | ibooker, |
const std::string & | name, | ||
const std::string & | title, | ||
int | nbins, | ||
int | firstLS, | ||
int | lsPrescale, | ||
bool | sliding, | ||
int | mode = 0 |
||
) |
DTTimeEvolutionHisto::DTTimeEvolutionHisto | ( | MonitorElement * | histoGot | ) |
Definition at line 75 of file DTTimeEvolutionHisto.cc.
References histo.
|
virtual |
void DTTimeEvolutionHisto::accumulateValueTimeSlot | ( | float | value | ) |
Definition at line 111 of file DTTimeEvolutionHisto.cc.
References relativeConstraints::value, and valueLastTimeSlot.
Referenced by DTBlockedROChannelsTest::performClientDiagnostic().
void DTTimeEvolutionHisto::normalizeTo | ( | const MonitorElement * | histForNorm | ) |
Definition at line 203 of file DTTimeEvolutionHisto.cc.
References stringResolutionProvider_cfi::bin, MonitorElement::getBinContent(), MonitorElement::getNbinsX(), histo, and MonitorElement::setBinContent().
Referenced by DTSegmentAnalysisTest::dqmEndJob().
void DTTimeEvolutionHisto::setTimeSlotValue | ( | float | value, |
int | timeSlot | ||
) |
Definition at line 89 of file DTTimeEvolutionHisto.cc.
References stringResolutionProvider_cfi::bin, doSlide, MonitorElement::Fill(), MonitorElement::getBinContent(), MonitorElement::getBinError(), MonitorElement::getTH1F(), histo, nBookedBins, MonitorElement::setBinContent(), MonitorElement::setBinError(), and MonitorElement::setBinLabel().
Referenced by DTDCSByLumiSummary::dqmEndJob(), and updateTimeSlot().
void DTTimeEvolutionHisto::updateTimeSlot | ( | int | ls, |
int | nEventsInLS | ||
) |
Definition at line 117 of file DTTimeEvolutionHisto.cc.
References doSlide, objects.autophobj::float, MonitorElement::getBinContent(), histo, createfilelist::int, eostools::ls(), nBookedBins, nEvents, nEventsInLastTimeSlot, nLumiTrInLastTimeSlot, MonitorElement::setBinLabel(), setTimeSlotValue(), theFirstLS, theLSPrescale, theMode, and valueLastTimeSlot.
Referenced by DTSegmentAnalysisTask::endLuminosityBlock(), and DTBlockedROChannelsTest::performClientDiagnostic().
|
private |
Definition at line 74 of file DTTimeEvolutionHisto.h.
Referenced by setTimeSlotValue(), and updateTimeSlot().
|
private |
Definition at line 77 of file DTTimeEvolutionHisto.h.
Referenced by DTTimeEvolutionHisto(), normalizeTo(), setTimeSlotValue(), and updateTimeSlot().
|
private |
Definition at line 75 of file DTTimeEvolutionHisto.h.
Referenced by setTimeSlotValue(), and updateTimeSlot().
|
private |
Definition at line 70 of file DTTimeEvolutionHisto.h.
Referenced by updateTimeSlot().
|
private |
Definition at line 71 of file DTTimeEvolutionHisto.h.
Referenced by updateTimeSlot().
|
private |
Definition at line 72 of file DTTimeEvolutionHisto.h.
Referenced by updateTimeSlot().
|
private |
Definition at line 73 of file DTTimeEvolutionHisto.h.
Referenced by updateTimeSlot().
|
private |
Definition at line 76 of file DTTimeEvolutionHisto.h.
Referenced by updateTimeSlot().
|
private |
Definition at line 69 of file DTTimeEvolutionHisto.h.
Referenced by accumulateValueTimeSlot(), and updateTimeSlot().