Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JDAQRoot.hh
Go to the documentation of this file.
1#ifndef __JDAQROOT__
2#define __JDAQROOT__
3
4#include <TObject.h>
5#include <TBuffer.h>
6
8
9
10/**
11 * \author mdejong
12 */
13
14namespace JIO {
15 class JReader; // forward declaration for friend
16 class JWriter; // forward declaration for friend
17}
18
19namespace KM3NETDAQ {
20
21 /**
22 * Definition of method to get size of data type.
23 *
24 * This method should be specialised for each desired data type with fixed length.
25 *
26 * \return number of bytes
27 */
28 template<class T>
29 inline size_t getSizeof();
30
31
32 using JIO::JReader;
33 using JIO::JWriter;
34}
35
36namespace JPP {
37}
38
39using namespace KM3NETDAQ;
40
41#endif
Interface for binary input.
Interface for binary output.
Auxiliary classes and methods for binary I/O.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
KM3NeT DAQ data structures and auxiliaries.
Definition DataQueue.cc:39
size_t getSizeof()
Definition of method to get size of data type.