src
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 "
DataFormats/Common/interface/Handle.h
"
17
#include "
FWCore/Framework/interface/ESHandle.h
"
18
#include "
FWCore/Framework/interface/Event.h
"
19
#include "
FWCore/Framework/interface/MakerMacros.h
"
20
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
21
#include "
FWCore/Framework/interface/LuminosityBlock.h
"
22
23
#include "
DQMServices/Core/interface/DQMStore.h
"
24
#include "
FWCore/ServiceRegistry/interface/Service.h
"
25
#include "
FWCore/Framework/interface/Run.h
"
26
27
#include "
DQMServices/Core/interface/DQMEDHarvester.h
"
28
29
#include <memory>
30
#include <string>
31
32
class
DTSummaryClients
:
public
DQMEDHarvester
{
33
public
:
35
DTSummaryClients
(
const
edm::ParameterSet
&ps);
36
38
~DTSummaryClients
()
override
;
39
40
protected
:
41
void
dqmEndJob
(
DQMStore::IBooker
&,
DQMStore::IGetter
&)
override
;
42
43
void
dqmEndLuminosityBlock
(
DQMStore::IBooker
&,
44
DQMStore::IGetter
&,
45
edm::LuminosityBlock
const
&,
46
edm::EventSetup
const
&)
override
;
47
48
private
:
49
int
nevents
;
50
51
MonitorElement
*
summaryReport
;
52
MonitorElement
*
summaryReportMap
;
53
std::vector<MonitorElement *>
theSummaryContents
;
54
55
bool
bookingdone
;
56
};
57
58
#endif
DTSummaryClients::DTSummaryClients
DTSummaryClients(const edm::ParameterSet &ps)
Constructor.
Definition:
DTSummaryClients.cc:25
DTSummaryClients::theSummaryContents
std::vector< MonitorElement * > theSummaryContents
Definition:
DTSummaryClients.h:53
DTSummaryClients::~DTSummaryClients
~DTSummaryClients() override
Destructor.
Definition:
DTSummaryClients.cc:31
DTSummaryClients
Definition:
DTSummaryClients.h:32
Event.h
edm::LuminosityBlock
Definition:
LuminosityBlock.h:50
DTSummaryClients::summaryReport
MonitorElement * summaryReport
Definition:
DTSummaryClients.h:51
DTSummaryClients::summaryReportMap
MonitorElement * summaryReportMap
Definition:
DTSummaryClients.h:52
DQMEDHarvester.h
Frameworkfwd.h
dqm::implementation::IGetter
Definition:
DQMStore.h:561
ParameterSet.h
DTSummaryClients::nevents
int nevents
Definition:
DTSummaryClients.h:49
dqm::implementation::IBooker
Definition:
DQMStore.h:43
DQMStore.h
DTSummaryClients::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition:
DTSummaryClients.cc:35
dqm::legacy::MonitorElement
Definition:
MonitorElement.h:466
ESHandle.h
Service.h
edm::EventSetup
Definition:
EventSetup.h:56
Run.h
DTSummaryClients::bookingdone
bool bookingdone
Definition:
DTSummaryClients.h:55
DQMEDHarvester
Definition:
DQMEDHarvester.py:1
LuminosityBlock.h
edm::ParameterSet
Definition:
ParameterSet.h:47
DTSummaryClients::dqmEndLuminosityBlock
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
Definition:
DTSummaryClients.cc:39
MakerMacros.h
Handle.h
Generated for CMSSW Reference Manual by
1.8.14