NCFS-Pack
A generic (astro)particle physics analysis framework
 
Loading...
Searching...
No Matches
RnoString.h
Go to the documentation of this file.
1#ifndef RnoString_h
2#define RnoString_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 "NcDetectorUnit.h"
8
9#include "RnoVPOL.h"
10#include "RnoHPOL.h"
11
13
15{
16 public:
17 RnoString(const char* name="",const char* title=""); // Default constructor
18 virtual ~RnoString(); // Default destructor
19 RnoString(const RnoString& q); // Copy constructor
20 virtual TObject* Clone(const char* name="") const; // Make a deep copy and provide its pointer
21
22 protected:
23
24 ClassDef(RnoString,1) // Data handling of an RNO-G string.
25};
26#endif
NcDetectorUnit(const char *name="", const char *title="")
RnoString(const char *name="", const char *title="")
Definition RnoString.cxx:38
virtual ~RnoString()
Definition RnoString.cxx:47
virtual TObject * Clone(const char *name="") const
Definition RnoString.cxx:65