Main Page
Namespaces
Classes
Package Documentation
DQM
HcalCommon
interface
ContainerSingleProf2D.h
Go to the documentation of this file.
1
#ifndef ContainerSingleProf2D_h
2
#define ContainerSingleProf2D_h
3
4
/*
5
* file: ContainerSignle2D.h
6
* Author: Viktor Khristenko
7
*
8
* Description:
9
* Container to hold a single ME - for convenience of initialization
10
*/
11
12
#include "
DQM/HcalCommon/interface/ContainerSingle2D.h
"
13
14
#include <string>
15
16
namespace
hcaldqm
17
{
18
class
ContainerSingleProf2D
:
public
ContainerSingle2D
19
{
20
public
:
21
ContainerSingleProf2D
();
22
ContainerSingleProf2D
(
std::string
const
&
folder
,
23
quantity::Quantity
*,
quantity::Quantity
*,
24
quantity::Quantity
*qz =
new
quantity::ValueQuantity
(
quantity::fN
));
25
~ContainerSingleProf2D
()
override
{}
26
27
void
initialize
(
std::string
const
& folder,
28
quantity::Quantity
*,
quantity::Quantity
*,
29
quantity::Quantity
*qz =
new
quantity::ValueQuantity
(
quantity::fN
),
30
int
debug
=0)
override
;
31
32
void
initialize
(
std::string
const
& folder,
33
std::string
const
&,
34
quantity::Quantity
*,
quantity::Quantity
*,
35
quantity::Quantity
*qz =
new
quantity::ValueQuantity
(
quantity::fN
),
36
int
debug
=0)
override
;
37
38
// booking
39
void
book
(
DQMStore::IBooker
&,
40
std::string
subsystem=
"Hcal"
,
std::string
aux
=
""
)
override
;
41
42
void
fill
(
int
,
int
)
override
;
43
void
fill
(
int
,
double
)
override
;
44
void
fill
(
int
,
double
,
double
)
override
;
45
void
fill
(
int
,
int
,
int
)
override
;
46
void
fill
(
int
,
int
,
double
)
override
;
47
void
fill
(
double
,
int
)
override
;
48
void
fill
(
double
,
double
)
override
;
49
void
fill
(
double
,
double
,
double
)
override
;
50
51
void
fill
(
HcalDetId
const
&)
override
;
52
void
fill
(
HcalDetId
const
&,
int
)
override
;
53
void
fill
(
HcalDetId
const
&,
double
)
override
;
54
void
fill
(
HcalDetId
const
&,
int
,
int
)
override
;
55
void
fill
(
HcalDetId
const
&,
int
,
double
)
override
;
56
void
fill
(
HcalDetId
const
&,
double
,
double
)
override
;
57
58
void
fill
(
HcalElectronicsId
const
&)
override
;
59
void
fill
(
HcalElectronicsId
const
&,
int
)
override
;
60
void
fill
(
HcalElectronicsId
const
&,
double
)
override
;
61
void
fill
(
HcalElectronicsId
const
&,
int
,
int
)
override
;
62
void
fill
(
HcalElectronicsId
const
&,
int
,
double
)
override
;
63
void
fill
(
HcalElectronicsId
const
&,
double
,
double
)
override
;
64
65
void
fill
(
HcalDetId
const
&,
HcalElectronicsId
const
&)
override
;
66
void
fill
(
HcalDetId
const
&,
HcalElectronicsId
const
&,
67
double
)
override
;
68
69
void
fill
(
HcalTrigTowerDetId
const
&)
override
;
70
void
fill
(
HcalTrigTowerDetId
const
&,
int
)
override
;
71
void
fill
(
HcalTrigTowerDetId
const
&,
double
)
override
;
72
void
fill
(
HcalTrigTowerDetId
const
&,
int
,
int
)
override
;
73
void
fill
(
HcalTrigTowerDetId
const
&,
int
,
double
)
override
;
74
void
fill
(
HcalTrigTowerDetId
const
&,
double
,
double
)
override
;
75
};
76
}
77
78
#endif
hcaldqm::quantity::Quantity
Definition:
Quantity.h:36
hcaldqm::ContainerSingleProf2D::fill
void fill(int, int) override
Definition:
ContainerSingleProf2D.cc:56
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
HcalDetId
Definition:
HcalDetId.h:13
hcaldqm::quantity::fN
Definition:
ValueQuantity.h:15
hcaldqm::ContainerSingleProf2D::~ContainerSingleProf2D
~ContainerSingleProf2D() override
Definition:
ContainerSingleProf2D.h:25
printConversionInfo.aux
aux
Definition:
printConversionInfo.py:19
hcaldqm::ContainerSingleProf2D::initialize
void initialize(std::string const &folder, quantity::Quantity *, quantity::Quantity *, quantity::Quantity *qz=new quantity::ValueQuantity(quantity::fN), int debug=0) override
Definition:
ContainerSingleProf2D.cc:23
printsummarytable.folder
folder
Definition:
printsummarytable.py:7
debug
#define debug
Definition:
HDRShower.cc:19
hcaldqm
Definition:
Constants.h:8
hcaldqm::ContainerSingle2D
Definition:
ContainerSingle2D.h:20
hcaldqm::ContainerSingleProf2D::ContainerSingleProf2D
ContainerSingleProf2D()
Definition:
ContainerSingleProf2D.cc:7
ContainerSingle2D.h
HcalTrigTowerDetId
Definition:
HcalTrigTowerDetId.h:14
hcaldqm::ContainerSingleProf2D
Definition:
ContainerSingleProf2D.h:18
DQMStore::IBooker
Definition:
DQMStore.h:88
hcaldqm::ContainerSingleProf2D::book
void book(DQMStore::IBooker &, std::string subsystem="Hcal", std::string aux="") override
Definition:
ContainerSingleProf2D.cc:44
HcalElectronicsId
Readout chain identification for Hcal.
Definition:
HcalElectronicsId.h:32
hcaldqm::quantity::ValueQuantity
Definition:
ValueQuantity.h:308
Generated for CMSSW Reference Manual by
1.8.11