Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JROOT_t.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_t.hh.

Macro Definition Documentation

◆ ClassDef

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

Definition at line 32 of file JROOT_t.hh.

◆ ClassDefNV

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

Definition at line 33 of file JROOT_t.hh.

◆ ClassDefT

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

Definition at line 34 of file JROOT_t.hh.

◆ ClassDefT2

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

Definition at line 35 of file JROOT_t.hh.

◆ ClassImp

#define ClassImp ( name)

Definition at line 37 of file JROOT_t.hh.

◆ ClassImpT

#define ClassImpT ( name,
template )

Definition at line 38 of file JROOT_t.hh.