Go to the documentation of this file. 1 #ifndef __JTRIGGER__JSUPERFRAME1D__
2 #define __JTRIGGER__JSUPERFRAME1D__
34 template<
class JElement_t,
class JAllocator_t = std::allocator<JElement_t> >
46 std::vector<JElement_t, JAllocator_t>(),
62 std::vector<JElement_t, JAllocator_t>(),
129 return (*
this)(
buffer(input, module));
148 template<
class JElement_t,
class JAllocator_t>
155 template<
class JElement_t,
class JAllocator_t>
162 template<
class JElement_t,
class JAllocator_t>
static JSuperFrame1D< JElement_t, JAllocator_t > multiplex
Multiplexer.
static JSuperFrame2D< JElement_t > buffer
Internal buffer.
1-dimensional frame with time calibrated data from one optical module.
static JTOOLS::JMergeSort< JElement_t > merge
Internal merge method.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Data structure for position in three dimensions.
JSuperFrame1D & operator()(const JSuperFrame2D< JElement_t > &input)
Process 2D super frame.
Data structure for a composite optical module.
JSuperFrame1D()
Default constructor.
JSuperFrame1D(const JSuperFrame2D< JElement_t > &input)
Constructor.
Data frame of one optical module.
JSuperFrame1D & operator()(typename JSuperFrame2D< JElement_t >::const_iterator __begin, typename JSuperFrame2D< JElement_t >::const_iterator __end)
Process set of 2D super frame data.
JSuperFrame1D(const JDAQChronometer &chronometer, const JDAQModuleIdentifier &id, const JPosition3D &pos)
Constructor.
JSuperFrame1D & operator()(const JDAQSuperFrame &input, const JModule &module)
Process DAQ super frame.