Jpp
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 
13 namespace JTRIGGER {}
14 namespace JPP { using namespace JTRIGGER; }
15 
16 namespace 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  */
31  JModuleHeader(),
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
JModuleHeader.hh
JClone.hh
JTRIGGER::JSuperFrame1D
1-dimensional frame with time calibrated data from one optical module.
Definition: JSuperFrame1D.hh:35
JTRIGGER::JModuleHeader::getModuleHeader
const JModuleHeader & getModuleHeader() const
Get module header.
Definition: JModuleHeader.hh:62
JPP
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Definition: JAAnetToolkit.hh:37
JTRIGGER::JModuleHeader
Header for Module.
Definition: JModuleHeader.hh:26
JTRIGGER::JSuperFrameClone1D::JSuperFrameClone1D
JSuperFrameClone1D()
Default constructor.
Definition: JSuperFrameClone1D.hh:30
JTRIGGER::JClone
Clone of a container.
Definition: JClone.hh:38
JSuperFrame1D.hh
JTRIGGER::JSuperFrameClone1D::JSuperFrameClone1D
JSuperFrameClone1D(const JSuperFrame1D< JElement_t > &input)
Constructor.
Definition: JSuperFrameClone1D.hh:41
JTRIGGER
Checksum.
Definition: JSupport/JSupport.hh:35
JTRIGGER::JSuperFrameClone1D
Clone of JSuperFrame1D.
Definition: JSuperFrameClone1D.hh:22