Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
browser.cxx File Reference

Detailed Description

/*************************************************************************
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* *
* For the licensing terms see $ROOTSYS/LICENSE. *
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/
// macro must be here to let macro work on Windows
R__LOAD_LIBRARY(libROOTBrowserv7)
#include <ROOT/RBrowser.hxx>
using namespace ROOT::Experimental;
void browser()
{
// create browser
auto br = std::make_shared<RBrowser>();
// add to global list - avoid auto deletion
RDirectory::Heap().Add("browser", br);
}
#define R__LOAD_LIBRARY(LIBRARY)
Definition Rtypes.h:472
Date
2019-05-29
Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
Author
Bertrand Bellenot Bertr.nosp@m.and..nosp@m.Belle.nosp@m.not@.nosp@m.cern..nosp@m.ch

Definition in file browser.cxx.