40      if ((
h = 
gROOT->GetPluginManager()->FindHandler(
"TVirtualTreePlayer"))) {
 
   41         if (
h->LoadPlugin() == -1)
 
   50   if (
p) 
p->SetTree(obj);
 
 
winID h TVirtualViewer3D TVirtualGLPainter p
 
TClass instances represent classes, structs and namespaces in the ROOT type system.
 
static TClass * GetClass(const char *name, Bool_t load=kTRUE, Bool_t silent=kFALSE)
Static method returning pointer to TClass of the specified class name.
 
A TTree represents a columnar dataset.
 
Abstract base class defining the interface for the plugins that implement Draw, Scan,...
 
static TVirtualTreePlayer * GetCurrentPlayer()
Static function: return the current player (if any)
 
static void SetPlayer(const char *player)
Static function to set an alternative Tree player.
 
static TClass * fgPlayer
Pointer to class of Tree player.
 
static TVirtualTreePlayer * fgCurrent
Pointer to current Tree player.
 
static TVirtualTreePlayer * TreePlayer(TTree *obj)
Static function returning a pointer to a Tree player.
 
~TVirtualTreePlayer() override
Common destructor.