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
DataFormats
HcalDigi
src
HcalQIESample.cc
Go to the documentation of this file.
1
#include "
DataFormats/HcalDigi/interface/HcalQIESample.h
"
2
3
std::ostream&
operator<<
(std::ostream&
s
,
const
HcalQIESample
& samp) {
4
s
<<
"ADC="
<< samp.
adc
() <<
", capid="
<< samp.
capid
();
5
if
(samp.
er
())
6
s
<<
", ER"
;
7
if
(samp.
dv
())
8
s
<<
", DV"
;
9
return
s
;
10
}
HcalQIESample::adc
constexpr int adc() const
get the ADC sample
Definition:
HcalQIESample.h:43
HcalQIESample
Definition:
HcalQIESample.h:32
HcalQIESample::er
constexpr bool er() const
is the error bit set?
Definition:
HcalQIESample.h:51
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
operator<<
std::ostream & operator<<(std::ostream &s, const HcalQIESample &samp)
Definition:
HcalQIESample.cc:3
HcalQIESample.h
HcalQIESample::capid
constexpr int capid() const
get the Capacitor id
Definition:
HcalQIESample.h:47
HcalQIESample::dv
constexpr bool dv() const
is the Data Valid bit set?
Definition:
HcalQIESample.h:49
Generated for CMSSW Reference Manual by
1.8.16