Jpp
debug
the software that should make you happy
software
JTrigger
JSuperFrameClone1D.hh
Go to the documentation of this file.
1
#ifndef __JTRIGGER__JSUPERFRAMECLONE1D__
2
#define __JTRIGGER__JSUPERFRAMECLONE1D__
3
4
#include "
JTrigger/JModuleHeader.hh
"
5
#include "
JTrigger/JClone.hh
"
6
#include "
JTrigger/JSuperFrame1D.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>
22
class
JSuperFrameClone1D
:
23
public
JModuleHeader
,
24
public
JClone
< JSuperFrame1D<JElement_t> >
25
{
26
public
:
27
/**
28
* Default constructor.
29
*/
30
JSuperFrameClone1D
() :
31
JModuleHeader
(),
32
JClone
<
JSuperFrame1D
<JElement_t> >()
33
{}
34
35
36
/**
37
* Constructor.
38
*
39
* \param input 1-dimensional super frame
40
*/
41
JSuperFrameClone1D
(
const
JSuperFrame1D<JElement_t>
& input) :
42
JModuleHeader
(input.
getModuleHeader
()),
43
JClone
<
JSuperFrame1D
<JElement_t> >(input)
44
{}
45
};
46
}
47
48
#endif
JClone.hh
JModuleHeader.hh
JSuperFrame1D.hh
JTRIGGER::JClone
Clone of a container.
Definition:
JClone.hh:40
JTRIGGER::JSuperFrame1D
1-dimensional frame with time calibrated data from one optical module.
Definition:
JSuperFrame1D.hh:40
JTRIGGER::JSuperFrameClone1D
Clone of JSuperFrame1D.
Definition:
JSuperFrameClone1D.hh:25
JTRIGGER::JSuperFrameClone1D::JSuperFrameClone1D
JSuperFrameClone1D(const JSuperFrame1D< JElement_t > &input)
Constructor.
Definition:
JSuperFrameClone1D.hh:41
JTRIGGER::JSuperFrameClone1D::JSuperFrameClone1D
JSuperFrameClone1D()
Default constructor.
Definition:
JSuperFrameClone1D.hh:30
JPP
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Definition:
JAAnetToolkit.hh:43
JTRIGGER
Auxiliary classes and methods for triggering.
Definition:
JSupport/JSupport.hh:36
JTRIGGER::JModuleHeader
Header for Module.
Definition:
JModuleHeader.hh:30
JTRIGGER::JModuleHeader::getModuleHeader
const JModuleHeader & getModuleHeader() const
Get module header.
Definition:
JModuleHeader.hh:62
Generated by
1.9.1