BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
TObject.h
Go to the documentation of this file.
1 #ifndef BA_TOBJECT_H
2 #define BA_TOBJECT_H
3 
4 
5 class TObject {
6 public:
7  virtual ~TObject() = default;
8 };
9 
10 #define ClassImp(...)
11 
12 #define ClassDef(...)
13 
14 #endif
Definition: TObject.h:5
virtual ~TObject()=default