Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
DTSummaryClients::DTSummaryClients
DTSummaryClients(const edm::ParameterSet &ps)
Constructor.
Definition:
DTSummaryClients.cc:25
DTSummaryClients::theSummaryContents
std::vector< MonitorElement * > theSummaryContents
Definition:
DTSummaryClients.h:54
DTSummaryClients::~DTSummaryClients
~DTSummaryClients() override
Destructor.
Definition:
DTSummaryClients.cc:31
DTSummaryClients
Definition:
DTSummaryClients.h:33
Event.h
edm::LuminosityBlock
Definition:
LuminosityBlock.h:50
MakerMacros.h
DTSummaryClients::summaryReport
MonitorElement * summaryReport
Definition:
DTSummaryClients.h:52
DTSummaryClients::summaryReportMap
MonitorElement * summaryReportMap
Definition:
DTSummaryClients.h:53
DQMEDHarvester.h
Frameworkfwd.h
dqm::implementation::IGetter
Definition:
DQMStore.h:484
ParameterSet.h
DQMEDHarvester
Definition:
DQMEDHarvester.h:43
DTSummaryClients::nevents
int nevents
Definition:
DTSummaryClients.h:50
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:462
ESHandle.h
Service.h
edm::EventSetup
Definition:
EventSetup.h:59
Run.h
EDAnalyzer.h
DTSummaryClients::bookingdone
bool bookingdone
Definition:
DTSummaryClients.h:56
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
Handle.h
Generated for CMSSW Reference Manual by
1.8.5