CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Protected Attributes
DQMEDHarvester Class Referenceabstract

#include <DQMEDHarvester.h>

Inheritance diagram for DQMEDHarvester:
edm::one::EDProducer< T > edm::one::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper BDHadronTrackMonitoringHarvester BrilClient BTagPerformanceHarvester BtlSimHitsHarvester CaloTowersClient CaloTowersDQMClient CSCCertificationInfo CSCDaqInfo CSCDcsInfo CSCOfflineClient DataCertificationJetMET DemoHarvester DemoRunHarvester DQMCorrelationClient DQMExample_Step2 DQMHarvestingMetadata DQMHcalIsoTrackPostProcessor dqmoffline::l1t::L1TDiffHarvesting dqmoffline::l1t::L1TEfficiencyHarvesting DQMScaleToClient DT2DSegmentClients DT4DSegmentClients DTBlockedROChannelsTest DTCertificationSummary DTChamberEfficiencyClient DTChamberEfficiencyTest DTDAQInfo DTDataIntegrityTest DTDCSByLumiSummary DTDCSSummary DTEfficiencyTest DTLocalTriggerBaseTest DTNoiseAnalysisTest DTOccupancyTest DTOccupancyTestML DTOfflineSummaryClients DTRecHitClients DTResolutionAnalysisTest DTResolutionTest DTRunConditionVarClient DTSegmentAnalysisTest DTSummaryClients EcalCondDBReader EcalCondDBWriter EcalDQMonitorClient EcalMEFormatter ECALpedestalPCLHarvester EcalPreshowerMonitorClient EcalZmassClient EfficiencyPlotter EgHLTOfflineClient ElectronDqmHarvesterBase EmDQMPostProcessor FastTimerServiceClient GEMEffByGEMCSCSegmentClient GEMEfficiencyHarvester HcalDigisClient hcaldqm::DQHarvester HcalNoiseRatesClient HcalRecHitsClient HcalRecHitsDQMClient HcalSimHitsClient HGCalDigiClient HGCalGeometryClient HGCalHitClient HGCalRecHitsClient HGCalSimHitsClient HLTBTagHarvestingAnalyzer HltSusyExoPostProcessor HLTTauCertifier HLTTauPostProcessor JetMETDQMPostProcessor JetMETHLTOfflineClient JetTesterPostProcessor L1EmulatorErrorFlagClient L1TCSCTFClient L1TdeCSCTPGClient L1TdeGEMTPGClient L1TDTTFClient L1TDTTPGClient L1TEMTFEventInfoClient L1TEventInfoClient L1TGCTClient L1TGMTClient L1TOccupancyClient L1TRPCTFClient L1TStage2CaloLayer2DEClient L1TStage2CaloLayer2DEClientSummary L1TStage2RatioClient L1TTestsSummary METTesterPostProcessor METTesterPostProcessorHarvesting MillePedeDQMModule MiniAODTaggerHarvester MtdTracksHarvester MuonGEMBaseHarvestor MuonME0DigisHarvestor MuonME0SegHarvestor MuonRecoTest MuonTestSummary MuonTrackResidualsTest NoiseRatesClient OffsetDQMPostProcessor OuterTrackerMCHarvester PFClient PFClient_JetRes PFJetDQMPostProcessor Phase2ITRecHitHarvester PhotonDataCertification PhotonOfflineClient PPSAlignmentHarvester PPSDiamondSampicTimingCalibrationPCLHarvester PPSTimingCalibrationPCLHarvester Primary4DVertexHarvester PSMonitorClient QualityTester RPCChamberQuality RPCDaqInfo RPCDataCertification RPCDcsInfoClient RPCDCSSummary RPCDqmClient RPCEventSummary RPCRecHitProbabilityClient RPCRecHitValidClient SiPixelBarycenter SiPixelCertification SiPixelDaqInfo SiPixelDcsInfo SiPixelEDAClient SiPixelLorentzAnglePCLHarvester SiPixelPhase1Harvester SiPixelPhase1ResidualsExtra SiPixelPhase1Summary SiStripBadComponentInfo SiStripBadStripFromQualityDBWriter SiStripGainsPCLHarvester SiStripPopConDQMEDHarvester< SourceHandler > SiStripQualityStatistics SusyPostProcessor TauDQMHistEffProducer ThroughputServiceClient TrackEfficiencyClient TrackFoldedOccupancyClient TrackingAnalyser TrackingCertificationInfo TrackingDQMClientHeavyIons TrackingOfflineDQM TriggerMatchEfficiencyPlotter TriggerRatesMonitorClient

