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