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
DataFormats
EcalDigi
src
EcalMGPASample.cc
Go to the documentation of this file.
1
#include "
DataFormats/EcalDigi/interface/EcalMGPASample.h
"
2
#include <iostream>
3
4
EcalMGPASample::EcalMGPASample
(
int
adc
,
int
gainId
) {
theSample
= (
adc
& 0xFFF) | ((
gainId
& 0x3) << 12); }
5
6
std::ostream&
operator<<
(std::ostream&
s
,
const
EcalMGPASample
& samp) {
7
s
<<
"ADC="
<< samp.
adc
() <<
", gainId="
<< samp.
gainId
();
8
return
s
;
9
}
operator<<
std::ostream & operator<<(std::ostream &s, const EcalMGPASample &samp)
Definition:
EcalMGPASample.cc:6
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
EcalMGPASample::theSample
uint16_t theSample
Definition:
EcalMGPASample.h:42
EcalMGPASample
Definition:
EcalMGPASample.h:25
EcalMGPASample::EcalMGPASample
EcalMGPASample()
Definition:
EcalMGPASample.h:27
EcalMGPASample.h
ecalLiteDTU::gainId
constexpr int gainId(sample_type sample)
get the gainId (2 bits)
Definition:
EcalLiteDTUSample.h:14
EcalMGPASample::adc
int adc() const
get the ADC sample (12 bits)
Definition:
EcalMGPASample.h:34
EcalMGPASample::gainId
int gainId() const
get the gainId (2 bits)
Definition:
EcalMGPASample.h:36
gpuClustering::adc
uint16_t *__restrict__ uint16_t const *__restrict__ adc
Definition:
gpuClusterChargeCut.h:19
Generated for CMSSW Reference Manual by
1.8.14