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
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
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
CondFormats
SiPixelObjects
interface
SiPixelDetSummary.h
Go to the documentation of this file.
1
#ifndef SiPixelDetSummary_h
2
#define SiPixelDetSummary_h
3
4
#include "
DataFormats/DetId/interface/DetId.h
"
5
6
#include <sstream>
7
#include <map>
8
#include <cmath>
9
#include <iomanip>
10
#include <iostream>
11
25
class
SiPixelDetSummary
{
26
public
:
27
SiPixelDetSummary
(
int
verbose
= 0);
28
29
void
add
(
const
DetId
&detid,
const
float
&
value
);
30
void
add
(
const
DetId
&detid);
31
32
void
print
(std::stringstream &
ss
,
const
bool
mean
=
true
)
const
;
33
34
std::map<int, int>
getCounts
() {
return
fCountMap
; }
35
36
protected
:
37
std::map<int, double>
fMeanMap
;
38
std::map<int, double>
fRmsMap
;
39
std::map<int, int>
fCountMap
;
40
bool
fComputeMean
;
41
int
fVerbose
;
42
};
43
44
#endif
SiStripPI::mean
Definition:
SiStripPayloadInspectorHelper.h:169
SiPixelDetSummary::SiPixelDetSummary
SiPixelDetSummary(int verbose=0)
Definition:
SiPixelDetSummary.cc:9
SiPixelDetSummary::fMeanMap
std::map< int, double > fMeanMap
Definition:
SiPixelDetSummary.h:37
SiPixelDetSummary::print
void print(std::stringstream &ss, const bool mean=true) const
Definition:
SiPixelDetSummary.cc:67
SiPixelDetSummary::fRmsMap
std::map< int, double > fRmsMap
Definition:
SiPixelDetSummary.h:38
SiPixelDetSummary::getCounts
std::map< int, int > getCounts()
Definition:
SiPixelDetSummary.h:34
SiPixelDetSummary::fVerbose
int fVerbose
Definition:
SiPixelDetSummary.h:41
contentValuesCheck.ss
ss
Definition:
contentValuesCheck.py:33
DetId
Definition:
DetId.h:17
verbose
static constexpr int verbose
Definition:
HLTExoticaSubAnalysis.cc:25
value
Definition:
value.py:1
DetId.h
SiPixelDetSummary
Definition:
SiPixelDetSummary.h:25
SiPixelDetSummary::add
void add(const DetId &detid, const float &value)
Definition:
SiPixelDetSummary.cc:30
SiPixelDetSummary::fCountMap
std::map< int, int > fCountMap
Definition:
SiPixelDetSummary.h:39
SiPixelDetSummary::fComputeMean
bool fComputeMean
Definition:
SiPixelDetSummary.h:40
Generated for CMSSW Reference Manual by
1.8.16