Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Experimental::XRooFit Namespace Reference

xRooFit is a high-level API for RooFit. More...

Classes

class  AutoRestorer
class  ProgressMonitor
class  xRooBrowser
 A version of the TBrowser that can be used to interact with RooFit models and datasets. More...
class  xRooFit
class  xRooHypoSpace
class  xRooNLLVar
 This xRooNLLVar object has several special methods, e.g. More...
class  xRooNode
 The xRooNode class is designed to wrap over a TObject and provide functionality to aid with interacting with that object, particularly in the case where the object is a RooFit class instance. More...

Functions

std::string collectionContents (const RooAbsCollection &coll)
double round_to_decimal (double value, int decimal_places)
double round_to_digits (double value, int digits)

Detailed Description

xRooFit is a high-level API for RooFit.

A version of the API is included in ROOT as an experimental feature, inside the ROOT::Experimental::XRooFit namespace.

Function Documentation

◆ collectionContents()

std::string ROOT::Experimental::XRooFit::collectionContents ( const RooAbsCollection & coll)

Definition at line 2053 of file xRooNLLVar.cxx.

◆ round_to_decimal()

double ROOT::Experimental::XRooFit::round_to_decimal ( double value,
int decimal_places )

Definition at line 2007 of file xRooFit.cxx.

◆ round_to_digits()

double ROOT::Experimental::XRooFit::round_to_digits ( double value,
int digits )

Definition at line 2000 of file xRooFit.cxx.