Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
DQM
HcalCommon
interface
ContainerSingleProf1D.h
Go to the documentation of this file.
1
#ifndef ContainerSingleProf1D_h
2
#define ContainerSingleProf1D_h
3
4
/*
5
* file: ContainerSignle1D.h
6
* Author: Viktor Khristenko
7
*
8
* Description:
9
* Container to hold a single ME - for convenience of
10
* initialization
11
*/
12
13
#include "
DQM/HcalCommon/interface/ContainerSingle1D.h
"
14
15
#include <string>
16
17
namespace
hcaldqm
{
18
class
ContainerSingleProf1D
:
public
ContainerSingle1D
{
19
public
:
20
ContainerSingleProf1D
();
21
ContainerSingleProf1D
(
std::string
const
&
folder
,
22
quantity::Quantity
*,
23
quantity::Quantity
*qy =
new
quantity::ValueQuantity
(
quantity::fN
));
24
~ContainerSingleProf1D
()
override
{}
25
26
void
initialize
(
std::string
const
&
folder
,
27
quantity::Quantity
*,
28
quantity::Quantity
*qy =
new
quantity::ValueQuantity
(
quantity::fN
),
29
int
debug
= 0)
override
;
30
void
initialize
(
std::string
const
&
folder
,
31
std::string
const
&,
32
quantity::Quantity
*,
33
quantity::Quantity
*qy =
new
quantity::ValueQuantity
(
quantity::fN
),
34
int
debug
= 0)
override
;
35
36
// booking
37
void
book
(
DQMStore::IBooker
&,
std::string
subsystem
=
"Hcal"
,
std::string
aux
=
""
)
override
;
38
};
39
}
// namespace hcaldqm
40
41
#endif
hcaldqm::quantity::Quantity
Definition:
Quantity.h:27
printsummarytable.folder
folder
Definition:
printsummarytable.py:7
hcaldqm::ContainerSingleProf1D
Definition:
ContainerSingleProf1D.h:18
hcaldqm::ContainerSingleProf1D::initialize
void initialize(std::string const &folder, quantity::Quantity *, quantity::Quantity *qy=new quantity::ValueQuantity(quantity::fN), int debug=0) override
Definition:
ContainerSingleProf1D.cc:17
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
hcaldqm::ContainerSingle1D
Definition:
ContainerSingle1D.h:19
dqm::implementation::IBooker
Definition:
DQMStore.h:43
hcaldqm::ContainerSingleProf1D::ContainerSingleProf1D
ContainerSingleProf1D()
Definition:
ContainerSingleProf1D.cc:6
ContainerSingle1D.h
hcaldqm::quantity::fN
Definition:
ValueQuantity.h:11
DigiTask_cfi.subsystem
subsystem
Definition:
DigiTask_cfi.py:18
printConversionInfo.aux
aux
Definition:
printConversionInfo.py:19
hcaldqm::ContainerSingleProf1D::~ContainerSingleProf1D
~ContainerSingleProf1D() override
Definition:
ContainerSingleProf1D.h:24
debug
#define debug
Definition:
HDRShower.cc:19
hcaldqm
Definition:
Constants.h:8
hcaldqm::ContainerSingleProf1D::book
void book(DQMStore::IBooker &, std::string subsystem="Hcal", std::string aux="") override
Definition:
ContainerSingleProf1D.cc:33
hcaldqm::quantity::ValueQuantity
Definition:
ValueQuantity.h:339
Generated for CMSSW Reference Manual by
1.8.14