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