NCFS-Pack
A generic (astro)particle physics analysis framework
 
Loading...
Searching...
No Matches
IceDOM.cxx
Go to the documentation of this file.
1
17
19
33
34#include "IceDOM.h"
35#include "Riostream.h"
36
37ClassImp(IceDOM); // Class implementation to enable ROOT I/O
38
41{
47}
48
57
59{
65}
66
67TObject* IceDOM::Clone(const char* name) const
68{
81
82 IceDOM* m=new IceDOM(*this);
83 if (name)
84 {
85 if (strlen(name)) m->SetName(name);
86 }
87 return m;
88}
89
ClassImp(IceDOM)
Signal (Hit) handling of a generic IceCube Digital Optical Module (DOM).
Definition IceDOM.h:12
IceDOM()
Definition IceDOM.cxx:40
virtual TObject * Clone(const char *name="") const
Definition IceDOM.cxx:67
virtual ~IceDOM()
Definition IceDOM.cxx:49
IceGOM()
Definition IceGOM.cxx:123