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
HFDataFrame.cc
Go to the documentation of this file.
1
#include "
DataFormats/HcalDigi/interface/HFDataFrame.h
"
2
3
std::ostream&
operator<<
(std::ostream&
s
,
const
HFDataFrame
& digi) {
4
s
<< digi.
id
() <<
" "
<< digi.
size
() <<
" samples "
<< digi.
presamples
() <<
" presamples "
;
5
if
(digi.
zsUnsuppressed
())
6
s
<<
" zsUS "
;
7
if
(digi.
zsMarkAndPass
())
8
s
<<
" zsM&P "
;
9
if
(digi.
fiberIdleOffset
() != 0) {
10
if
(digi.
fiberIdleOffset
() == -1000)
11
s
<<
" nofiberOffset"
;
12
else
13
s
<<
" fiberOffset="
<< digi.
fiberIdleOffset
();
14
}
15
s
<< std::endl;
16
for
(
int
i
= 0;
i
< digi.
size
();
i
++)
17
s
<<
" "
<< digi.
sample
(
i
) << std::endl;
18
return
s
;
19
}
HFDataFrame::zsMarkAndPass
constexpr bool zsMarkAndPass() const
was ZS MarkAndPass?
Definition:
HFDataFrame.h:31
HFDataFrame.h
mps_fire.i
i
Definition:
mps_fire.py:428
HFDataFrame::id
constexpr HcalDetId const & id() const
Definition:
HFDataFrame.h:23
HFDataFrame::sample
constexpr HcalQIESample const & sample(int i) const
access a sample
Definition:
HFDataFrame.h:40
HFDataFrame::presamples
constexpr int presamples() const
number of samples before the sample from the triggered beam crossing (according to the hardware)
Definition:
HFDataFrame.h:29
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
HFDataFrame::size
constexpr int size() const
total number of samples in the digi
Definition:
HFDataFrame.h:27
operator<<
std::ostream & operator<<(std::ostream &s, const HFDataFrame &digi)
Definition:
HFDataFrame.cc:3
HFDataFrame
Definition:
HFDataFrame.h:14
HFDataFrame::fiberIdleOffset
constexpr int fiberIdleOffset() const
offset of bunch number for this channel relative to nominal set in the unpacker (range is +7->-7....
Definition:
HFDataFrame.h:43
HFDataFrame::zsUnsuppressed
constexpr bool zsUnsuppressed() const
was ZS unsuppressed?
Definition:
HFDataFrame.h:33
Generated for CMSSW Reference Manual by
1.8.16