Jpp
master_rocky-37-gf0c5bc59d
the software that should make you happy
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
Enumerations
Enumerator
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Related Functions
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
externals
km3net-dataformat
src
JDAQPMTIdentifier.cc
Go to the documentation of this file.
1
#include "
km3net-dataformat/online/JDAQPMTIdentifier.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::JDAQPMTIdentifier::Streamer(
TBuffer
& R__b)
14
{
15
JDAQModuleIdentifier::Streamer(R__b);
16
17
if
(R__b.
IsReading
())
18
R__b >>
address
;
19
else
20
R__b <<
address
;
21
}
JDAQPMTIdentifier.hh
KM3NETDAQ::JDAQPMTIdentifier::address
int address
Definition:
JDAQPMTIdentifier.hh:141
TBuffer
Definition:
JRoot.hh:21
TBuffer::IsReading
bool IsReading()
Definition:
JRoot.hh:23
Generated by
1.9.1