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
Validation
EcalClusters
interface
HistSpec.h
Go to the documentation of this file.
1
#ifndef Validation_EcalClusters_HistSpec_h
2
#define Validation_EcalClusters_HistSpec_h
3
4
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
5
6
struct
HistSpec
{
7
double
min
;
8
double
max
;
9
int
bins
;
10
11
HistSpec
(
edm::ParameterSet
const
&_ps,
std::string
const
&_suffix) {
12
min
= _ps.
getParameter
<
double
>(
"hist_min_"
+ _suffix);
13
max
= _ps.
getParameter
<
double
>(
"hist_max_"
+ _suffix);
14
bins
= _ps.
getParameter
<
int
>(
"hist_bins_"
+ _suffix);
15
}
16
};
17
18
#endif
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition:
ParameterSet.h:307
HistSpec::bins
int bins
Definition:
HistSpec.h:9
HistSpec::max
double max
Definition:
HistSpec.h:8
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
ParameterSet.h
HistSpec::min
double min
Definition:
HistSpec.h:7
HistSpec
Definition:
HistSpec.h:6
edm::ParameterSet
Definition:
ParameterSet.h:48
HistSpec::HistSpec
HistSpec(edm::ParameterSet const &_ps, std::string const &_suffix)
Definition:
HistSpec.h:11
Generated for CMSSW Reference Manual by
1.8.14