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