Public Types

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
 

Public Member Functions

void accumulate (edm::Event const &ev, edm::EventSetup const &es) final
 
void beginJob () override
 
void beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &) final
 
void beginRun (edm::Run const &run, edm::EventSetup const &) override
 
virtual void dqmAnalyze (DQMStore::IBooker &, DQMStore::IGetter &, edm::Event const &, edm::EventSetup const &)
 
 DQMEDHarvester (edm::ParameterSet const &iConfig)
 
 DQMEDHarvester ()
 
virtual void dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &)=0
 
virtual void dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)
 
virtual void dqmEndRun (DQMStore::IBooker &, DQMStore::IGetter &, edm::Run const &, edm::EventSetup const &)
 
void endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final
 
void endLuminosityBlockProduce (edm::LuminosityBlock &lumi, edm::EventSetup const &es) final
 
void endProcessBlockProduce (edm::ProcessBlock &) final
 
void endRun (edm::Run const &, edm::EventSetup const &) override
 
void endRunProduce (edm::Run &run, edm::EventSetup const &es) final
 
 ~DQMEDHarvester () override=default
 
- Public Member Functions inherited from edm::one::EDProducer< T >
 EDProducer ()=default
 
 EDProducer (const EDProducer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginProcessBlocks () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndProcessBlocks () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
const EDProduceroperator= (const EDProducer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
- Public Member Functions inherited from edm::one::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDProducerBase () override
 
- 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 ()
 
std::vector
< edm::ProductResolverIndex >
const & 
putTokenIndexToProductResolverIndex () const
 
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, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () 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
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex >
const & 
esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
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::array< std::vector< ModuleDescription const * > *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Protected Attributes

DQMStoredqmstore_
 
edm::GetterOfProducts< DQMTokenjobmegetter_
 
edm::EDPutTokenT< DQMTokenjobToken_
 
edm::GetterOfProducts< DQMTokenlumimegetter_
 
edm::EDPutTokenT< DQMTokenlumiToken_
 
edm::GetterOfProducts< DQMTokenrunmegetter_
 
edm::EDPutTokenT< DQMTokenrunToken_
 

Additional Inherited Members

- 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 () noexcept
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
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)
 

Detailed Description

Definition at line 43 of file DQMEDHarvester.h.

Member Typedef Documentation

Definition at line 54 of file DQMEDHarvester.h.

Definition at line 55 of file DQMEDHarvester.h.

Constructor & Destructor Documentation

DQMEDHarvester::DQMEDHarvester ( edm::ParameterSet const &  iConfig)
inline

Definition at line 67 of file DQMEDHarvester.h.

References edm::ProducerBase::callWhenNewProductsRegistered(), dqmstore_, edm::ParameterSet::getUntrackedParameter(), edm::InLumi, edm::InProcess, edm::InRun, jobmegetter_, jobToken_, lumimegetter_, lumiToken_, Utilities::operator, runmegetter_, runToken_, and AlCaHLTBitMon_QueryRunRegistry::string.

67  {
68  usesResource("DQMStore");
70 
71  auto inputgeneration = iConfig.getUntrackedParameter<std::string>("inputGeneration", "DQMGenerationReco");
72  auto outputgeneration = iConfig.getUntrackedParameter<std::string>("outputGeneration", "DQMGenerationHarvesting");
73 
74  // TODO: Run/Lumi suffix should not be needed, complain to CMSSW core in case.
75  lumiToken_ = produces<DQMToken, edm::Transition::EndLuminosityBlock>(outputgeneration + "Lumi");
76  runToken_ = produces<DQMToken, edm::Transition::EndRun>(outputgeneration + "Run");
77  jobToken_ = produces<DQMToken, edm::Transition::EndProcessBlock>(outputgeneration + "Job");
78 
79  // Use explicitly specified inputs, but if there are none...
80  auto inputtags =
81  iConfig.getUntrackedParameter<std::vector<edm::InputTag>>("inputMEs", std::vector<edm::InputTag>());
82  if (inputtags.empty()) {
83  // ... use all RECO MEs.
84  inputtags.push_back(edm::InputTag("", inputgeneration + "Job"));
85  inputtags.push_back(edm::InputTag("", inputgeneration + "Run"));
86  inputtags.push_back(edm::InputTag("", inputgeneration + "Lumi"));
87  }
92  jobmegetter_(bd);
93  runmegetter_(bd);
94  lumimegetter_(bd);
95  });
96  };
void callWhenNewProductsRegistered(std::function< void(BranchDescription const &)> const &func)
Definition: ProducerBase.h:85
edm::EDPutTokenT< DQMToken > lumiToken_
edm::EDPutTokenT< DQMToken > jobToken_
edm::GetterOfProducts< DQMToken > lumimegetter_
edm::EDPutTokenT< DQMToken > runToken_
edm::GetterOfProducts< DQMToken > runmegetter_
edm::GetterOfProducts< DQMToken > jobmegetter_
DQMStore * dqmstore_
DQMEDHarvester::DQMEDHarvester ( )
inline
DQMEDHarvester::~DQMEDHarvester ( )
overridedefault

