#include <PhotonMonitor.h>
Public Member Functions | |
PhotonMonitor (const edm::ParameterSet &) | |
~PhotonMonitor () override | |
Public Member Functions inherited from one::DQMEDAnalyzer< T > | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
static void | fillHistoLSPSetDescription (edm::ParameterSetDescription &pset) |
static void | fillHistoPSetDescription (edm::ParameterSetDescription &pset) |
Protected Member Functions | |
void | analyze (edm::Event const &iEvent, edm::EventSetup const &iSetup) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | bookME (DQMStore::IBooker &, PhotonME &me, const std::string &histname, const std::string &histtitle, unsigned int nbins, double xmin, double xmax) |
void | bookME (DQMStore::IBooker &, PhotonME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX) |
void | bookME (DQMStore::IBooker &, PhotonME &me, const std::string &histname, const std::string &histtitle, unsigned int nbinsX, double xmin, double xmax, double ymin, double ymax) |
void | bookME (DQMStore::IBooker &, PhotonME &me, const std::string &histname, const std::string &histtitle, unsigned int nbinsX, double xmin, double xmax, unsigned int nbinsY, double ymin, double ymax) |
void | bookME (DQMStore::IBooker &, PhotonME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX, const std::vector< double > &binningY) |
void | setTitle (PhotonME &me, const std::string &titleX, const std::string &titleY) |
Static Private Member Functions | |
static MEbinning | getHistoLSPSet (edm::ParameterSet const &pset) |
static MEbinning | getHistoPSet (edm::ParameterSet const &pset) |
Definition at line 55 of file PhotonMonitor.h.
PhotonMonitor::PhotonMonitor | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 13 of file PhotonMonitor.cc.
References PhotonME::denominator, diphotonMassME_, PhotonME::numerator, photonEtaME_, photonEtaPhiME_, photonHoverEME_, photonME_, photonME_variableBinning_, photonPhiME_, photonr9ME_, photonVsLS_, subphotonEtaME_, subphotonEtaPhiME_, subphotonHoverEME_, subphotonME_, subphotonME_variableBinning_, subphotonPhiME_, subphotonr9ME_, and ~PhotonMonitor().
|
overridedefault |
Referenced by PhotonMonitor().
|
overrideprotected |
Definition at line 221 of file PhotonMonitor.cc.
References funct::cos(), den_genTriggerEventFlag_, PhotonME::denominator, diphotonMassME_, MillePedeFileConverter_cfg::e, nano_cff::electrons, eleSelection_, eleToken_, PVValHelper::eta, MonitorElement::Fill(), HcalObjRepresent::Fill(), edm::Event::getByToken(), edm::EventBase::id(), fwrapper::jets, jetSelection_, jetToken_, eostools::ls(), edm::EventID::luminosityBlock(), metSelection_, metToken_, nelectrons_, njets_, nphotons_, num_genTriggerEventFlag_, PhotonME::numerator, AlCaHLTBitMon_ParallelJobs::p, phi, photonEtaME_, photonEtaPhiME_, photonHoverEME_, photonME_, photonME_variableBinning_, photonPhiME_, photonr9ME_, muons_cff::photons, photonSelection_, photonToken_, photonVsLS_, EnergyCorrector::pt, electrons_cff::r9, mathSSE::sqrt(), subphotonEtaME_, subphotonEtaPhiME_, subphotonHoverEME_, subphotonME_, subphotonPhiME_, and subphotonr9ME_.
|
overrideprotected |
Definition at line 136 of file PhotonMonitor.cc.
References bookME(), den_genTriggerEventFlag_, diphoton_mass_binning_, diphotonMassME_, eta_binning_, folderName_, hoe_binning_, ls_binning_, nphotons_, num_genTriggerEventFlag_, phi_binning_1, photon_binning_, photon_variable_binning_, photonEtaME_, photonEtaPhiME_, photonHoverEME_, photonME_, photonME_variableBinning_, photonPhiME_, photonr9ME_, photonVsLS_, r9_binning_, DQMStore::IBooker::setCurrentFolder(), setTitle(), AlCaHLTBitMon_QueryRunRegistry::string, subphotonEtaME_, subphotonEtaPhiME_, subphotonHoverEME_, subphotonME_, subphotonPhiME_, and subphotonr9ME_.
|
protected |
Definition at line 99 of file PhotonMonitor.cc.
References DQMStore::IBooker::book1D(), PhotonME::denominator, and PhotonME::numerator.
Referenced by bookHistograms().
|
protected |
Definition at line 104 of file PhotonMonitor.cc.
References DQMStore::IBooker::book1D(), PhotonME::denominator, pileupCalc::nbins, and PhotonME::numerator.
|
protected |
Definition at line 113 of file PhotonMonitor.cc.
References DQMStore::IBooker::bookProfile(), PhotonME::denominator, and PhotonME::numerator.
|
protected |
Definition at line 118 of file PhotonMonitor.cc.
References DQMStore::IBooker::book2D(), PhotonME::denominator, and PhotonME::numerator.
|
protected |
Definition at line 123 of file PhotonMonitor.cc.
References DQMStore::IBooker::book2D(), PhotonME::denominator, and PhotonME::numerator.
|
static |
Definition at line 334 of file PhotonMonitor.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), create_public_pileup_plots::bins, DEFINE_FWK_MODULE, fillHistoLSPSetDescription(), fillHistoPSetDescription(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 327 of file PhotonMonitor.cc.
References edm::ParameterSetDescription::add().
Referenced by fillDescriptions().
|
static |
Definition at line 320 of file PhotonMonitor.cc.
References edm::ParameterSetDescription::add().
Referenced by fillDescriptions().
|
staticprivate |
|
staticprivate |
|
protected |
Definition at line 90 of file PhotonMonitor.cc.
References PhotonME::denominator, PhotonME::numerator, and MonitorElement::setAxisTitle().
Referenced by bookHistograms(), Vispa.Gui.PortWidget.PortWidget::setName(), and Vispa.Views.LineDecayView.LineDecayContainer::setPxlObject().
|
private |
Definition at line 152 of file PhotonMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 91 of file PhotonMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 103 of file PhotonMonitor.h.
Referenced by analyze(), bookHistograms(), and PhotonMonitor().
|
private |
Definition at line 156 of file PhotonMonitor.h.
Referenced by analyze().
|
private |
Definition at line 84 of file PhotonMonitor.h.
Referenced by analyze().
|
private |
Definition at line 123 of file PhotonMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 79 of file PhotonMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 80 of file PhotonMonitor.h.
|
private |
Definition at line 140 of file PhotonMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 155 of file PhotonMonitor.h.
Referenced by analyze().
|
private |
Definition at line 83 of file PhotonMonitor.h.
Referenced by analyze().
|
private |
Definition at line 94 of file PhotonMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 121 of file PhotonMonitor.h.
|
private |
Definition at line 138 of file PhotonMonitor.h.
|
private |
Definition at line 114 of file PhotonMonitor.h.
|
private |
Definition at line 129 of file PhotonMonitor.h.
|
private |
Definition at line 154 of file PhotonMonitor.h.
Referenced by analyze().
|
private |
Definition at line 82 of file PhotonMonitor.h.
Referenced by analyze().
|
private |
Definition at line 139 of file PhotonMonitor.h.
|
private |
Definition at line 130 of file PhotonMonitor.h.
|
private |
Definition at line 122 of file PhotonMonitor.h.
|
private |
Definition at line 115 of file PhotonMonitor.h.
|
private |
Definition at line 131 of file PhotonMonitor.h.
|
private |
Definition at line 160 of file PhotonMonitor.h.
Referenced by analyze().
|
private |
Definition at line 158 of file PhotonMonitor.h.
Referenced by analyze().
|
private |
Definition at line 159 of file PhotonMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 151 of file PhotonMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 116 of file PhotonMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 93 of file PhotonMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 90 of file PhotonMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 105 of file PhotonMonitor.h.
Referenced by analyze(), bookHistograms(), and PhotonMonitor().
|
private |
Definition at line 110 of file PhotonMonitor.h.
Referenced by analyze(), bookHistograms(), and PhotonMonitor().
|
private |
Definition at line 112 of file PhotonMonitor.h.
Referenced by analyze(), bookHistograms(), and PhotonMonitor().
|
private |
Definition at line 106 of file PhotonMonitor.h.
Referenced by analyze(), bookHistograms(), and PhotonMonitor().
|
private |
Definition at line 108 of file PhotonMonitor.h.
Referenced by analyze(), bookHistograms(), and PhotonMonitor().
|
private |
Definition at line 107 of file PhotonMonitor.h.
Referenced by analyze(), bookHistograms(), and PhotonMonitor().
|
private |
Definition at line 111 of file PhotonMonitor.h.
Referenced by analyze(), bookHistograms(), and PhotonMonitor().
|
private |
Definition at line 157 of file PhotonMonitor.h.
Referenced by analyze().
|
private |
Definition at line 85 of file PhotonMonitor.h.
Referenced by analyze().
|
private |
Definition at line 109 of file PhotonMonitor.h.
Referenced by analyze(), bookHistograms(), and PhotonMonitor().
|
private |
Definition at line 132 of file PhotonMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 96 of file PhotonMonitor.h.
Referenced by analyze(), bookHistograms(), and PhotonMonitor().
|
private |
Definition at line 100 of file PhotonMonitor.h.
Referenced by analyze(), bookHistograms(), and PhotonMonitor().
|
private |
Definition at line 102 of file PhotonMonitor.h.
Referenced by analyze(), bookHistograms(), and PhotonMonitor().
|
private |
Definition at line 97 of file PhotonMonitor.h.
Referenced by analyze(), bookHistograms(), and PhotonMonitor().
|
private |
Definition at line 99 of file PhotonMonitor.h.
Referenced by PhotonMonitor().
|
private |
Definition at line 98 of file PhotonMonitor.h.
Referenced by analyze(), bookHistograms(), and PhotonMonitor().
|
private |
Definition at line 101 of file PhotonMonitor.h.
Referenced by analyze(), bookHistograms(), and PhotonMonitor().