#include <HcalRecHitsDQMClient.h>
Public Member Functions | |
virtual void | beginJob (void) override |
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) override |
virtual void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
HcalRecHitsDQMClient (const edm::ParameterSet &) | |
int | HcalRecHitsEndjob (const std::vector< MonitorElement * > &hcalMEs) |
float | phifactor (int ieta) |
virtual | ~HcalRecHitsDQMClient () |
Public Member Functions inherited from DQMEDHarvester | |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override final |
DQMEDHarvester (void) | |
virtual void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) |
virtual void | endJob () override final |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override final |
virtual void | endRun (edm::Run const &, edm::EventSetup const &) override |
virtual void | produce (edm::Event &, edm::EventSetup const &) override final |
virtual | ~DQMEDHarvester ()=default |
Public Member Functions inherited from edm::one::EDProducer< edm::one::WatchRuns, edm::one::WatchLuminosityBlocks, edm::one::SharedResources, edm::EndLuminosityBlockProducer > | |
EDProducer ()=default | |
Public Member Functions inherited from edm::one::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
void | resolvePutIndicies (BranchType iBranchType, std::unordered_multimap< std::string, edm::ProductResolverIndex > const &iIndicies, std::string const &moduleLabel) |
virtual | ~ProducerBase () noexcept(false) |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
void | convertCurrentProcessAlias (std::string const &processName) |
Convert "@currentProcess" in InputTag process names to the actual current process name. More... | |
EDConsumerBase () | |
EDConsumerBase (EDConsumerBase const &)=delete | |
EDConsumerBase (EDConsumerBase &&)=default | |
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
virtual | ~EDConsumerBase () noexcept(false) |
Private Attributes | |
edm::ParameterSet | conf_ |
bool | debug_ |
std::string | dirName_ |
std::string | dirNameJet_ |
std::string | dirNameMET_ |
const HcalDDDRecConstants * | hcons |
int | maxDepthAll_ |
int | maxDepthHB_ |
int | maxDepthHE_ |
int | maxDepthHF_ |
int | maxDepthHO_ |
int | nChannels_ [5] |
std::string | outputFile_ |
bool | verbose_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
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 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) |
Definition at line 49 of file HcalRecHitsDQMClient.h.
|
explicit |
Definition at line 11 of file HcalRecHitsDQMClient.cc.
References debug_, dirName_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), outputFile_, AlCaHLTBitMon_QueryRunRegistry::string, and verbose_.
|
virtual |
Definition at line 21 of file HcalRecHitsDQMClient.cc.
|
overridevirtual |
Reimplemented from edm::one::EDProducerBase.
Definition at line 26 of file HcalRecHitsDQMClient.cc.
|
overridevirtual |
Reimplemented from DQMEDHarvester.
Definition at line 33 of file HcalRecHitsDQMClient.cc.
References geometry, edm::EventSetup::get(), HcalDDDRecConstants::getMaxDepth(), CaloGeometry::getValidDetIds(), DetId::Hcal, HcalBarrel, HcalEndcap, HcalForward, HcalOuter, hcons, maxDepthAll_, maxDepthHB_, maxDepthHE_, maxDepthHF_, maxDepthHO_, and nChannels_.
|
overridevirtual |
Implements DQMEDHarvester.
Definition at line 68 of file HcalRecHitsDQMClient.cc.
References gather_cfg::cout, dirName_, DQMStore::IGetter::getContents(), DQMStore::IGetter::getSubdirs(), HcalRecHitsEndjob(), mps_fire::i, DQMStore::IGetter::setCurrentFolder(), and verbose_.
int HcalRecHitsDQMClient::HcalRecHitsEndjob | ( | const std::vector< MonitorElement * > & | hcalMEs | ) |
Definition at line 104 of file HcalRecHitsDQMClient.cc.
References ws_sso_content_reader::content, gather_cfg::cout, spr::find(), objects.autophobj::float, MonitorElement::getEntries(), mps_fire::i, nChannels_, phifactor(), tablePrinter::prefix, AlCaHLTBitMon_QueryRunRegistry::string, and verbose_.
Referenced by dqmEndJob().
float HcalRecHitsDQMClient::phifactor | ( | int | ieta | ) |
Definition at line 362 of file HcalRecHitsDQMClient.cc.
References DEFINE_FWK_MODULE.
Referenced by HcalRecHitsEndjob().
|
private |
Definition at line 53 of file HcalRecHitsDQMClient.h.
|
private |
Definition at line 56 of file HcalRecHitsDQMClient.h.
Referenced by HcalRecHitsDQMClient().
|
private |
Definition at line 58 of file HcalRecHitsDQMClient.h.
Referenced by dqmEndJob(), and HcalRecHitsDQMClient().
|
private |
Definition at line 59 of file HcalRecHitsDQMClient.h.
|
private |
Definition at line 60 of file HcalRecHitsDQMClient.h.
|
private |
Definition at line 62 of file HcalRecHitsDQMClient.h.
Referenced by beginRun().
|
private |
Definition at line 63 of file HcalRecHitsDQMClient.h.
Referenced by beginRun().
|
private |
Definition at line 63 of file HcalRecHitsDQMClient.h.
Referenced by beginRun().
|
private |
Definition at line 63 of file HcalRecHitsDQMClient.h.
Referenced by beginRun().
|
private |
Definition at line 63 of file HcalRecHitsDQMClient.h.
Referenced by beginRun().
|
private |
Definition at line 63 of file HcalRecHitsDQMClient.h.
Referenced by beginRun().
|
private |
Definition at line 65 of file HcalRecHitsDQMClient.h.
Referenced by beginRun(), and HcalRecHitsEndjob().
|
private |
Definition at line 52 of file HcalRecHitsDQMClient.h.
Referenced by HcalRecHitsDQMClient().
|
private |
Definition at line 55 of file HcalRecHitsDQMClient.h.
Referenced by dqmEndJob(), HcalRecHitsDQMClient(), and HcalRecHitsEndjob().