Member Function Documentation

void DQMEDHarvester::accumulate ( edm::Event const &  ev,
edm::EventSetup const &  es 
)
inlinefinal

Definition at line 112 of file DQMEDHarvester.h.

References b, dqmAnalyze(), dqmstore_, ev, g, dqm::implementation::DQMStore::meBookerGetter(), and dqm::implementation::IBooker::setScope().

112  {
114  b.setScope(MonitorElementData::Scope::JOB);
115  this->dqmAnalyze(b, g, ev, es);
116  });
117  }
virtual void dqmAnalyze(DQMStore::IBooker &, DQMStore::IGetter &, edm::Event const &, edm::EventSetup const &)
virtual MonitorElementData::Scope setScope(MonitorElementData::Scope newscope)
Definition: DQMStore.cc:46
bool ev
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4
void meBookerGetter(iFunc f)
Definition: DQMStore.h:632
double b
Definition: hdecay.h:118
DQMStore * dqmstore_
void DQMEDHarvester::beginJob ( void  )
inlineoverridevirtual

Reimplemented from edm::one::EDProducerBase.

Reimplemented in CaloTowersClient, BDHadronTrackMonitoringHarvester, and DQMExample_Step2.

Definition at line 100 of file DQMEDHarvester.h.

100 {};
void DQMEDHarvester::beginLuminosityBlock ( edm::LuminosityBlock const &  lumi,
edm::EventSetup const &   
)
inlinefinal

Definition at line 107 of file DQMEDHarvester.h.

107  {
108  // According to edm experts, it is never save to look at run products
109  // in beginRun, since they might be merged as new input files how up.
110  }
void DQMEDHarvester::beginRun ( edm::Run const &  run,
edm::EventSetup const &   
)
inlineoverride

Definition at line 102 of file DQMEDHarvester.h.

102  {
103  // According to edm experts, it is never save to look at run products
104  // in beginRun, since they might be merged as new input files how up.
105  }
virtual void DQMEDHarvester::dqmAnalyze ( DQMStore::IBooker ,
DQMStore::IGetter ,
edm::Event const &  ,
edm::EventSetup const &   
)
inlinevirtual

Reimplemented in QualityTester.

Definition at line 157 of file DQMEDHarvester.h.

Referenced by accumulate().

157 {};
virtual void DQMEDHarvester::dqmEndJob ( DQMStore::IBooker ,
DQMStore::IGetter  
)
pure virtual

