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