Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DQM
CSCMonitorModule
plugins
CSCDaqInfo.h
Go to the documentation of this file.
1
/*
2
* =====================================================================================
3
*
4
* Filename: CSCDaqInfo.h
5
*
6
* Description: CSC DAQ Information
7
*
8
* Version: 1.0
9
* Created: 12/09/2008 10:53:27 AM
10
* Revision: none
11
* Compiler: gcc
12
*
13
* Author: Valdas Rapsevicius (VR), valdas.rapsevicius@cern.ch
14
* Company: CERN, CH
15
*
16
* =====================================================================================
17
*/
18
19
#ifndef CSCDaqInfo_H
20
#define CSCDaqInfo_H
21
22
// system include files
23
#include <memory>
24
#include <iostream>
25
#include <fstream>
26
27
// FWCore
28
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
29
#include "
FWCore/Framework/interface/LuminosityBlock.h
"
30
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
31
#include "
FWCore/Framework/interface/Event.h
"
32
#include "
FWCore/Framework/interface/MakerMacros.h
"
33
#include "
FWCore/Framework/interface/ESHandle.h
"
34
#include "
FWCore/Framework/interface/EventSetup.h
"
35
#include "
FWCore/ServiceRegistry/interface/Service.h
"
36
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
37
38
// DQM
39
#include <
DQMServices/Core/interface/DQMStore.h
>
40
#include <
DQMServices/Core/interface/MonitorElement.h
>
41
#include <
DQMServices/Core/interface/DQMEDHarvester.h
>
42
43
class
CSCDaqInfo
:
public
DQMEDHarvester
{
44
45
public
:
46
47
explicit
CSCDaqInfo
(
const
edm::ParameterSet
&);
48
~CSCDaqInfo
() { }
49
50
protected
:
51
void
dqmEndJob
(
DQMStore::IBooker
&,
DQMStore::IGetter
&)
override
;
52
53
private
:
54
55
std::map<std::string, MonitorElement*>
mos
;
56
57
};
58
59
#endif
CSCDaqInfo::~CSCDaqInfo
~CSCDaqInfo()
Definition:
CSCDaqInfo.h:48
Event.h
MakerMacros.h
EventSetup.h
CSCDaqInfo::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition:
CSCDaqInfo.cc:29
DQMEDHarvester.h
Frameworkfwd.h
ParameterSet.h
DQMEDHarvester
Definition:
DQMEDHarvester.h:15
CSCDaqInfo
Definition:
CSCDaqInfo.h:43
DQMStore::IGetter
Definition:
DQMStore.h:187
CSCDaqInfo::mos
std::map< std::string, MonitorElement * > mos
Definition:
CSCDaqInfo.h:55
DQMStore.h
ESHandle.h
Service.h
EDAnalyzer.h
MonitorElement.h
LuminosityBlock.h
edm::ParameterSet
Definition:
ParameterSet.h:35
CSCDaqInfo::CSCDaqInfo
CSCDaqInfo(const edm::ParameterSet &)
Definition:
CSCDaqInfo.cc:24
DQMStore::IBooker
Definition:
DQMStore.h:88
Generated for CMSSW Reference Manual by
1.8.5