Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JSuperFrameClone1D.hh
Go to the documentation of this file.
1#ifndef __JTRIGGER__JSUPERFRAMECLONE1D__
2#define __JTRIGGER__JSUPERFRAMECLONE1D__
3
5#include "JTrigger/JClone.hh"
7
8
9/**
10 * \author mdejong
11 */
12
13namespace JTRIGGER {}
14namespace JPP { using namespace JTRIGGER; }
15
16namespace JTRIGGER {
17
18 /**
19 * Clone of JSuperFrame1D.
20 */
21 template<class JElement_t>
23 public JModuleHeader,
24 public JClone< JSuperFrame1D<JElement_t> >
25 {
26 public:
27 /**
28 * Default constructor.
29 */
32 JClone< JSuperFrame1D<JElement_t> >()
33 {}
34
35
36 /**
37 * Constructor.
38 *
39 * \param input 1-dimensional super frame
40 */
43 JClone< JSuperFrame1D<JElement_t> >(input)
44 {}
45 };
46}
47
48#endif
Clone of a container.
Definition JClone.hh:40
1-dimensional frame with time calibrated data from one optical module.
JSuperFrameClone1D(const JSuperFrame1D< JElement_t > &input)
Constructor.
JSuperFrameClone1D()
Default constructor.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary classes and methods for triggering.
Header for Module.
const JModuleHeader & getModuleHeader() const
Get module header.