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
EcalDigi
src
EcalPseudoStripInputSample.cc
Go to the documentation of this file.
1
#include "
DataFormats/EcalDigi/interface/EcalPseudoStripInputSample.h
"
2
3
EcalPseudoStripInputSample::EcalPseudoStripInputSample
() : theSample(0) {}
4
EcalPseudoStripInputSample::EcalPseudoStripInputSample
(uint16_t
data
) : theSample(
data
) {}
5
6
EcalPseudoStripInputSample::EcalPseudoStripInputSample
(
int
pseudoStripInput,
bool
fineGrain) {
7
theSample
= (
pseudoStripInput
& 0xFFF) | ((
fineGrain
) ? (0x1000) : (0));
8
}
9
10
std::ostream&
operator<<
(std::ostream&
s
,
const
EcalPseudoStripInputSample
& samp) {
11
return
s
<<
"PSInput="
<< samp.
pseudoStripInput
() <<
", FG="
<< samp.
fineGrain
();
12
}
EcalPseudoStripInputSample::pseudoStripInput
int pseudoStripInput() const
get the pseudoStrip Input amplitude (12 bits)
Definition:
EcalPseudoStripInputSample.h:23
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
EcalPseudoStripInputSample
Definition:
EcalPseudoStripInputSample.h:12
operator<<
std::ostream & operator<<(std::ostream &s, const EcalPseudoStripInputSample &samp)
Definition:
EcalPseudoStripInputSample.cc:10
EcalPseudoStripInputSample::theSample
uint16_t theSample
Definition:
EcalPseudoStripInputSample.h:31
EcalPseudoStripInputSample.h
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:79
EcalPseudoStripInputSample::fineGrain
bool fineGrain() const
get the fine-grain bit (1 bit, the 13-th)
Definition:
EcalPseudoStripInputSample.h:25
EcalPseudoStripInputSample::EcalPseudoStripInputSample
EcalPseudoStripInputSample()
Definition:
EcalPseudoStripInputSample.cc:3
Generated for CMSSW Reference Manual by
1.8.16