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