src
DQM
L1TMonitorClient
interface
L1TCSCTFClient.h
Go to the documentation of this file.
1
#ifndef DQM_L1TMONITORCLIENT_L1TCSCTFCLIENT_H
2
#define DQM_L1TMONITORCLIENT_L1TCSCTFCLIENT_H
3
4
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
5
#include "
FWCore/Framework/interface/Event.h
"
6
#include "
FWCore/Framework/interface/MakerMacros.h
"
7
#include "
DQMServices/Core/interface/DQMStore.h
"
8
#include "
DQMServices/Core/interface/DQMEDHarvester.h
"
9
10
#include <string>
11
12
class
L1TCSCTFClient
:
public
DQMEDHarvester
{
13
public
:
15
L1TCSCTFClient
(
const
edm::ParameterSet
&ps);
16
18
~L1TCSCTFClient
()
override
;
19
20
protected
:
21
void
dqmEndLuminosityBlock
(
DQMStore::IBooker
&,
22
DQMStore::IGetter
&,
23
edm::LuminosityBlock
const
&,
24
edm::EventSetup
const
&)
override
;
//performed in the endLumi
25
void
dqmEndJob
(
DQMStore::IBooker
&,
DQMStore::IGetter
&)
override
;
//performed in the endJob
26
27
private
:
28
void
initialize
();
29
30
void
processHistograms
(
DQMStore::IGetter
&);
31
32
edm::ParameterSet
parameters
;
33
34
std::string
input_dir
,
output_dir
;
35
int
counterLS
;
36
int
counterEvt
;
37
int
prescaleLS
;
38
int
prescaleEvt
;
39
40
bool
m_runInEventLoop
;
41
bool
m_runInEndLumi
;
42
bool
m_runInEndRun
;
43
bool
m_runInEndJob
;
44
45
// -------- member data --------
46
MonitorElement
*
csctferrors_
;
47
};
48
49
#endif
L1TCSCTFClient::processHistograms
void processHistograms(DQMStore::IGetter &)
Definition:
L1TCSCTFClient.cc:50
L1TCSCTFClient::m_runInEventLoop
bool m_runInEventLoop
prescale on number of events
Definition:
L1TCSCTFClient.h:40
L1TCSCTFClient::prescaleEvt
int prescaleEvt
units of lumi sections
Definition:
L1TCSCTFClient.h:38
Event.h
edm::LuminosityBlock
Definition:
LuminosityBlock.h:50
DQMEDHarvester.h
Frameworkfwd.h
dqm::implementation::IGetter
Definition:
DQMStore.h:571
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
L1TCSCTFClient::counterLS
int counterLS
Definition:
L1TCSCTFClient.h:35
L1TCSCTFClient::input_dir
std::string input_dir
Definition:
L1TCSCTFClient.h:34
dqm::implementation::IBooker
Definition:
DQMStore.h:43
L1TCSCTFClient::L1TCSCTFClient
L1TCSCTFClient(const edm::ParameterSet &ps)
Constructor.
Definition:
L1TCSCTFClient.cc:13
L1TCSCTFClient::initialize
void initialize()
Definition:
L1TCSCTFClient.cc:21
DQMStore.h
dqm::legacy::MonitorElement
Definition:
MonitorElement.h:466
L1TCSCTFClient::dqmEndLuminosityBlock
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
Definition:
L1TCSCTFClient.cc:36
edm::EventSetup
Definition:
EventSetup.h:56
L1TCSCTFClient::counterEvt
int counterEvt
counter
Definition:
L1TCSCTFClient.h:36
L1TCSCTFClient::~L1TCSCTFClient
~L1TCSCTFClient() override
Destructor.
Definition:
L1TCSCTFClient.cc:18
L1TCSCTFClient::csctferrors_
MonitorElement * csctferrors_
Definition:
L1TCSCTFClient.h:46
L1TCSCTFClient::prescaleLS
int prescaleLS
counter
Definition:
L1TCSCTFClient.h:37
DQMEDHarvester
Definition:
DQMEDHarvester.py:1
L1TCSCTFClient::parameters
edm::ParameterSet parameters
Definition:
L1TCSCTFClient.h:32
L1TCSCTFClient::m_runInEndRun
bool m_runInEndRun
Definition:
L1TCSCTFClient.h:42
L1TCSCTFClient
Definition:
L1TCSCTFClient.h:12
edm::ParameterSet
Definition:
ParameterSet.h:48
L1TCSCTFClient::m_runInEndJob
bool m_runInEndJob
Definition:
L1TCSCTFClient.h:43
L1TCSCTFClient::m_runInEndLumi
bool m_runInEndLumi
Definition:
L1TCSCTFClient.h:41
MakerMacros.h
L1TCSCTFClient::output_dir
std::string output_dir
Definition:
L1TCSCTFClient.h:34
L1TCSCTFClient::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition:
L1TCSCTFClient.cc:42
Generated for CMSSW Reference Manual by
1.8.14