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
CondFormats
CSCObjects
src
CSCDBNoiseMatrix.cc
Go to the documentation of this file.
1
#include "
CondFormats/CSCObjects/interface/CSCDBNoiseMatrix.h
"
2
#include <iostream>
3
4
std::ostream&
operator<<
(std::ostream& os,
const
CSCDBNoiseMatrix
& cscdb) {
5
for
(
size_t
i
= 0;
i
< cscdb.
matrix
.size(); ++
i
) {
6
os <<
"elem: "
<<
i
<<
" noise matrix: "
<< cscdb.
matrix
[
i
].elem33 <<
" "
<< cscdb.
matrix
[
i
].elem34 <<
" "
7
<< cscdb.
matrix
[
i
].elem35 <<
" "
<< cscdb.
matrix
[
i
].elem44 <<
" "
<< cscdb.
matrix
[
i
].elem45 <<
" "
8
<< cscdb.
matrix
[
i
].elem46 <<
" "
<< cscdb.
matrix
[
i
].elem55 <<
" "
<< cscdb.
matrix
[
i
].elem56 <<
" "
9
<< cscdb.
matrix
[
i
].elem57 <<
" "
<< cscdb.
matrix
[
i
].elem66 <<
" "
<< cscdb.
matrix
[
i
].elem67 <<
" "
10
<< cscdb.
matrix
[
i
].elem77 <<
" "
11
<<
"\n"
;
12
}
13
return
os;
14
}
mps_fire.i
i
Definition:
mps_fire.py:429
CSCDBNoiseMatrix.h
operator<<
std::ostream & operator<<(std::ostream &os, const CSCDBNoiseMatrix &cscdb)
Definition:
CSCDBNoiseMatrix.cc:4
CSCDBNoiseMatrix
Definition:
CSCDBNoiseMatrix.h:9
CSCDBNoiseMatrix::matrix
NoiseMatrixContainer matrix
Definition:
CSCDBNoiseMatrix.h:24
Generated for CMSSW Reference Manual by
1.8.14