NCFS-Pack
A generic (astro)particle physics analysis framework
Loading...
Searching...
No Matches
NcAttribObj.cxx
Go to the documentation of this file.
1
31
32
34
65
66
#include "
NcAttribObj.h
"
67
#include "
Riostream.h
"
68
69
ClassImp
(
NcAttribObj
);
// Class implementation to enable ROOT I/O
70
72
NcAttribObj::NcAttribObj
() : TObject(),
NcAttrib
()
73
{
82
}
83
84
NcAttribObj::NcAttribObj
(
NcAttrib
& a) : TObject(),
NcAttrib
(a)
85
{
92
}
93
94
NcAttribObj::~NcAttribObj
()
95
{
101
}
102
103
NcAttribObj::NcAttribObj
(
const
NcAttribObj
& a) : TObject(a),
NcAttrib
(a)
104
{
110
}
111
112
TObject*
NcAttribObj::Clone
(
const
char
* name)
const
113
{
122
123
NcAttribObj
* att=
new
NcAttribObj
(*
this
);
124
if
(name)
125
{
126
if
(strlen(name))
127
{
128
cout <<
" *"
<< ClassName() <<
"::Clone* No support for SetName."
<< endl;
129
}
130
}
131
return
att;
132
}
133
ClassImp
ClassImp(NcAttribObj)
NcAttribObj.h
Riostream.h
NcAttrib::NcAttrib
NcAttrib()
Definition
NcAttrib.cxx:69
NcAttribObj
Generic handling of detector signal (calibration) attributes.
Definition
NcAttribObj.h:13
NcAttribObj::~NcAttribObj
virtual ~NcAttribObj()
Definition
NcAttribObj.cxx:94
NcAttribObj::NcAttribObj
NcAttribObj()
Definition
NcAttribObj.cxx:72
NcAttribObj::Clone
virtual TObject * Clone(const char *name="") const
Definition
NcAttribObj.cxx:112
ncfspack
source
NcAttribObj.cxx
Generated by
1.13.2