NCFS-Pack
A generic (astro)particle physics analysis framework
Loading...
Searching...
No Matches
NcDetector.cxx
Go to the documentation of this file.
1
31
33
193
194
#include "
NcDetector.h
"
195
#include "
Riostream.h
"
196
197
ClassImp
(
NcDetector
);
// Class implementation to enable ROOT I/O
198
200
NcDetector::NcDetector
(
const
char
* name,
const
char
* title) :
NcDetectorUnit
(name,title)
201
{
207
}
208
209
NcDetector::~NcDetector
()
210
{
216
}
217
218
NcDetector::NcDetector
(
const
NcDetector
& q) :
NcDetectorUnit
(q)
219
{
225
}
226
227
TObject*
NcDetector::Clone
(
const
char
* name)
const
228
{
238
239
NcDetector
* q=
new
NcDetector
(*
this
);
240
if
(name)
241
{
242
if
(strlen(name)) q->SetName(name);
243
}
244
return
q;
245
}
246
ClassImp
ClassImp(NcDetector)
NcDetector.h
Riostream.h
NcDetector
Creation and investigation of an NCFS generic detector structure.
Definition
NcDetector.h:12
NcDetector::NcDetector
NcDetector(const char *name="", const char *title="")
Definition
NcDetector.cxx:200
NcDetector::Clone
virtual TObject * Clone(const char *name="") const
Definition
NcDetector.cxx:227
NcDetector::~NcDetector
virtual ~NcDetector()
Definition
NcDetector.cxx:209
NcDetectorUnit::NcDetectorUnit
NcDetectorUnit(const char *name="", const char *title="")
Definition
NcDetectorUnit.cxx:102
ncfspack
source
NcDetector.cxx
Generated by
1.13.2