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