Implemented in CSCOfflineClient, SiPixelLorentzAnglePCLHarvester, SiPixelPhase1Harvester, EgHLTOfflineClient, dqmoffline::l1t::L1TEfficiencyHarvesting, HcalRecHitsDQMClient, PhotonOfflineClient, TrackingOfflineDQM, JetMETHLTOfflineClient, DTRunConditionVarClient, TrackingCertificationInfo, DTLocalTriggerBaseTest, SiStripGainsPCLHarvester, DTSegmentAnalysisTest, PPSAlignmentHarvester, SiPixelPhase1Summary, SiStripBadComponentInfo, L1TEventInfoClient, TrackingAnalyser, MillePedeDQMModule, DTEfficiencyTest, HcalSimHitsClient, PPSDiamondSampicTimingCalibrationPCLHarvester, DTChamberEfficiencyClient, DTChamberEfficiencyTest, DTNoiseAnalysisTest, HcalNoiseRatesClient, CaloTowersClient, DTOccupancyTestML, DTResolutionTest, CaloTowersDQMClient, QualityTester, DQMCorrelationClient, DTResolutionAnalysisTest, SiPixelBarycenter, FastTimerServiceClient, HcalRecHitsClient, NoiseRatesClient, CSCCertificationInfo, CSCDaqInfo, CSCDcsInfo, DTOccupancyTest, PhotonDataCertification, DTBlockedROChannelsTest, SiPixelPhase1ResidualsExtra, PSMonitorClient, DTLocalTriggerSynchTest, L1TEMTFEventInfoClient, TrackEfficiencyClient, EcalZmassClient, DTDAQInfo, DTDCSByLumiSummary, MuonRecoTest, MuonTrackResidualsTest, ECALpedestalPCLHarvester, DTSummaryClients, DQMScaleToClient, DTCertificationSummary, L1TTestsSummary, MuonTestSummary, TriggerMatchEfficiencyPlotter, ThroughputServiceClient, PPSTimingCalibrationPCLHarvester, DTOfflineSummaryClients, L1TOccupancyClient, SiPixelEDAClient, DTDataIntegrityTest, TrackFoldedOccupancyClient, HGCalSimHitsClient, DTDCSSummary, HGCalRecHitsClient, TauDQMHistEffProducer, L1TRPCTFClient, DataCertificationJetMET, EfficiencyPlotter, BtlSimHitsHarvester, JetTesterPostProcessor, METTesterPostProcessor, METTesterPostProcessorHarvesting, L1TDTTFClient, HcalDigisClient, HLTBTagHarvestingAnalyzer, HGCalDigiClient, PFJetDQMPostProcessor, GEMEffByGEMCSCSegmentClient, hcaldqm::DQHarvester, L1EmulatorErrorFlagClient, L1TDTTPGClient, RPCDqmClient, TriggerRatesMonitorClient, SusyPostProcessor, OffsetDQMPostProcessor, EcalDQMonitorClient, BrilClient, L1TGCTClient, RPCEventSummary, ElectronDqmHarvesterBase, L1TCSCTFClient, L1TdeCSCTPGClient, L1TdeGEMTPGClient, SiPixelDaqInfo, BDHadronTrackMonitoringHarvester, SiStripPopConDQMEDHarvester< SourceHandler >, GEMEfficiencyHarvester, HLTTauCertifier, DT2DSegmentClients, HGCalHitClient, SiStripQualityStatistics, EcalMEFormatter, BTagPerformanceHarvester, DQMHarvestingMetadata, DQMExample_Step2, DT4DSegmentClients, DTRecHitClients, MuonME0DigisHarvestor, MuonME0SegHarvestor, dqmoffline::l1t::L1TDiffHarvesting, HGCalGeometryClient, RPCDaqInfo, RPCDataCertification, RPCDCSSummary, SiPixelCertification, SiPixelDcsInfo, RPCRecHitValidClient, L1TGMTClient, MtdTracksHarvester, Primary4DVertexHarvester, EcalPreshowerMonitorClient, RPCRecHitProbabilityClient, MiniAODTaggerHarvester, SiStripBadStripFromQualityDBWriter, RPCChamberQuality, TrackingDQMClientHeavyIons, HLTTauPostProcessor, EcalCondDBWriter, L1TStage2RatioClient, DQMHcalIsoTrackPostProcessor, PFClient, PFClient_JetRes, JetMETDQMPostProcessor, MuonCSCDigisHarvestor, OuterTrackerMCHarvester, DemoHarvester, DemoRunHarvester, L1TStage2CaloLayer2DEClient, L1TStage2CaloLayer2DEClientSummary, HltSusyExoPostProcessor, Phase2ITRecHitHarvester, RPCDcsInfoClient, MuonGEMDigisHarvestor, EmDQMPostProcessor, MuonGEMHitsHarvestor, and MuonGEMRecHitsHarvestor.

