NCFS-Pack
A generic (astro)particle physics analysis framework
 
Loading...
Searching...
No Matches
RnoLPDA.h
Go to the documentation of this file.
1#ifndef RnoLPDA_h
2#define RnoLPDA_h
3
4// Copyright(c) 2021, RNO-G Experiment at Summit Station, All rights reserved.
5// See cxx source for full Copyright notice.
6
7#include "RnoSANT.h"
8
10
11class RnoLPDA : public RnoSANT
12{
13 public:
14 RnoLPDA(const char* name="",const char* title=""); // Default constructor
15 virtual ~RnoLPDA(); // Default destructor
16 RnoLPDA(const RnoLPDA& q); // Copy constructor
17 virtual TObject* Clone(const char* name="") const; // Make a deep copy and provide its pointer
18
19 ClassDef(RnoLPDA,1) // Signal (Hit) handling of an RNO-G surface LogPeriodic Dipole Antenna (LPDA).
20};
21#endif
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