#ifndef __JTIMESLICE__JTIMESLICEL0__ #define __JTIMESLICE__JTIMESLICEL0__ #include "km3net-dataformat/online/JDAQTimeslice.hh" /** * \file * Auxiliaries for creation of time slice data. * * \author mdejong */ namespace KM3NETDAQ { /** * Base class class for generation of time slice data. */ struct JTimesliceL0 : public JDAQTimesliceL0 { /** * Default constructor. */ JTimesliceL0() {} }; } #endif