#include <monitor.h>
Public Member Functions | |
void | count (HypothesisType type, const char *name, double weight=1.0) |
EventMonitor (DQMStore::IBooker &iBooker) | |
Public Attributes | |
std::map< std::string, int > | binMap_ |
MonitorElement * | cutflowHist_ [4] |
EventMonitor::EventMonitor | ( | DQMStore::IBooker & | iBooker | ) |
Definition at line 4 of file monitor.cc.
References newFWLiteAna::bin, binMap_, DQMStore::IBooker::book1D(), cutflowHist_, edm::hlt::Exception, i, cmsHarvester::index, mergeVDriftHistosByStation::name, MonitorElement::setBinContent(), MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
void EventMonitor::count | ( | HypothesisType | type, |
const char * | name, | ||
double | weight = 1.0 |
||
) |
Definition at line 53 of file monitor.cc.
References newFWLiteAna::bin, binMap_, cutflowHist_, edm::hlt::Exception, MonitorElement::Fill(), and mergeVDriftHistosByStation::name.
Referenced by HWWFunctions::doCutFlow().
std::map<std::string, int> EventMonitor::binMap_ |
Definition at line 20 of file monitor.h.
Referenced by count(), and EventMonitor().
MonitorElement* EventMonitor::cutflowHist_[4] |
Definition at line 21 of file monitor.h.
Referenced by count(), and EventMonitor().