Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Validation
EventGenerator
interface
DQMHelper.h
Go to the documentation of this file.
1
#ifndef Validation_EventGenerator_DQMHelper
2
#define Validation_EventGenerator_DQMHelper
3
4
/* class DQMHelper
5
*
6
* Simple class to configure dqm histograms
7
*
8
*/
9
10
#include <iostream>
11
#include "
DQMServices/Core/interface/DQMStore.h
"
12
#include "
FWCore/ServiceRegistry/interface/Service.h
"
13
#include "
DQMServices/Core/interface/MonitorElement.h
"
14
#include "
DQMServices/Core/interface/DQMEDAnalyzer.h
"
15
16
class
DQMHelper
{
17
public
:
18
DQMHelper
(
DQMStore::IBooker
*
i
);
19
virtual
~DQMHelper
();
20
21
MonitorElement
*
book1dHisto
(
const
std::string
&
name
,
const
std::string
&
title
,
int
n
,
double
xmin
,
double
xmax
);
22
MonitorElement
*
book2dHisto
(
const
std::string
&name,
const
std::string
&title,
int
nx,
double
xmin,
double
xmax,
int
ny,
double
ymin
,
double
ymax
);
23
24
private
:
25
DQMStore::IBooker
*
ibooker
;
26
};
27
28
#endif
29
indexGen.title
title
Definition:
indexGen.py:48
i
int i
Definition:
DBlmapReader.cc:9
DQMHelper::book2dHisto
MonitorElement * book2dHisto(const std::string &name, const std::string &title, int nx, double xmin, double xmax, int ny, double ymin, double ymax)
Definition:
DQMHelper.cc:18
DQMHelper::DQMHelper
DQMHelper(DQMStore::IBooker *i)
Definition:
DQMHelper.cc:4
SiStripMonitorClusterAlca_cfi.ymax
tuple ymax
Definition:
SiStripMonitorClusterAlca_cfi.py:85
mergeVDriftHistosByStation.name
string name
Definition:
mergeVDriftHistosByStation.py:77
SiStripMonitorClusterAlca_cfi.xmin
tuple xmin
Definition:
SiStripMonitorClusterAlca_cfi.py:32
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
DQMEDAnalyzer.h
DQMStore.h
DQMHelper
Definition:
DQMHelper.h:16
Service.h
SiStripMonitorClusterAlca_cfi.ymin
tuple ymin
Definition:
SiStripMonitorClusterAlca_cfi.py:84
MonitorElement
Definition:
MonitorElement.h:37
DQMHelper::~DQMHelper
virtual ~DQMHelper()
Definition:
DQMHelper.cc:8
DQMHelper::book1dHisto
MonitorElement * book1dHisto(const std::string &name, const std::string &title, int n, double xmin, double xmax)
Definition:
DQMHelper.cc:12
gen::n
int n
Definition:
Cascade2Hadronizer.cc:79
MonitorElement.h
SiStripMonitorClusterAlca_cfi.xmax
tuple xmax
Definition:
SiStripMonitorClusterAlca_cfi.py:33
DQMHelper::ibooker
DQMStore::IBooker * ibooker
Definition:
DQMHelper.h:25
DQMStore::IBooker
Definition:
DQMStore.h:90
Generated for CMSSW Reference Manual by
1.8.5