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
EcalTBTDCRawInfo.cc
Go to the documentation of this file.
1
#include "
TBDataFormats/EcalTBObjects/interface/EcalTBTDCRawInfo.h
"
2
3
std::ostream&
operator<<
(std::ostream&
s
,
const
EcalTBTDCRawInfo
& tdcInfo) {
4
s
<<
"TDC has "
<< tdcInfo.
size
() <<
" samples "
<< std::endl;
5
for
(
unsigned
int
i
= 0;
i
< tdcInfo.
size
();
i
++)
6
s
<<
" "
<< tdcInfo.
sample
(
i
) << std::endl;
7
return
s
;
8
}
EcalTBTDCRawInfo.h
mps_fire.i
i
Definition:
mps_fire.py:428
EcalTBTDCRawInfo::size
unsigned int size() const
Get methods.
Definition:
EcalTBTDCRawInfo.h:20
EcalTBTDCRawInfo::sample
const EcalTBTDCSample & sample(unsigned int i) const
Definition:
EcalTBTDCRawInfo.h:23
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
EcalTBTDCRawInfo
Definition:
EcalTBTDCRawInfo.h:13
operator<<
std::ostream & operator<<(std::ostream &s, const EcalTBTDCRawInfo &tdcInfo)
Definition:
EcalTBTDCRawInfo.cc:3
Generated for CMSSW Reference Manual by
1.8.14