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