|
Jpp
master_rocky-43-ge265d140c
the software that should make you happy
|
This include file serves the purpose of hiding ROOT dependencies and circumphere namespace problems when using rootcint. More...
Go to the source code of this file.
Classes | |
| struct | TObject |
| struct | TBuffer |
Namespaces | |
| JROOT | |
| Auxiliary classes and methods for ROOT I/O. | |
Macros | |
| #define | ClassDef(name, version) static const char* Class_Name() { return #name; } |
| #define | ClassDefNV(name, version) static const char* Class_Name() { return #name; } |
| #define | ClassDefT(name, version) static const char* Class_Name() { return #name; } |
| #define | ClassDefT2(name, template) static const char* Class_Name() { return #name; } |
| #define | ClassImp(name) |
| #define | ClassImpT(name, template) |
This include file serves the purpose of hiding ROOT dependencies and circumphere namespace problems when using rootcint.
Definition in file JRoot.hh.
| #define ClassDef | ( | name, | |
| version | |||
| ) | static const char* Class_Name() { return #name; } |
| #define ClassDefNV | ( | name, | |
| version | |||
| ) | static const char* Class_Name() { return #name; } |
| #define ClassDefT | ( | name, | |
| version | |||
| ) | static const char* Class_Name() { return #name; } |
| #define ClassDefT2 | ( | name, | |
| template | |||
| ) | static const char* Class_Name() { return #name; } |