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
12class 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
virtual ~NcAttribObj()
virtual TObject * Clone(const char *name="") const