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