NCFS-Pack
A generic (astro)particle physics analysis framework
 
Loading...
Searching...
No Matches
RnoULPDA.h
Go to the documentation of this file.
1#ifndef RnoULPDA_h
2#define RnoULPDA_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 "RnoLPDA.h"
8
10
11class RnoULPDA : public RnoLPDA
12{
13 public:
14 RnoULPDA(const char* name="",const char* title=""); // Default constructor
15 virtual ~RnoULPDA(); // Default destructor
16 RnoULPDA(const RnoULPDA& q); // Copy constructor
17 virtual TObject* Clone(const char* name="") const; // Make a deep copy and provide its pointer
18
19 ClassDef(RnoULPDA,1) // Signal (Hit) handling of an RNO-G surface Upward pointing LogPeriodic Dipole Antenna (ULPDA).
20};
21#endif
RnoLPDA(const char *name="", const char *title="")
Definition RnoLPDA.cxx:41
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