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