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