DQM
DTMonitorClient
src
DTSummaryClients.h
Go to the documentation of this file.
1
#ifndef DTSummaryClients_H
2
#define DTSummaryClients_H
3
15
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
16
#include <
FWCore/Framework/interface/EDAnalyzer.h
>
17
#include "
DataFormats/Common/interface/Handle.h
"
18
#include <
FWCore/Framework/interface/ESHandle.h
>
19
#include <
FWCore/Framework/interface/Event.h
>
20
#include <
FWCore/Framework/interface/MakerMacros.h
>
21
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
22
#include <
FWCore/Framework/interface/LuminosityBlock.h
>
23
24
#include "
DQMServices/Core/interface/DQMStore.h
"
25
#include "
FWCore/ServiceRegistry/interface/Service.h
"
26
#include "
FWCore/Framework/interface/Run.h
"
27
28
#include <
DQMServices/Core/interface/DQMEDHarvester.h
>
29
30
#include <memory>
31
#include <string>
32
33
class
DTSummaryClients
:
public
DQMEDHarvester
{
34
public
:
36
DTSummaryClients
(
const
edm::ParameterSet
&ps);
37
39
~DTSummaryClients
()
override
;
40
41
protected
:
42
void
dqmEndJob
(
DQMStore::IBooker
&,
DQMStore::IGetter
&)
override
;
43
44
void
dqmEndLuminosityBlock
(
DQMStore::IBooker
&,
45
DQMStore::IGetter
&,
46
edm::LuminosityBlock
const
&,
47
edm::EventSetup
const
&)
override
;
48
49
private
:
50
int
nevents
;
51
52
MonitorElement
*
summaryReport
;
53
MonitorElement
*
summaryReportMap
;
54
std::vector<MonitorElement *>
theSummaryContents
;
55
56
bool
bookingdone
;
57
};
58
59
#endif
DQMEDHarvester.h
Handle.h
DTSummaryClients::summaryReportMap
MonitorElement * summaryReportMap
Definition:
DTSummaryClients.h:53
ESHandle.h
DTSummaryClients::nevents
int nevents
Definition:
DTSummaryClients.h:50
edm::LuminosityBlock
Definition:
LuminosityBlock.h:50
DTSummaryClients::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition:
DTSummaryClients.cc:35
LuminosityBlock.h
DTSummaryClients::~DTSummaryClients
~DTSummaryClients() override
Destructor.
Definition:
DTSummaryClients.cc:31
DQMStore.h
dqm::legacy::MonitorElement
Definition:
MonitorElement.h:461
EDAnalyzer.h
DTSummaryClients
Definition:
DTSummaryClients.h:33
DTSummaryClients::theSummaryContents
std::vector< MonitorElement * > theSummaryContents
Definition:
DTSummaryClients.h:54
DTSummaryClients::summaryReport
MonitorElement * summaryReport
Definition:
DTSummaryClients.h:52
MakerMacros.h
Service.h
Run.h
edm::ParameterSet
Definition:
ParameterSet.h:47
Event.h
edm::EventSetup
Definition:
EventSetup.h:57
DTSummaryClients::DTSummaryClients
DTSummaryClients(const edm::ParameterSet &ps)
Constructor.
Definition:
DTSummaryClients.cc:25
DQMEDHarvester
Definition:
DQMEDHarvester.py:1
DTSummaryClients::bookingdone
bool bookingdone
Definition:
DTSummaryClients.h:56
Frameworkfwd.h
dqm::implementation::IGetter
Definition:
DQMStore.h:484
dqm::implementation::IBooker
Definition:
DQMStore.h:43
DTSummaryClients::dqmEndLuminosityBlock
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
Definition:
DTSummaryClients.cc:39
ParameterSet.h
Generated for CMSSW Reference Manual by
1.8.16