Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JTimesliceL0.hh
Go to the documentation of this file.
1#ifndef __JTIMESLICE__JTIMESLICEL0__
2#define __JTIMESLICE__JTIMESLICEL0__
3
5
6
7/**
8 * \file
9 * Auxiliaries for creation of time slice data.
10 *
11 * \author mdejong
12 */
13namespace KM3NETDAQ {
14
15 /**
16 * Base class class for generation of time slice data.
17 */
18 struct JTimesliceL0 :
19 public JDAQTimesliceL0
20 {
21 /**
22 * Default constructor.
23 */
25 {}
26 };
27}
28
29#endif
30
KM3NeT DAQ data structures and auxiliaries.
Definition DataQueue.cc:39
Timeslice data structure for L0 data.
Base class class for generation of time slice data.
JTimesliceL0()
Default constructor.