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
69ClassImp(NcAttribObj); // Class implementation to enable ROOT I/O
70
73{
82}
83
85{
92}
93
102
104{
110}
111
112TObject* 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(NcAttribObj)
Generic handling of detector signal (calibration) attributes.
Definition NcAttribObj.h:13
virtual ~NcAttribObj()
virtual TObject * Clone(const char *name="") const