Jpp  16.0.0-rc.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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  */
13 namespace 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 
JTimesliceL0()
Default constructor.
Definition: JTimesliceL0.hh:24
Base class class for generation of time slice data.
Definition: JTimesliceL0.hh:18
Timeslice data structure for L0 data.