Main Page
Namespaces
Classes
Package Documentation
DQM
RPCMonitorClient
interface
RPCDcsInfoClient.h
Go to the documentation of this file.
1
#ifndef RPCDCSINFOCLIENT_H
2
#define RPCDCSINFOCLIENT_H
3
4
#include "
DQMServices/Core/interface/DQMStore.h
"
5
#include "
DQMServices/Core/interface/DQMEDHarvester.h
"
6
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
7
8
class
RPCDcsInfoClient
:
public
DQMEDHarvester
{
9
public
:
10
RPCDcsInfoClient
(
const
edm::ParameterSet
&ps);
11
~RPCDcsInfoClient
()
override
;
12
13
protected
:
14
void
beginJob
()
override
;
15
void
dqmEndLuminosityBlock
(
DQMStore::IBooker
&,
16
DQMStore::IGetter
&,
17
edm::LuminosityBlock
const
&,
18
edm::EventSetup
const
&)
override
;
//performed in the endLumi
19
void
dqmEndJob
(
DQMStore::IBooker
&,
DQMStore::IGetter
&)
override
;
//performed in the endJob
20
21
private
:
22
std::string
dcsinfofolder_
;
23
24
std::vector<int>
DCS
;
25
};
26
27
#endif
dqm::dqmstoreimpl::DQMStore::IGetter
Definition:
DQMStore.h:240
RPCDcsInfoClient::RPCDcsInfoClient
RPCDcsInfoClient(const edm::ParameterSet &ps)
Definition:
RPCDcsInfoClient.cc:4
RPCDcsInfoClient::~RPCDcsInfoClient
~RPCDcsInfoClient() override
Definition:
RPCDcsInfoClient.cc:11
RPCDcsInfoClient::dqmEndLuminosityBlock
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
Definition:
RPCDcsInfoClient.cc:15
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::LuminosityBlock
Definition:
LuminosityBlock.h:49
RPCDcsInfoClient::DCS
std::vector< int > DCS
Definition:
RPCDcsInfoClient.h:24
DQMEDHarvester.h
ParameterSet.h
dqm::dqmstoreimpl::DQMStore::IBooker
Definition:
DQMStore.h:106
DQMStore.h
RPCDcsInfoClient::dcsinfofolder_
std::string dcsinfofolder_
Definition:
RPCDcsInfoClient.h:22
edm::EventSetup
Definition:
EventSetup.h:57
RPCDcsInfoClient
Definition:
RPCDcsInfoClient.h:8
DQMEDHarvester
Definition:
DQMEDHarvester.py:1
RPCDcsInfoClient::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition:
RPCDcsInfoClient.cc:44
edm::ParameterSet
Definition:
ParameterSet.h:36
RPCDcsInfoClient::beginJob
void beginJob() override
Definition:
RPCDcsInfoClient.cc:13
Generated for CMSSW Reference Manual by
1.8.11