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