NCFS-Pack
A generic (astro)particle physics analysis framework
 
Loading...
Searching...
No Matches
NcDetector.h
Go to the documentation of this file.
1#ifndef NcDetector_h
2#define NcDetector_h
3
4// Copyright(c) 2021 NCFS/IIHE, All Rights Reserved.
5// See cxx source for full Copyright notice.
6
7#include "NcDetectorUnit.h"
8
10
12{
13 public:
14 NcDetector(const char* name="",const char* title=""); // Default constructor
15 virtual ~NcDetector(); // Default destructor
16 NcDetector(const NcDetector& q); // Copy constructor
17 virtual TObject* Clone(const char* name="") const; // Make a deep copy and provide its pointer
18
19 protected:
20
21 ClassDef(NcDetector,1) // Creation and investigation of an NCFS generic detector structure.
22};
23#endif
NcDetector(const char *name="", const char *title="")
virtual TObject * Clone(const char *name="") const
virtual ~NcDetector()
NcDetectorUnit(const char *name="", const char *title="")