#include <Validation/HcalDigisClient/src/HcalDigisClient.cc>
Classes | |
struct | HistLim |
Private Member Functions | |
void | book1D (DQMStore::IBooker &ib, std::string name, int n, double min, double max) |
void | book1D (DQMStore::IBooker &ib, std::string name, const HistLim &limX) |
void | book2D (DQMStore::IBooker &ib, std::string name, const HistLim &limX, const HistLim &limY) |
void | bookPf (DQMStore::IBooker &ib, std::string name, const HistLim &limX, const HistLim &limY) |
void | bookPf (DQMStore::IBooker &ib, std::string name, const HistLim &limX, const HistLim &limY, const char *option) |
void | dqmEndJob (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) override |
void | fill1D (std::string name, double X, double weight=1) |
void | fill2D (std::string name, double X, double Y, double weight=1) |
void | fillPf (std::string name, double X, double Y) |
int | HcalDigisEndjob (const std::vector< MonitorElement * > &hcalMEs, std::string subdet_, DQMStore::IBooker &ib) |
double | integralMETH2D (MonitorElement *ME, int i0, int i1, int j0, int j1) |
MonitorElement * | monitor (std::string name) |
virtual void | runClient (DQMStore::IBooker &ib, DQMStore::IGetter &ig) |
void | scaleMETH2D (MonitorElement *ME, double s) |
std::string | str (int x) |
Private Attributes | |
std::string | dirName_ |
std::map< std::string, MonitorElement * > * | msm_ |
std::string | outputFile_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Protected Attributes inherited from DQMEDHarvester | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 27 of file HcalDigisClient.h.
|
explicit |
Definition at line 23 of file HcalDigisClient.cc.
References dirName_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), msm_, outputFile_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 32 of file HcalDigisClient.cc.
References msm_.
|
inlineprivate |
Definition at line 55 of file HcalDigisClient.h.
References DQMStore::IBooker::book1D(), HcalDigisClient::HistLim::max, HcalDigisClient::HistLim::min, msm_, HcalDigisClient::HistLim::n, and dataset::name.
Referenced by HcalDigisEndjob().
|
inlineprivate |
Definition at line 59 of file HcalDigisClient.h.
References DQMStore::IBooker::book1D(), HcalDigisClient::HistLim::max, HcalDigisClient::HistLim::min, msm_, HcalDigisClient::HistLim::n, and dataset::name.
|
inlineprivate |
Definition at line 67 of file HcalDigisClient.h.
References DQMStore::IBooker::book2D(), HcalDigisClient::HistLim::max, HcalDigisClient::HistLim::min, msm_, HcalDigisClient::HistLim::n, and dataset::name.
|
inlineprivate |
Definition at line 75 of file HcalDigisClient.h.
References DQMStore::IBooker::bookProfile(), HcalDigisClient::HistLim::max, HcalDigisClient::HistLim::min, msm_, HcalDigisClient::HistLim::n, and dataset::name.
|
inlineprivate |
Definition at line 79 of file HcalDigisClient.h.
References DQMStore::IBooker::bookProfile(), HcalDigisClient::HistLim::max, HcalDigisClient::HistLim::min, msm_, HcalDigisClient::HistLim::n, dataset::name, and TSGForRoadSearch_cfi::option.
|
inlineoverrideprivatevirtual |
Implements DQMEDHarvester.
Definition at line 35 of file HcalDigisClient.h.
References dirName_, runClient(), and DQMStore::IGetter::setCurrentFolder().
|
inlineprivate |
Definition at line 63 of file HcalDigisClient.h.
References msm_.
|
inlineprivate |
Definition at line 71 of file HcalDigisClient.h.
References msm_.
|
inlineprivate |
Definition at line 83 of file HcalDigisClient.h.
References integralMETH2D(), msm_, alignCSCRings::s, scaleMETH2D(), str(), AlCaHLTBitMon_QueryRunRegistry::string, and x.
|
private |
Definition at line 63 of file HcalDigisClient.cc.
References book1D(), ws_sso_content_reader::content, egammaForCoreTracking_cff::depth, particleFlowClusterHBHE_cfi::depths, MillePedeFileConverter_cfg::e, end, ev, spr::find(), objects.autophobj::float, MonitorElement::getEntries(), getName(), MonitorElement::getTH1F(), mps_fire::i, msm_, position, MonitorElement::setBinContent(), MonitorElement::setBinError(), mathSSE::sqrt(), str(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by runClient().
|
private |
Definition at line 227 of file HcalDigisClient.cc.
References MonitorElement::getBinContent(), and mps_fire::i.
Referenced by fillPf().
|
private |
Definition at line 216 of file HcalDigisClient.cc.
References msm_.
|
privatevirtual |
Definition at line 37 of file HcalDigisClient.cc.
References dirName_, DQMStore::IGetter::getContents(), DQMStore::IGetter::getSubdirs(), HcalDigisEndjob(), mps_fire::i, and DQMStore::IGetter::setCurrentFolder().
Referenced by dqmEndJob().
|
private |
Definition at line 238 of file HcalDigisClient.cc.
References ws_sso_content_reader::content, DEFINE_FWK_MODULE, relativeConstraints::error, MonitorElement::getBinContent(), MonitorElement::getBinError(), MonitorElement::getNbinsX(), MonitorElement::getNbinsY(), mps_fire::i, alignCSCRings::s, MonitorElement::setBinContent(), and MonitorElement::setBinError().
Referenced by fillPf().
|
private |
Definition at line 221 of file HcalDigisClient.cc.
References MillePedeFileConverter_cfg::out, and x.
Referenced by fillPf(), and HcalDigisEndjob().
|
private |
Definition at line 93 of file HcalDigisClient.h.
Referenced by dqmEndJob(), HcalDigisClient(), and runClient().
|
private |
Definition at line 91 of file HcalDigisClient.h.
Referenced by book1D(), book2D(), bookPf(), fill1D(), fill2D(), fillPf(), HcalDigisClient(), HcalDigisEndjob(), monitor(), and ~HcalDigisClient().
|
private |
Definition at line 92 of file HcalDigisClient.h.
Referenced by HcalDigisClient().