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