15#ifdef XROOFIT_USE_PRAGMA_ONCE
18#if !defined(XROOFIT_XROOBROWSER_H) || defined(XROOFIT_USE_PRAGMA_ONCE)
19#ifndef XROOFIT_USE_PRAGMA_ONCE
20#define XROOFIT_XROOBROWSER_H
39 void ls(
const char *path =
nullptr)
const override;
40 void cd(
const char *path);
42 void HandleMenu(
Int_t id);
45 std::shared_ptr<xRooNode>
fNode;
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char filename
A version of the TBrowser that can be used to interact with RooFit models and datasets.
std::shared_ptr< xRooNode > fTopNode
std::shared_ptr< xRooNode > fNode
The xRooNode class is designed to wrap over a TObject and provide functionality to aid with interacti...
Using a TBrowser one can browse all ROOT objects.
This is the ROOT implementation of the Qt object communication mechanism (see also http://www....
#define BEGIN_XROOFIT_NAMESPACE
#define END_XROOFIT_NAMESPACE