Go to the documentation of this file.
38 #ifndef HLTSCALERSCLIENT_H
39 #define HLTSCALERSCLIENT_H
54 #define MAX_LUMI_SEG_HLT 2400
85 CountLSFifo_t::iterator
p =
std::find(this->begin(), this->
end(), ls);
94 CountLSFifo_t::iterator
p =
std::find(this->begin(), this->
end(), T.first);
95 if (
p != this->
end()) {
105 if (this->
size() > targetSize_) {
184 #endif // HLTSCALERSCLIENT_H
void beginRun(const edm::Run &run, const edm::EventSetup &c) override
BeginRun.
void beginJob(void) override
BeginJob.
unsigned int targetSize() const
CountLSFifo_t recentOverallCountsPerLS_
void update(const CountLS_t &T)
MonitorElement * currentRate_
unsigned int kRateIntegWindow_
std::vector< MonitorElement * > countHistories_
~HLTScalersClient() override
Destructor.
std::vector< MonitorElement * > hltCurrentRate_
void analyze(const edm::Event &e, const edm::EventSetup &c) override
std::vector< CountLSFifo_t > recentPathCountsPerLS_
std::vector< MonitorElement * > rateNormHistories_
std::vector< MonitorElement * > rateHistories_
MonitorElement * hltCount_
dqm::legacy::DQMStore DQMStore
std::pair< double, double > getSlope_(const CountLSFifo_t &points)
CountLSFifo_t recentNormedOverallCountsPerLS_
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
HLTScalersClient(const edm::ParameterSet &ps)
Constructors.
dqm::legacy::MonitorElement MonitorElement
MonitorElement * hltNormRate_
CountLSFifo_t(unsigned int sz=3)
bool operator<(CountLS_t &rhs)
MonitorElement * updates_
bool operator==(int ls) const
void endLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) override
MonitorElement * currentNormRate_
std::vector< CountLSFifo_t > recentNormedPathCountsPerLS_
std::vector< MonitorElement * > hltCurrentNormRate_
int currentLumiBlockNumber_
MonitorElement * hltRate_
std::deque< int > ignores_
CountLS_t(int ls, double cnt)
MonitorElement * mergeCount_
void endRun(const edm::Run &run, const edm::EventSetup &c) override
EndRun.