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
38ClassImp(IceDCDOM); // Class implementation to enable ROOT I/O
39
49
58
60{
66}
67
68TObject* 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(IceDCDOM)
Signal (Hit) handling of an In-Ice DeepCore Digital Optical Module (DCDOM).
Definition IceDCDOM.h:12
virtual TObject * Clone(const char *name="") const
Definition IceDCDOM.cxx:68
virtual ~IceDCDOM()
Definition IceDCDOM.cxx:50
IceIDOM()
Definition IceIDOM.cxx:41