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