Referenced by endProcessBlockProduce().

virtual void DQMEDHarvester::dqmEndLuminosityBlock ( DQMStore::IBooker ,
DQMStore::IGetter ,
edm::LuminosityBlock const &  ,
edm::EventSetup const &   
)
inlinevirtual

Reimplemented in EgHLTOfflineClient, SiPixelPhase1Harvester, DTRunConditionVarClient, DTEfficiencyTest, DTChamberEfficiencyTest, DTResolutionTest, DTSegmentAnalysisTest, TrackingOfflineDQM, DTChamberEfficiencyClient, DTOccupancyTestML, TrackingCertificationInfo, DTLocalTriggerBaseTest, DTOccupancyTest, SiPixelPhase1Summary, DTLocalTriggerSynchTest, L1TEventInfoClient, TrackingAnalyser, DTNoiseAnalysisTest, DQMCorrelationClient, QualityTester, FastTimerServiceClient, DTSummaryClients, DTBlockedROChannelsTest, DTDataIntegrityTest, PSMonitorClient, L1TOccupancyClient, DTDAQInfo, DTDCSByLumiSummary, L1TEMTFEventInfoClient, DQMScaleToClient, ThroughputServiceClient, L1TTestsSummary, SiPixelEDAClient, DTOfflineSummaryClients, DTCertificationSummary, DTDCSSummary, L1TRPCTFClient, L1TDTTFClient, L1TGCTClient, hcaldqm::DQHarvester, L1EmulatorErrorFlagClient, GEMEffByGEMCSCSegmentClient, RPCDqmClient, TriggerRatesMonitorClient, EcalDQMonitorClient, BrilClient, RPCEventSummary, ElectronDqmHarvesterBase, L1TCSCTFClient, L1TdeCSCTPGClient, L1TdeGEMTPGClient, L1TGMTClient, SiPixelDaqInfo, EcalMEFormatter, DQMExample_Step2, DQMHarvestingMetadata, L1TStage2RatioClient, RPCDaqInfo, RPCDataCertification, RPCDCSSummary, SiPixelCertification, SiPixelDcsInfo, DemoHarvester, EcalPreshowerMonitorClient, L1TStage2CaloLayer2DEClient, L1TStage2CaloLayer2DEClientSummary, RPCRecHitProbabilityClient, and RPCChamberQuality.

Definition at line 158 of file DQMEDHarvester.h.

Referenced by endLuminosityBlockProduce().

161  {};
virtual void DQMEDHarvester::dqmEndRun ( DQMStore::IBooker ,
DQMStore::IGetter ,
edm::Run const &  ,
edm::EventSetup const &   
)
inlinevirtual
void DQMEDHarvester::endLuminosityBlock ( edm::LuminosityBlock const &  ,
edm::EventSetup const &   
)
inlinefinal

Definition at line 132 of file DQMEDHarvester.h.

Referenced by HcalOfflineHarvesting::_dqmEndLuminosityBlock().

132 {};
void DQMEDHarvester::endLuminosityBlockProduce ( edm::LuminosityBlock lumi,
edm::EventSetup const &  es 
)
inlinefinal

Definition at line 119 of file DQMEDHarvester.h.

References b, dqmEndLuminosityBlock(), dqmstore_, g, dqmdumpme::lumi, lumiToken_, dqm::implementation::DQMStore::meBookerGetter(), and dqm::implementation::IBooker::setScope().

