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