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