#include <ROOT/RBrowser.hxx>
void browser()
{
auto br = std::make_shared<RBrowser>();
RDirectory::Heap().Add("browser", br);
}
- 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.