Main Page
Namespaces
Classes
Package Documentation
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 <
FWCore/Framework/interface/EDAnalyzer.h
>
8
#include "
DQMServices/Core/interface/DQMStore.h
"
9
#include "
DQMServices/Core/interface/MonitorElement.h
"
10
#include "
DQMServices/Core/interface/DQMEDHarvester.h
"
11
12
#include <string>
13
14
class
L1TCSCTFClient
:
public
DQMEDHarvester
{
15
public
:
16
18
L1TCSCTFClient
(
const
edm::ParameterSet
& ps);
19
21
~L1TCSCTFClient
()
override
;
22
23
protected
:
24
25
void
dqmEndLuminosityBlock
(
DQMStore::IBooker
&,
DQMStore::IGetter
&,
edm::LuminosityBlock
const
&,
edm::EventSetup
const
&)
override
;
//performed in the endLumi
26
void
dqmEndJob
(
DQMStore::IBooker
&,
DQMStore::IGetter
&)
override
;
//performed in the endJob
27
28
private
:
29
30
void
initialize
();
31
32
void
processHistograms
(
DQMStore::IGetter
&);
33
34
edm::ParameterSet
parameters
;
35
36
std::string
input_dir
,
output_dir
;
37
int
counterLS
;
38
int
counterEvt
;
39
int
prescaleLS
;
40
int
prescaleEvt
;
41
42
bool
m_runInEventLoop
;
43
bool
m_runInEndLumi
;
44
bool
m_runInEndRun
;
45
bool
m_runInEndJob
;
46
47
// -------- member data --------
48
MonitorElement
*
csctferrors_
;
49
};
50
51
#endif
L1TCSCTFClient::processHistograms
void processHistograms(DQMStore::IGetter &)
Definition:
L1TCSCTFClient.cc:53
L1TCSCTFClient::m_runInEventLoop
bool m_runInEventLoop
prescale on number of events
Definition:
L1TCSCTFClient.h:42
L1TCSCTFClient::prescaleEvt
int prescaleEvt
units of lumi sections
Definition:
L1TCSCTFClient.h:40
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
Event.h
edm::LuminosityBlock
Definition:
LuminosityBlock.h:47
MakerMacros.h
DQMEDHarvester.h
Frameworkfwd.h
L1TCSCTFClient::counterLS
int counterLS
Definition:
L1TCSCTFClient.h:37
L1TCSCTFClient::input_dir
std::string input_dir
Definition:
L1TCSCTFClient.h:36
DQMStore::IGetter
Definition:
DQMStore.h:298
L1TCSCTFClient::L1TCSCTFClient
L1TCSCTFClient(const edm::ParameterSet &ps)
Constructor.
Definition:
L1TCSCTFClient.cc:15
L1TCSCTFClient::initialize
void initialize()
Definition:
L1TCSCTFClient.cc:23
DQMStore.h
L1TCSCTFClient::dqmEndLuminosityBlock
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
Definition:
L1TCSCTFClient.cc:39
edm::EventSetup
Definition:
EventSetup.h:52
L1TCSCTFClient::counterEvt
int counterEvt
counter
Definition:
L1TCSCTFClient.h:38
L1TCSCTFClient::~L1TCSCTFClient
~L1TCSCTFClient() override
Destructor.
Definition:
L1TCSCTFClient.cc:20
EDAnalyzer.h
MonitorElement
Definition:
MonitorElement.h:37
L1TCSCTFClient::csctferrors_
MonitorElement * csctferrors_
Definition:
L1TCSCTFClient.h:48
L1TCSCTFClient::prescaleLS
int prescaleLS
counter
Definition:
L1TCSCTFClient.h:39
MonitorElement.h
DQMEDHarvester
Definition:
DQMEDHarvester.py:1
L1TCSCTFClient::parameters
edm::ParameterSet parameters
Definition:
L1TCSCTFClient.h:34
L1TCSCTFClient::m_runInEndRun
bool m_runInEndRun
Definition:
L1TCSCTFClient.h:44
L1TCSCTFClient
Definition:
L1TCSCTFClient.h:14
edm::ParameterSet
Definition:
ParameterSet.h:36
L1TCSCTFClient::m_runInEndJob
bool m_runInEndJob
Definition:
L1TCSCTFClient.h:45
DQMStore::IBooker
Definition:
DQMStore.h:93
L1TCSCTFClient::m_runInEndLumi
bool m_runInEndLumi
Definition:
L1TCSCTFClient.h:43
L1TCSCTFClient::output_dir
std::string output_dir
Definition:
L1TCSCTFClient.h:36
L1TCSCTFClient::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition:
L1TCSCTFClient.cc:43
Generated for CMSSW Reference Manual by
1.8.11