#include <EwkTauDQM.h>
Public Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | endRun (const edm::Run &, const edm::EventSetup &) override |
EwkTauDQM (const edm::ParameterSet &) | |
~EwkTauDQM () override | |
Public Member Functions inherited from one::DQMEDAnalyzer< T > | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
Private Attributes | |
std::string | dqmDirectory_ |
EwkElecTauHistManager * | elecTauHistManager_ |
int | maxNumWarnings_ |
EwkMuTauHistManager * | muTauHistManager_ |
Booking and filling of histograms for data-quality monitoring purposes in EWK tau analyses; individual channels are implemented in separate Ewk..HistManager classes, so far: o Z –> electron + tau-jet channel (EwkElecTauHistManager) o Z –> muon + tau-jet channel (EwkMuTauHistManager)
Definition at line 27 of file EwkTauDQM.h.
EwkTauDQM::EwkTauDQM | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 22 of file EwkTauDQM.cc.
References edm::ParameterSet::addParameter(), dqmDirectory_, dqmDirectoryName(), elecTauHistManager_, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), maxNumWarnings_, muTauHistManager_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
|
override |
Definition at line 64 of file EwkTauDQM.cc.
References elecTauHistManager_, EwkElecTauHistManager::fillHistograms(), EwkMuTauHistManager::fillHistograms(), and muTauHistManager_.
|
override |
Definition at line 57 of file EwkTauDQM.cc.
References EwkElecTauHistManager::bookHistograms(), EwkMuTauHistManager::bookHistograms(), elecTauHistManager_, and muTauHistManager_.
|
override |
Definition at line 69 of file EwkTauDQM.cc.
References elecTauHistManager_, EwkElecTauHistManager::finalizeHistograms(), EwkMuTauHistManager::finalizeHistograms(), and muTauHistManager_.
|
private |
Definition at line 38 of file EwkTauDQM.h.
Referenced by EwkTauDQM().
|
private |
Definition at line 41 of file EwkTauDQM.h.
Referenced by analyze(), bookHistograms(), endRun(), EwkTauDQM(), and ~EwkTauDQM().
|
private |
Definition at line 39 of file EwkTauDQM.h.
Referenced by EwkTauDQM().
|
private |
Definition at line 42 of file EwkTauDQM.h.
Referenced by analyze(), bookHistograms(), endRun(), EwkTauDQM(), and ~EwkTauDQM().