src
DQM
EcalMonitorClient
interface
RawDataClient.h
Go to the documentation of this file.
1
#ifndef RawDataClient_H
2
#define RawDataClient_H
3
4
#include "
DQWorkerClient.h
"
5
6
namespace
ecaldqm
{
7
8
class
RawDataClient
:
public
DQWorkerClient
{
9
public
:
10
RawDataClient
();
11
~RawDataClient
()
override
{}
12
13
void
producePlots
(
ProcessType
)
override
;
14
15
private
:
16
void
setParams
(
edm::ParameterSet
const
&)
override
;
17
int
minEvents_
;
18
float
synchErrThresholdFactor_
;
19
};
20
21
}
// namespace ecaldqm
22
23
#endif
ecaldqm::RawDataClient
Definition:
RawDataClient.h:8
ecaldqm::DQWorkerClient
Definition:
DQWorkerClient.h:17
ecaldqm::RawDataClient::synchErrThresholdFactor_
float synchErrThresholdFactor_
Definition:
RawDataClient.h:18
ecaldqm::RawDataClient::minEvents_
int minEvents_
Definition:
RawDataClient.h:17
ecaldqm::RawDataClient::~RawDataClient
~RawDataClient() override
Definition:
RawDataClient.h:11
ecaldqm::RawDataClient::producePlots
void producePlots(ProcessType) override
Definition:
RawDataClient.cc:23
ecaldqm::RawDataClient::setParams
void setParams(edm::ParameterSet const &) override
Definition:
RawDataClient.cc:18
DQWorkerClient.h
ecaldqm
Definition:
DQWorker.h:37
ecaldqm::RawDataClient::RawDataClient
RawDataClient()
Definition:
RawDataClient.cc:14
edm::ParameterSet
Definition:
ParameterSet.h:48
ecaldqm::DQWorkerClient::ProcessType
ProcessType
Definition:
DQWorkerClient.h:19
Generated for CMSSW Reference Manual by
1.8.14