Jpp
19.3.0-rc.3
the software that should make you happy
Toggle main menu visibility
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
l
m
n
o
p
q
r
s
t
v
w
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
b
c
d
f
h
i
j
l
m
p
r
s
t
Enumerations
Enumerator
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
w
y
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
r
s
t
u
v
w
x
~
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
m
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Related Symbols
c
d
f
g
j
o
p
r
s
t
Files
File List
File 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
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
b
c
d
f
i
j
o
p
r
t
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Loading...
Searching...
No Matches
externals
km3net-dataformat
src
JDAQPreamble.cc
Go to the documentation of this file.
1
#include "
km3net-dataformat/online/JDAQPreamble.hh
"
2
3
4
/**
5
* \author mdejong
6
*/
7
8
/**
9
* Custom ROOT streamer.
10
*
11
* \param R__b I/O buffer
12
*/
13
void
KM3NETDAQ::JDAQPreamble::Streamer(
TBuffer
& R__b)
14
{
15
if
(R__b.
IsReading
()) {
16
R__b >>
length
;
17
R__b >>
type
;
18
}
else
{
19
R__b <<
length
;
20
R__b <<
type
;
21
}
22
}
JDAQPreamble.hh
KM3NETDAQ::JDAQAbstractPreamble::length
int length
Definition
JDAQAbstractPreamble.hh:69
KM3NETDAQ::JDAQAbstractPreamble::type
int type
Definition
JDAQAbstractPreamble.hh:70
TBuffer
Definition
JROOT_t.hh:21
TBuffer::IsReading
bool IsReading()
Definition
JROOT_t.hh:23
Generated by
1.12.0