#include <DQHarvester.h>
Protected Member Functions | |
virtual void | _dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &)=0 |
virtual void | _dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)=0 |
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) |
Protected Attributes | |
HcalElectronicsMap const * | _emap |
int | _totalLS |
std::vector< uint32_t > | _vcdaqEids |
std::vector< int > | _vCrates |
std::vector< int > | _vFEDs |
std::vector< uint32_t > | _vhashCrates |
std::vector< uint32_t > | _vhashFEDs |
ContainerXXX< uint32_t > | _xQuality |
Protected Attributes inherited from DQMEDHarvester | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Protected Attributes inherited from hcaldqm::DQModule | |
int | _currentLS |
int | _debug |
int | _evsPerLS |
int | _evsTotal |
Logger | _logger |
int | _maxLS |
ModuleType | _mtype |
std::string | _name |
ProcessingType | _ptype |
std::string | _runkeyName |
int | _runkeyVal |
std::string | _subsystem |
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) |
Definition at line 18 of file DQHarvester.h.
hcaldqm::DQHarvester::DQHarvester | ( | edm::ParameterSet const & | ps | ) |
Definition at line 8 of file DQHarvester.cc.
|
inlineoverride |
Definition at line 22 of file DQHarvester.h.
References beginRun(), dqmEndJob(), and dqmEndLuminosityBlock().
|
protectedpure virtual |
Implemented in HcalOnlineHarvesting, and HcalOfflineHarvesting.
Referenced by dqmEndJob().
|
protectedpure virtual |
Implemented in HcalOnlineHarvesting, and HcalOfflineHarvesting.
Referenced by dqmEndLuminosityBlock().
|
override |
Definition at line 12 of file DQHarvester.cc.
References _emap, hcaldqm::DQModule::_ptype, _vcdaqEids, _vCrates, _vFEDs, _vhashCrates, _vhashFEDs, _xQuality, hcaldqm::hashfunctions::fDChannel, hcaldqm::utilities::fed2crate(), hcaldqm::constants::FED_uTCA_MIN, hcaldqm::constants::FED_VME_MAX, hcaldqm::constants::FED_VME_MIN, hcaldqm::constants::FIBER_uTCA_MIN1, hcaldqm::constants::FIBER_VME_MIN, hcaldqm::constants::FIBERCH_MIN, edm::EventSetup::find(), edm::eventsetup::heterocontainer::HCTypeTag::findType(), hcaldqm::fLocal, hcaldqm::fOffline, HcalGenericDetId::genericSubdet(), edm::EventSetup::get(), HcalCondObjectContainer< Item >::getAllChannels(), hcaldqm::utilities::getCrateHashMap(), hcaldqm::utilities::getCrateList(), hcaldqm::utilities::getFEDList(), HcalDbService::getHcalMapping(), reco::JetExtendedAssociation::getValue(), HcalCondObjectContainer< Item >::getValues(), HcalGenericDetId::HcalGenUnknown, hcaldqm::ContainerXXX< STDTYPE >::initialize(), HcalGenericDetId::isHcalDetId(), RunInfo::m_fed_in, RecoTauDiscriminantConfiguration::mask, FEDNumbering::MAXHCALuTCAFEDID, edm::ESHandle< T >::product(), hcaldqm::ContainerXXX< STDTYPE >::push(), HcalElectronicsId::rawId(), edm::RunAuxiliary::run(), edm::Run::runAuxiliary(), hcaldqm::constants::SLOT_uTCA_MIN, and hcaldqm::constants::SPIGOT_MIN.
Referenced by ~DQHarvester().
|
overridevirtual |
Implements DQMEDHarvester.
Definition at line 128 of file DQHarvester.cc.
References _dqmEndJob().
Referenced by ~DQHarvester().
|
overridevirtual |
Reimplemented from DQMEDHarvester.
Definition at line 119 of file DQHarvester.cc.
References hcaldqm::DQModule::_currentLS, _dqmEndLuminosityBlock(), _totalLS, and edm::LuminosityBlockBase::luminosityBlock().
Referenced by ~DQHarvester().
|
protected |
Definition at line 32 of file DQHarvester.h.
Referenced by HcalOnlineHarvesting::_dqmEndLuminosityBlock(), and beginRun().
|
protected |
Definition at line 35 of file DQHarvester.h.
Referenced by dqmEndLuminosityBlock().
|
protected |
Definition at line 48 of file DQHarvester.h.
Referenced by beginRun().
|
protected |
Definition at line 38 of file DQHarvester.h.
Referenced by HcalOfflineHarvesting::_dqmEndJob(), and beginRun().
|
protected |
Definition at line 42 of file DQHarvester.h.
Referenced by HcalOnlineHarvesting::_dqmEndLuminosityBlock(), and beginRun().
|
protected |
Definition at line 39 of file DQHarvester.h.
Referenced by beginRun().
|
protected |
Definition at line 43 of file DQHarvester.h.
Referenced by HcalOnlineHarvesting::_dqmEndLuminosityBlock(), and beginRun().
|
protected |
Definition at line 45 of file DQHarvester.h.
Referenced by HcalOnlineHarvesting::_dqmEndLuminosityBlock(), and beginRun().