Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
Loading...
Searching...
No Matches
JRoot.hh File Reference

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

namespace  JROOT
 Auxiliary classes and methods for ROOT I/O.
 

Macros

#define ClassDef(name, version)
 
#define ClassDefNV(name, version)
 
#define ClassDefT(name, version)
 
#define ClassDefT2(name, template)
 
#define ClassImp(name)
 
#define ClassImpT(name, template)
 

Detailed Description

This include file serves the purpose of hiding ROOT dependencies and circumphere namespace problems when using rootcint.

Author
mdejong

Definition in file JRoot.hh.

Macro Definition Documentation

◆ ClassDef

#define ClassDef ( name,
version )
Value:
static const char* Class_Name() { return #name; }

Definition at line 32 of file JRoot.hh.

◆ ClassDefNV

#define ClassDefNV ( name,
version )
Value:
static const char* Class_Name() { return #name; }

Definition at line 33 of file JRoot.hh.

◆ ClassDefT

#define ClassDefT ( name,
version )
Value:
static const char* Class_Name() { return #name; }

Definition at line 34 of file JRoot.hh.

◆ ClassDefT2

#define ClassDefT2 ( name,
template )
Value:
static const char* Class_Name() { return #name; }

Definition at line 35 of file JRoot.hh.

◆ ClassImp

#define ClassImp ( name)

Definition at line 37 of file JRoot.hh.

◆ ClassImpT

#define ClassImpT ( name,
template )

Definition at line 38 of file JRoot.hh.