ROOT
Version v6.32
master
v6.34
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
▼
bindings
►
pyroot
►
r
▼
tpython
▼
inc
►
TPyArg.h
►
TPyClassGenerator.h
►
TPyReturn.h
►
TPython.h
►
src
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
TPyClassGenerator.h
Go to the documentation of this file.
1
// Author: Enric Tejedor CERN 08/2019
2
// Original PyROOT code by Wim Lavrijsen, LBL
3
//
4
// /*************************************************************************
5
// * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
6
// * All rights reserved. *
7
// * *
8
// * For the licensing terms see $ROOTSYS/LICENSE. *
9
// * For the list of contributors see $ROOTSYS/README/CREDITS. *
10
// *************************************************************************/
11
12
#ifndef ROOT_TPyClassGenerator
13
#define ROOT_TPyClassGenerator
14
15
// ROOT
16
#include "
TClassGenerator.h
"
17
18
class
TPyClassGenerator
:
public
TClassGenerator
{
19
public
:
20
TClass
*
GetClass
(
const
char
*
name
,
Bool_t
load)
override
;
21
TClass
*
GetClass
(
const
std::type_info &
typeinfo
,
Bool_t
load)
override
;
22
TClass
*
GetClass
(
const
char
*
name
,
Bool_t
load,
Bool_t
silent
)
override
;
23
TClass
*
GetClass
(
const
std::type_info &
typeinfo
,
Bool_t
load,
Bool_t
silent
)
override
;
24
};
25
26
#endif
// !ROOT_TPyClassGenerator
TClassGenerator.h
name
char name[80]
Definition
TGX11.cxx:110
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
TClassGenerator
Objects following this interface can be passed onto the TROOT object to implement a user customized w...
Definition
TClassGenerator.h:28
TClass
TClass instances represent classes, structs and namespaces in the ROOT type system.
Definition
TClass.h:81
TPyClassGenerator
Definition
TPyClassGenerator.h:18
TPyClassGenerator::GetClass
TClass * GetClass(const char *name, Bool_t load) override
Definition
TPyClassGenerator.cxx:38
bool
bindings
tpython
inc
TPyClassGenerator.h
ROOT v6-32 - Reference Guide Generated on Wed Apr 2 2025 08:24:19 (GVA Time) using Doxygen 1.10.0