ROOT
Version v6.28
master
v6.34
v6.32
v6.30
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
browser.cxx
Go to the documentation of this file.
1
/// \file
2
/// \ingroup tutorial_v7
3
///
4
/// \macro_code
5
///
6
/// \date 2019-05-29
7
/// \warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
8
/// \authors Bertrand Bellenot <Bertrand.Bellenot@cern.ch>, Sergey Linev <S.Linev@gsi.de>
9
10
/*************************************************************************
11
* Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
12
* All rights reserved. *
13
* *
14
* For the licensing terms see $ROOTSYS/LICENSE. *
15
* For the list of contributors see $ROOTSYS/README/CREDITS. *
16
*************************************************************************/
17
18
// macro must be here to let macro work on Windows
19
R__LOAD_LIBRARY
(libROOTBrowserv7)
20
21
#include <ROOT/RBrowser.hxx>
22
#include <
ROOT/RDirectory.hxx
>
23
24
using namespace
ROOT::Experimental
;
25
26
void
browser()
27
{
28
// create browser
29
auto
br = std::make_shared<RBrowser>();
30
31
// add to global list - avoid auto deletion
32
RDirectory::Heap().Add(
"browser"
, br);
33
}
34
RDirectory.hxx
R__LOAD_LIBRARY
#define R__LOAD_LIBRARY(LIBRARY)
Definition
Rtypes.h:491
ROOT::Experimental
Definition
RDirectory.hxx:30
tutorials
v7
browser.cxx
ROOT v6-28 - Reference Guide Generated on Thu Oct 24 2024 01:50:05 (GVA Time) using Doxygen 1.9.8