Jpp  16.0.3
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
JSuperFrameClone1D()
Default constructor.
1-dimensional frame with time calibrated data from one optical module.
Clone of a container.
Definition: JClone.hh:38
const JModuleHeader & getModuleHeader() const
Get module header.
Header for Module.
JSuperFrameClone1D(const JSuperFrame1D< JElement_t > &input)
Constructor.
Clone of JSuperFrame1D.