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
TBDataFormats
EcalTBObjects
src
EcalTBHodoscopeRawInfo.cc
Go to the documentation of this file.
1
#include "
TBDataFormats/EcalTBObjects/interface/EcalTBHodoscopeRawInfo.h
"
2
3
std::ostream&
operator<<
(std::ostream&
s
,
const
EcalTBHodoscopeRawInfo
& planeHits) {
4
s
<<
"Number of planes: "
<< planeHits.
planes
() << std::endl;
5
for
(
unsigned
int
i
= 0;
i
< planeHits.
planes
();
i
++)
6
s
<< planeHits[
i
] << std::endl;
7
return
s
;
8
}
mps_fire.i
i
Definition:
mps_fire.py:428
EcalTBHodoscopeRawInfo.h
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
EcalTBHodoscopeRawInfo::planes
unsigned int planes() const
Get Methods.
Definition:
EcalTBHodoscopeRawInfo.h:24
EcalTBHodoscopeRawInfo
Definition:
EcalTBHodoscopeRawInfo.h:13
operator<<
std::ostream & operator<<(std::ostream &s, const EcalTBHodoscopeRawInfo &planeHits)
Definition:
EcalTBHodoscopeRawInfo.cc:3
Generated for CMSSW Reference Manual by
1.8.14