Jpp
18.3.0
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
}
TBuffer::IsReading
bool IsReading()
Definition:
JRoot.hh:23
TBuffer
Definition:
JRoot.hh:21
JDAQPMTIdentifier.hh
KM3NETDAQ::JDAQPMTIdentifier::address
int address
Definition:
JDAQPMTIdentifier.hh:141
Generated by
1.8.5