NCFS-Pack
A generic (astro)particle physics analysis framework
Loading...
Searching...
No Matches
IceDCDOM.cxx
Go to the documentation of this file.
1
17
19
34
35
#include "
IceDCDOM.h
"
36
#include "
Riostream.h
"
37
38
ClassImp
(
IceDCDOM
);
// Class implementation to enable ROOT I/O
39
41
IceDCDOM::IceDCDOM
() :
IceIDOM
()
42
{
48
}
49
50
IceDCDOM::~IceDCDOM
()
51
{
57
}
58
59
IceDCDOM::IceDCDOM
(
const
IceDCDOM
& m) :
IceIDOM
(m)
60
{
66
}
67
68
TObject*
IceDCDOM::Clone
(
const
char
* name)
const
69
{
82
83
IceDCDOM
* m=
new
IceDCDOM
(*
this
);
84
if
(name)
85
{
86
if
(strlen(name)) m->SetName(name);
87
}
88
return
m;
89
}
90
ClassImp
ClassImp(IceDCDOM)
IceDCDOM.h
Riostream.h
IceDCDOM
Signal (Hit) handling of an In-Ice DeepCore Digital Optical Module (DCDOM).
Definition
IceDCDOM.h:12
IceDCDOM::Clone
virtual TObject * Clone(const char *name="") const
Definition
IceDCDOM.cxx:68
IceDCDOM::~IceDCDOM
virtual ~IceDCDOM()
Definition
IceDCDOM.cxx:50
IceDCDOM::IceDCDOM
IceDCDOM()
Definition
IceDCDOM.cxx:41
IceIDOM::IceIDOM
IceIDOM()
Definition
IceIDOM.cxx:41
icepack
source
IceDCDOM.cxx
Generated by
1.13.2