NCFS-Pack
A generic (astro)particle physics analysis framework
Loading...
Searching...
No Matches
NcAttribObj.h
Go to the documentation of this file.
1
#ifndef NcAttribObj_h
2
#define NcAttribObj_h
3
// Copyright(c) 2003 NCFS/IIHE, All Rights Reserved.
4
// See cxx source for full Copyright notice.
5
6
#include "TObject.h"
7
8
#include "
NcAttrib.h
"
9
11
12
class
NcAttribObj
:
public
TObject,
public
NcAttrib
13
{
14
public
:
15
NcAttribObj
();
// Default constructor
16
NcAttribObj
(
NcAttrib
& a);
// Constructor
17
virtual
~NcAttribObj
();
// Destructor
18
NcAttribObj
(
const
NcAttribObj
& a);
// Copy constructor
19
virtual
TObject*
Clone
(
const
char
* name=
""
)
const
;
// Make a deep copy and provide its pointer
20
21
ClassDef(
NcAttribObj
,1)
// Generic handling of detector signal (calibration) attributes.
22
};
23
#endif
NcAttrib.h
NcAttrib::NcAttrib
NcAttrib()
Definition
NcAttrib.cxx:69
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.h
Generated by
1.13.2