NCFS-Pack
A generic (astro)particle physics analysis framework
Loading...
Searching...
No Matches
RnoString.cxx
Go to the documentation of this file.
1
17
19
31
32
#include "
RnoString.h
"
33
#include "
Riostream.h
"
34
35
ClassImp
(
RnoString
);
// Class implementation to enable ROOT I/O
36
38
RnoString::RnoString
(
const
char
* name,
const
char
* title) :
NcDetectorUnit
(name,title)
39
{
45
}
46
47
RnoString::~RnoString
()
48
{
54
}
55
56
RnoString::RnoString
(
const
RnoString
& q) :
NcDetectorUnit
(q)
57
{
63
}
64
65
TObject*
RnoString::Clone
(
const
char
* name)
const
66
{
76
77
RnoString
* q=
new
RnoString
(*
this
);
78
if
(name)
79
{
80
if
(strlen(name)) q->SetName(name);
81
}
82
return
q;
83
}
84
Riostream.h
ClassImp
ClassImp(RnoString)
RnoString.h
NcDetectorUnit::NcDetectorUnit
NcDetectorUnit(const char *name="", const char *title="")
Definition
NcDetectorUnit.cxx:102
RnoString
Data handling of an RNO-G string.
Definition
RnoString.h:15
RnoString::RnoString
RnoString(const char *name="", const char *title="")
Definition
RnoString.cxx:38
RnoString::~RnoString
virtual ~RnoString()
Definition
RnoString.cxx:47
RnoString::Clone
virtual TObject * Clone(const char *name="") const
Definition
RnoString.cxx:65
rnopack
source
RnoString.cxx
Generated by
1.13.2