NCFS-Pack
A generic (astro)particle physics analysis framework
Loading...
Searching...
No Matches
RnoDANT.cxx
Go to the documentation of this file.
1
17
19
33
34
#include "
RnoDANT.h
"
35
#include "
Riostream.h
"
36
37
ClassImp
(
RnoDANT
);
// Class implementation to enable ROOT I/O
38
40
RnoDANT::RnoDANT
(
const
char
* name,
const
char
* title) :
RnoGANT
(name,title)
41
{
47
}
48
49
RnoDANT::~RnoDANT
()
50
{
56
}
57
58
RnoDANT::RnoDANT
(
const
RnoDANT
& q) :
RnoGANT
(q)
59
{
65
}
66
67
TObject*
RnoDANT::Clone
(
const
char
* name)
const
68
{
81
82
RnoDANT
* q=
new
RnoDANT
(*
this
);
83
if
(name)
84
{
85
if
(strlen(name)) q->SetName(name);
86
}
87
return
q;
88
}
89
Riostream.h
ClassImp
ClassImp(RnoDANT)
RnoDANT.h
RnoDANT
Signal (Hit) handling of an RNO-G Deep Antenna (DANT).
Definition
RnoDANT.h:12
RnoDANT::~RnoDANT
virtual ~RnoDANT()
Definition
RnoDANT.cxx:49
RnoDANT::Clone
virtual TObject * Clone(const char *name="") const
Definition
RnoDANT.cxx:67
RnoDANT::RnoDANT
RnoDANT(const char *name="", const char *title="")
Definition
RnoDANT.cxx:40
RnoGANT::RnoGANT
RnoGANT(const char *name="", const char *title="")
Definition
RnoGANT.cxx:123
rnopack
source
RnoDANT.cxx
Generated by
1.13.2