12#ifndef ROOT_TClassGenerator
13#define ROOT_TClassGenerator
#define ClassDef(name, id)
Objects following this interface can be passed onto the TROOT object to implement a user customized w...
virtual TClass * GetClass(const char *classname, Bool_t load)=0
virtual TClass * GetClass(const std::type_info &typeinfo, Bool_t load)=0
virtual ~TClassGenerator()
The ROOT global object gROOT contains a list of all defined classes.
Mother of all ROOT objects.