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