#include <PhotonOfflineClient.h>
Private Member Functions | |
void | dividePlots (MonitorElement *dividend, MonitorElement *numerator, MonitorElement *denominator) |
void | dividePlots (MonitorElement *dividend, MonitorElement *numerator, double denominator) |
Additional Inherited Members | |
Public Types inherited from DQMEDHarvester | |
typedef dqm::harvesting::DQMStore | DQMStore |
typedef dqm::harvesting::MonitorElement | MonitorElement |
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::ProducerBase | |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Protected Attributes inherited from DQMEDHarvester | |
DQMStore * | dqmstore_ |
edm::GetterOfProducts< DQMToken > | jobmegetter_ |
edm::EDPutTokenT< DQMToken > | jobToken_ |
edm::GetterOfProducts< DQMToken > | lumimegetter_ |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::GetterOfProducts< DQMToken > | runmegetter_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
$Id: PhotonOfflineClient authors: Nancy Marinelli, U. of Notre Dame, US Jamie Antonelli, U. of Notre Dame, US
Definition at line 60 of file PhotonOfflineClient.h.
|
explicit |
Definition at line 22 of file PhotonOfflineClient.cc.
References etaBin(), Puppi_cff::etaMax, Puppi_cff::etaMin, HLT_FULL_cff::etMin, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), L1TMuonDQMOffline_cfi::phiMax, L1TMuonDQMOffline_cfi::phiMin, TrackValidation_cff::pset, and types_().
|
override |
Definition at line 64 of file PhotonOfflineClient.cc.
void PhotonOfflineClient::book2DHistoVector | ( | DQMStore::IBooker & | iBooker, |
std::vector< std::vector< MonitorElement * > > & | vecOfHist, | ||
std::string | histoType, | ||
std::string | histoName, | ||
std::string | title, | ||
int | xbin, | ||
double | xmin, | ||
double | xmax, | ||
int | ybin = 1 , |
||
double | ymin = 1 , |
||
double | ymax = 2 |
||
) |
Definition at line 418 of file PhotonOfflineClient.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), dqm::implementation::IBooker::bookProfile(), GOODCOLL_filter_cfg::cut, class-composition::kind, dqm::implementation::NavigatorBase::pwd(), dqm::implementation::NavigatorBase::setCurrentFolder(), runGCPTkAlMap::title, types_(), parallelization::uint(), hlt_dqm_clientPB-live_cfg::xmax, hlt_dqm_clientPB-live_cfg::xmin, SiStrip_OfflineMonitoring_cff::ymax, and SiStrip_OfflineMonitoring_cff::ymin.
void PhotonOfflineClient::book3DHistoVector | ( | DQMStore::IBooker & | iBooker, |
std::vector< std::vector< std::vector< MonitorElement * > > > & | vecOfHist, | ||
std::string | histoType, | ||
std::string | histoName, | ||
std::string | title, | ||
int | xbin, | ||
double | xmin, | ||
double | xmax, | ||
int | ybin = 1 , |
||
double | ymin = 1 , |
||
double | ymax = 2 |
||
) |
Definition at line 487 of file PhotonOfflineClient.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), dqm::implementation::IBooker::bookProfile(), GOODCOLL_filter_cfg::cut, class-composition::kind, dqm::implementation::NavigatorBase::pwd(), dqm::implementation::NavigatorBase::setCurrentFolder(), runGCPTkAlMap::title, types_(), parallelization::uint(), hlt_dqm_clientPB-live_cfg::xmax, hlt_dqm_clientPB-live_cfg::xmin, SiStrip_OfflineMonitoring_cff::ymax, and SiStrip_OfflineMonitoring_cff::ymin.
PhotonOfflineClient::MonitorElement * PhotonOfflineClient::bookHisto | ( | DQMStore::IBooker & | iBooker, |
std::string | histoName, | ||
std::string | title, | ||
int | bin, | ||
double | min, | ||
double | max | ||
) |
Definition at line 396 of file PhotonOfflineClient.cc.
References newFWLiteAna::bin, dqm::implementation::IBooker::book1D(), SiStripPI::max, SiStripPI::min, dqm::implementation::NavigatorBase::pwd(), and runGCPTkAlMap::title.
|
private |
Definition at line 357 of file PhotonOfflineClient.cc.
References submitPVValidationJobs::err, dqm::impl::MonitorElement::getBinContent(), dqm::impl::MonitorElement::getEntries(), dqm::impl::MonitorElement::getNbinsX(), dqmiolumiharvest::j, dqm::impl::MonitorElement::setBinContent(), dqm::impl::MonitorElement::setBinError(), dqm::impl::MonitorElement::setEfficiencyFlag(), dqm::impl::MonitorElement::setEntries(), mathSSE::sqrt(), and relativeConstraints::value.
|
private |
Definition at line 380 of file PhotonOfflineClient.cc.
References submitPVValidationJobs::err, dqm::impl::MonitorElement::getBinContent(), dqm::impl::MonitorElement::getNbinsX(), dqmiolumiharvest::j, dqm::impl::MonitorElement::setBinContent(), dqm::impl::MonitorElement::setBinError(), dqm::impl::MonitorElement::setEfficiencyFlag(), mathSSE::sqrt(), and relativeConstraints::value.
|
overridevirtual |
Implements DQMEDHarvester.
Definition at line 68 of file PhotonOfflineClient.cc.
PhotonOfflineClient::MonitorElement * PhotonOfflineClient::retrieveHisto | ( | DQMStore::IGetter & | iGetter, |
std::string | dir, | ||
std::string | name | ||
) |
Definition at line 579 of file PhotonOfflineClient.cc.
References dqm::implementation::IGetter::getContents(), and parallelization::uint().
|
virtual |
Definition at line 74 of file PhotonOfflineClient.cc.
References gather_cfg::cout, GOODCOLL_filter_cfg::cut, cuy::denominator, dqm::implementation::IGetter::dirExists(), etaBin(), Puppi_cff::etaMax, Puppi_cff::etaMin, HLT_FULL_cff::etMin, dqm::implementation::IGetter::get(), dqm::impl::MonitorElement::getIntValue(), cuy::numerator, L1TMuonDQMOffline_cfi::phiMax, L1TMuonDQMOffline_cfi::phiMin, dqm::implementation::NavigatorBase::setCurrentFolder(), types_(), and parallelization::uint().
|
private |
Definition at line 105 of file PhotonOfflineClient.h.
|
private |
Definition at line 151 of file PhotonOfflineClient.h.
|
private |
Definition at line 156 of file PhotonOfflineClient.h.
|
private |
Definition at line 135 of file PhotonOfflineClient.h.
|
private |
Definition at line 145 of file PhotonOfflineClient.h.
|
private |
Definition at line 144 of file PhotonOfflineClient.h.
|
private |
Definition at line 143 of file PhotonOfflineClient.h.
|
private |
Definition at line 142 of file PhotonOfflineClient.h.
|
private |
Definition at line 141 of file PhotonOfflineClient.h.
|
private |
Definition at line 140 of file PhotonOfflineClient.h.
|
private |
Definition at line 138 of file PhotonOfflineClient.h.
|
private |
Definition at line 159 of file PhotonOfflineClient.h.
|
private |
Definition at line 160 of file PhotonOfflineClient.h.
|
private |
Definition at line 161 of file PhotonOfflineClient.h.
|
private |
Definition at line 158 of file PhotonOfflineClient.h.
|
private |
Definition at line 154 of file PhotonOfflineClient.h.
|
private |
Definition at line 137 of file PhotonOfflineClient.h.
|
private |
Definition at line 136 of file PhotonOfflineClient.h.
|
private |
Definition at line 153 of file PhotonOfflineClient.h.
|
private |
Definition at line 124 of file PhotonOfflineClient.h.
|
private |
Definition at line 122 of file PhotonOfflineClient.h.
|
private |
Definition at line 123 of file PhotonOfflineClient.h.
|
private |
Definition at line 120 of file PhotonOfflineClient.h.
|
private |
Definition at line 118 of file PhotonOfflineClient.h.
|
private |
Definition at line 113 of file PhotonOfflineClient.h.
|
private |
Definition at line 115 of file PhotonOfflineClient.h.
|
private |
Definition at line 114 of file PhotonOfflineClient.h.
|
private |
Definition at line 116 of file PhotonOfflineClient.h.
|
private |
Definition at line 119 of file PhotonOfflineClient.h.
|
private |
Definition at line 110 of file PhotonOfflineClient.h.
|
private |
Definition at line 106 of file PhotonOfflineClient.h.
|
private |
Definition at line 108 of file PhotonOfflineClient.h.
|
private |
Definition at line 111 of file PhotonOfflineClient.h.
|
private |
Definition at line 107 of file PhotonOfflineClient.h.
|
private |
Definition at line 109 of file PhotonOfflineClient.h.
|
private |
Definition at line 126 of file PhotonOfflineClient.h.
|
private |
Definition at line 133 of file PhotonOfflineClient.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), Types.EDAlias::clone(), and Mixins._TypedParameterizable::copy().
|
private |
Definition at line 164 of file PhotonOfflineClient.h.
|
private |
Definition at line 148 of file PhotonOfflineClient.h.
|
private |
Definition at line 147 of file PhotonOfflineClient.h.
|
private |
Definition at line 146 of file PhotonOfflineClient.h.
|
private |
Definition at line 150 of file PhotonOfflineClient.h.
|
private |
Definition at line 163 of file PhotonOfflineClient.h.
|
private |
Definition at line 131 of file PhotonOfflineClient.h.