119  {
120  // No need to actually get products for now
121  //auto refs = std::vector<edm::Handle<DQMToken>>();
122  //lumimegetter_.fillHandles(lumi, refs);
123 
125  b.setScope(MonitorElementData::Scope::JOB);
126  this->dqmEndLuminosityBlock(b, g, lumi, es);
127  });
128 
129  lumi.put(lumiToken_, std::make_unique<DQMToken>());
130  }
edm::EDPutTokenT< DQMToken > lumiToken_
virtual MonitorElementData::Scope setScope(MonitorElementData::Scope newscope)
Definition: DQMStore.cc:46
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4
void put(std::unique_ptr< PROD > product)
Put a new product.
void meBookerGetter(iFunc f)
Definition: DQMStore.h:632
double b
Definition: hdecay.h:118
DQMStore * dqmstore_
virtual void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)
void DQMEDHarvester::endProcessBlockProduce ( edm::ProcessBlock )
inlinefinal

Definition at line 145 of file DQMEDHarvester.h.

References b, dqmEndJob(), dqmstore_, g, dqm::implementation::DQMStore::meBookerGetter(), and dqm::implementation::IBooker::setScope().

145  {
147  b.setScope(MonitorElementData::Scope::JOB);
148  this->dqmEndJob(b, g);
149  });
150  };
virtual MonitorElementData::Scope setScope(MonitorElementData::Scope newscope)
Definition: DQMStore.cc:46
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4
void meBookerGetter(iFunc f)
Definition: DQMStore.h:632
double b
Definition: hdecay.h:118
DQMStore * dqmstore_
virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &)=0
void DQMEDHarvester::endRun ( edm::Run const &  ,
edm::EventSetup const &   
)
inlineoverride

Definition at line 143 of file DQMEDHarvester.h.

143 {};
void DQMEDHarvester::endRunProduce ( edm::Run run,
edm::EventSetup const &  es 
)
inlinefinal

Definition at line 134 of file DQMEDHarvester.h.

References b, dqmEndRun(), dqmstore_, g, dqm::implementation::DQMStore::meBookerGetter(), submitPVValidationJobs::run, runToken_, and dqm::implementation::IBooker::setScope().

134  {
136  b.setScope(MonitorElementData::Scope::JOB);
137  this->dqmEndRun(b, g, run, es);
138  });
139 
140  run.put(runToken_, std::make_unique<DQMToken>());
141  }
virtual void dqmEndRun(DQMStore::IBooker &, DQMStore::IGetter &, edm::Run const &, edm::EventSetup const &)
virtual MonitorElementData::Scope setScope(MonitorElementData::Scope newscope)
Definition: DQMStore.cc:46
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4
edm::EDPutTokenT< DQMToken > runToken_
void meBookerGetter(iFunc f)
Definition: DQMStore.h:632
double b
Definition: hdecay.h:118
void put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Run.h:109
DQMStore * dqmstore_

Member Data Documentation

DQMStore* DQMEDHarvester::dqmstore_
protected
edm::GetterOfProducts<DQMToken> DQMEDHarvester::jobmegetter_
protected

Definition at line 59 of file DQMEDHarvester.h.

Referenced by DQMEDHarvester().

edm::EDPutTokenT<DQMToken> DQMEDHarvester::jobToken_
protected

Definition at line 64 of file DQMEDHarvester.h.

Referenced by DQMEDHarvester().

edm::GetterOfProducts<DQMToken> DQMEDHarvester::lumimegetter_
protected

Definition at line 61 of file DQMEDHarvester.h.

Referenced by DQMEDHarvester().

edm::EDPutTokenT<DQMToken> DQMEDHarvester::lumiToken_
protected

Definition at line 62 of file DQMEDHarvester.h.

Referenced by DQMEDHarvester(), and endLuminosityBlockProduce().

edm::GetterOfProducts<DQMToken> DQMEDHarvester::runmegetter_
protected

Definition at line 60 of file DQMEDHarvester.h.

Referenced by DQMEDHarvester().

edm::EDPutTokenT<DQMToken> DQMEDHarvester::runToken_
protected

Definition at line 63 of file DQMEDHarvester.h.

Referenced by DQMEDHarvester(), and endRunProduce().