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

This xRooNLLVar object has several special methods, e.g.

for fitting and toy dataset generation.

Definition at line 59 of file xRooNLLVar.h.

Classes

class  xRooFitResult
 
class  xRooHypoPoint
 
class  xRooHypoSpace
 
struct  xValueWithError
 

Public Member Functions

 xRooNLLVar (const std::shared_ptr< RooAbsPdf > &pdf, const std::pair< std::shared_ptr< RooAbsData >, std::shared_ptr< const RooAbsCollection > > &data, const RooLinkedList &opts=RooLinkedList())
 
 xRooNLLVar (const std::shared_ptr< RooAbsPdf > &pdf, const std::shared_ptr< RooAbsData > &data, const RooLinkedList &opts=RooLinkedList())
 
 xRooNLLVar (RooAbsPdf &pdf, const std::pair< RooAbsData *, const RooAbsCollection * > &data, const RooLinkedList &nllOpts=RooLinkedList())
 
 ~xRooNLLVar ()
 
void AddOption (const RooCmdArg &opt)
 
std::set< std::string > binnedChannels () const
 
double binnedDataTerm () const
 
RooConstraintSumconstraintTerm () const
 
RooAbsDatadata () const
 
void Draw (Option_t *opt="")
 
double extendedTerm () const
 
std::shared_ptr< ROOT::Fit::FitConfigfitConfig ()
 
ROOT::Math::IOptionsfitConfigOptions ()
 
std::shared_ptr< RooAbsRealfunc () const
 
std::pair< std::shared_ptr< RooAbsData >, std::shared_ptr< const RooAbsCollection > > generate (bool expected=false, int seed=0)
 
RooAbsRealget () const
 
std::pair< std::shared_ptr< RooAbsData >, std::shared_ptr< const RooAbsCollection > > getData () const
 
double getEntryBinWidth (size_t entry) const
 
double getEntryVal (size_t entry) const
 
const RooAbsCollectionglobs () const
 
xRooHypoPoint hypoPoint (const char *parName, double value, double alt_value=std::numeric_limits< double >::quiet_NaN(), const xRooFit::Asymptotics::PLLType &pllType=xRooFit::Asymptotics::Unknown)
 
xRooHypoPoint hypoPoint (const char *parValues, double alt_value, const xRooFit::Asymptotics::PLLType &pllType)
 
xRooHypoPoint hypoPoint (double value, double alt_value=std::numeric_limits< double >::quiet_NaN(), const xRooFit::Asymptotics::PLLType &pllType=xRooFit::Asymptotics::Unknown)
 
xRooHypoSpace hypoSpace (const char *parName, int nPoints, double low, double high, double alt_value=std::numeric_limits< double >::quiet_NaN(), const xRooFit::Asymptotics::PLLType &pllType=xRooFit::Asymptotics::Unknown)
 
xRooHypoSpace hypoSpace (const char *parName, xRooFit::TestStatistic::Type tsType, int nPoints=0)
 
xRooHypoSpace hypoSpace (const char *parName="", const xRooFit::Asymptotics::PLLType &pllType=xRooFit::Asymptotics::Unknown, double alt_value=std::numeric_limits< double >::quiet_NaN())
 
xRooHypoSpace hypoSpace (int nPoints, double low, double high, double alt_value=std::numeric_limits< double >::quiet_NaN(), const xRooFit::Asymptotics::PLLType &pllType=xRooFit::Asymptotics::Unknown)
 
RooNLLVarmainTerm () const
 
double mainTermNdof () const
 
double mainTermPgof () const
 
xRooFitResult minimize (const std::shared_ptr< ROOT::Fit::FitConfig > &=nullptr)
 
double ndof () const
 
RooAbsRealoperator-> () const
 
std::shared_ptr< RooArgSetpars (bool stripGlobalObs=true) const
 
std::shared_ptr< RooAbsPdfpdf () const
 
double pgof () const
 
void Print (Option_t *opt="")
 
void reinitialize ()
 
double saturatedConstraintTerm () const
 
double saturatedMainTerm () const
 
double saturatedVal () const
 
TObjectScan (const char *scanPars, const std::vector< std::vector< double > > &coords, const RooArgList &profilePars=RooArgList())
 
TObjectScan (const char *scanPars, size_t nPoints, double low, double high, const RooArgList &profilePars=RooArgList())
 
TObjectScan (const char *scanPars, size_t nPoints, double low, double high, size_t nPointsY, double ylow, double yhigh, const RooArgList &profilePars=RooArgList())
 
TObjectScan (const RooArgList &scanPars, const std::vector< std::vector< double > > &coords, const RooArgList &profilePars=RooArgList())
 
bool setData (const std::pair< std::shared_ptr< RooAbsData >, std::shared_ptr< const RooAbsCollection > > &_data)
 
bool setData (const std::shared_ptr< RooAbsData > &data, const std::shared_ptr< const RooAbsCollection > &globs)
 
bool setData (const xRooNode &data)
 
void SetFitConfig (const std::shared_ptr< ROOT::Fit::FitConfig > &in)
 
double simTerm () const
 

Public Attributes

std::shared_ptr< RooAbsCollectionfConstVars
 
std::shared_ptr< RooAbsDatafData
 
std::shared_ptr< ROOT::Fit::FitConfigfFitConfig
 
std::string fFuncCreationLog
 
std::shared_ptr< RooAbsCollectionfFuncGlobs
 
std::shared_ptr< RooAbsCollectionfFuncVars
 
std::shared_ptr< const RooAbsCollectionfGlobs
 
std::shared_ptr< RooLinkedListfOpts
 
std::shared_ptr< RooAbsPdffPdf
 
bool kReuseNLL = true
 

#include <RooFit/xRooFit/xRooNLLVar.h>

Inheritance diagram for ROOT::Experimental::XRooFit::xRooNLLVar:
[legend]

Constructor & Destructor Documentation

◆ xRooNLLVar() [1/3]

xRooNLLVar::xRooNLLVar ( RooAbsPdf pdf,
const std::pair< RooAbsData *, const RooAbsCollection * > &  data,
const RooLinkedList nllOpts = RooLinkedList() 
)

Definition at line 143 of file xRooNLLVar.cxx.

◆ xRooNLLVar() [2/3]

xRooNLLVar::xRooNLLVar ( const std::shared_ptr< RooAbsPdf > &  pdf,
const std::shared_ptr< RooAbsData > &  data,
const RooLinkedList opts = RooLinkedList() 
)

Definition at line 298 of file xRooNLLVar.cxx.

◆ xRooNLLVar() [3/3]

xRooNLLVar::xRooNLLVar ( const std::shared_ptr< RooAbsPdf > &  pdf,
const std::pair< std::shared_ptr< RooAbsData >, std::shared_ptr< const RooAbsCollection > > &  data,
const RooLinkedList opts = RooLinkedList() 
)

Definition at line 152 of file xRooNLLVar.cxx.

◆ ~xRooNLLVar()

xRooNLLVar::~xRooNLLVar ( )

Definition at line 141 of file xRooNLLVar.cxx.

Member Function Documentation

◆ AddOption()

void xRooNLLVar::AddOption ( const RooCmdArg opt)

Definition at line 1213 of file xRooNLLVar.cxx.

◆ binnedChannels()

std::set< std::string > xRooNLLVar::binnedChannels ( ) const

Definition at line 694 of file xRooNLLVar.cxx.

◆ binnedDataTerm()

double xRooNLLVar::binnedDataTerm ( ) const

Definition at line 1260 of file xRooNLLVar.cxx.

◆ constraintTerm()

RooConstraintSum * xRooNLLVar::constraintTerm ( ) const

Definition at line 1275 of file xRooNLLVar.cxx.

◆ data()

RooAbsData * xRooNLLVar::data ( ) const

Definition at line 1223 of file xRooNLLVar.cxx.

◆ Draw()

void xRooNLLVar::Draw ( Option_t opt = "")

Definition at line 962 of file xRooNLLVar.cxx.

◆ extendedTerm()

double xRooNLLVar::extendedTerm ( ) const

Definition at line 1246 of file xRooNLLVar.cxx.

◆ fitConfig()

std::shared_ptr< ROOT::Fit::FitConfig > xRooNLLVar::fitConfig ( )

Definition at line 666 of file xRooNLLVar.cxx.

◆ fitConfigOptions()

ROOT::Math::IOptions * xRooNLLVar::fitConfigOptions ( )

Definition at line 673 of file xRooNLLVar.cxx.

◆ func()

std::shared_ptr< RooAbsReal > xRooNLLVar::func ( ) const

Definition at line 1189 of file xRooNLLVar.cxx.

◆ generate()

std::pair< std::shared_ptr< RooAbsData >, std::shared_ptr< const RooAbsCollection > > xRooNLLVar::generate ( bool  expected = false,
int  seed = 0 
)

Definition at line 439 of file xRooNLLVar.cxx.

◆ get()

RooAbsReal * ROOT::Experimental::XRooFit::xRooNLLVar::get ( ) const
inline

Definition at line 81 of file xRooNLLVar.h.

◆ getData()

std::pair< std::shared_ptr< RooAbsData >, std::shared_ptr< const RooAbsCollection > > xRooNLLVar::getData ( ) const

Definition at line 1088 of file xRooNLLVar.cxx.

◆ getEntryBinWidth()

double xRooNLLVar::getEntryBinWidth ( size_t  entry) const

Definition at line 740 of file xRooNLLVar.cxx.

◆ getEntryVal()

double xRooNLLVar::getEntryVal ( size_t  entry) const

Definition at line 680 of file xRooNLLVar.cxx.

◆ globs()

const RooAbsCollection * ROOT::Experimental::XRooFit::xRooNLLVar::globs ( ) const
inline

Definition at line 425 of file xRooNLLVar.h.

◆ hypoPoint() [1/3]

xRooNLLVar::xRooHypoPoint xRooNLLVar::hypoPoint ( const char *  parName,
double  value,
double  alt_value = std::numeric_limits<double>::quiet_NaN(),
const xRooFit::Asymptotics::PLLType pllType = xRooFit::Asymptotics::Unknown 
)

Definition at line 2489 of file xRooNLLVar.cxx.

◆ hypoPoint() [2/3]

xRooHypoPoint ROOT::Experimental::XRooFit::xRooNLLVar::hypoPoint ( const char *  parValues,
double  alt_value,
const xRooFit::Asymptotics::PLLType pllType 
)

◆ hypoPoint() [3/3]

xRooNLLVar::xRooHypoPoint xRooNLLVar::hypoPoint ( double  value,
double  alt_value = std::numeric_limits<double>::quiet_NaN(),
const xRooFit::Asymptotics::PLLType pllType = xRooFit::Asymptotics::Unknown 
)

Definition at line 2474 of file xRooNLLVar.cxx.

◆ hypoSpace() [1/4]

xRooNLLVar::xRooHypoSpace xRooNLLVar::hypoSpace ( const char *  parName,
int  nPoints,
double  low,
double  high,
double  alt_value = std::numeric_limits<double>::quiet_NaN(),
const xRooFit::Asymptotics::PLLType pllType = xRooFit::Asymptotics::Unknown 
)

Definition at line 2799 of file xRooNLLVar.cxx.

◆ hypoSpace() [2/4]

xRooHypoSpace ROOT::Experimental::XRooFit::xRooNLLVar::hypoSpace ( const char *  parName,
xRooFit::TestStatistic::Type  tsType,
int  nPoints = 0 
)
inline

Definition at line 380 of file xRooNLLVar.h.

◆ hypoSpace() [3/4]

xRooNLLVar::xRooHypoSpace xRooNLLVar::hypoSpace ( const char *  parName = "",
const xRooFit::Asymptotics::PLLType pllType = xRooFit::Asymptotics::Unknown,
double  alt_value = std::numeric_limits<double>::quiet_NaN() 
)

Definition at line 2875 of file xRooNLLVar.cxx.

◆ hypoSpace() [4/4]

xRooNLLVar::xRooHypoSpace xRooNLLVar::hypoSpace ( int  nPoints,
double  low,
double  high,
double  alt_value = std::numeric_limits<double>::quiet_NaN(),
const xRooFit::Asymptotics::PLLType pllType = xRooFit::Asymptotics::Unknown 
)

Definition at line 2864 of file xRooNLLVar.cxx.

◆ mainTerm()

RooNLLVar * xRooNLLVar::mainTerm ( ) const

Definition at line 1234 of file xRooNLLVar.cxx.

◆ mainTermNdof()

double xRooNLLVar::mainTermNdof ( ) const

Definition at line 830 of file xRooNLLVar.cxx.

◆ mainTermPgof()

double xRooNLLVar::mainTermPgof ( ) const

Definition at line 841 of file xRooNLLVar.cxx.

◆ minimize()

xRooNLLVar::xRooFitResult xRooNLLVar::minimize ( const std::shared_ptr< ROOT::Fit::FitConfig > &  _config = nullptr)

Definition at line 648 of file xRooNLLVar.cxx.

◆ ndof()

double xRooNLLVar::ndof ( ) const

Definition at line 817 of file xRooNLLVar.cxx.

◆ operator->()

RooAbsReal * ROOT::Experimental::XRooFit::xRooNLLVar::operator-> ( ) const
inline

Definition at line 82 of file xRooNLLVar.h.

◆ pars()

std::shared_ptr< RooArgSet > xRooNLLVar::pars ( bool  stripGlobalObs = true) const

Definition at line 909 of file xRooNLLVar.cxx.

◆ pdf()

std::shared_ptr< RooAbsPdf > ROOT::Experimental::XRooFit::xRooNLLVar::pdf ( ) const
inline

Definition at line 423 of file xRooNLLVar.h.

◆ pgof()

double xRooNLLVar::pgof ( ) const

Definition at line 823 of file xRooNLLVar.cxx.

◆ Print()

void xRooNLLVar::Print ( Option_t opt = "")

Definition at line 310 of file xRooNLLVar.cxx.

◆ reinitialize()

void xRooNLLVar::reinitialize ( )

Definition at line 349 of file xRooNLLVar.cxx.

◆ saturatedConstraintTerm()

double xRooNLLVar::saturatedConstraintTerm ( ) const

Definition at line 777 of file xRooNLLVar.cxx.

◆ saturatedMainTerm()

double xRooNLLVar::saturatedMainTerm ( ) const

Definition at line 857 of file xRooNLLVar.cxx.

◆ saturatedVal()

double xRooNLLVar::saturatedVal ( ) const

Definition at line 852 of file xRooNLLVar.cxx.

◆ Scan() [1/4]

TObject * xRooNLLVar::Scan ( const char *  scanPars,
const std::vector< std::vector< double > > &  coords,
const RooArgList profilePars = RooArgList() 
)

Definition at line 919 of file xRooNLLVar.cxx.

◆ Scan() [2/4]

TObject * ROOT::Experimental::XRooFit::xRooNLLVar::Scan ( const char *  scanPars,
size_t  nPoints,
double  low,
double  high,
const RooArgList profilePars = RooArgList() 
)
inline

Definition at line 417 of file xRooNLLVar.h.

◆ Scan() [3/4]

TObject * ROOT::Experimental::XRooFit::xRooNLLVar::Scan ( const char *  scanPars,
size_t  nPoints,
double  low,
double  high,
size_t  nPointsY,
double  ylow,
double  yhigh,
const RooArgList profilePars = RooArgList() 
)
inline

Definition at line 394 of file xRooNLLVar.h.

◆ Scan() [4/4]

TObject * xRooNLLVar::Scan ( const RooArgList scanPars,
const std::vector< std::vector< double > > &  coords,
const RooArgList profilePars = RooArgList() 
)

Definition at line 924 of file xRooNLLVar.cxx.

◆ setData() [1/3]

bool xRooNLLVar::setData ( const std::pair< std::shared_ptr< RooAbsData >, std::shared_ptr< const RooAbsCollection > > &  _data)

Definition at line 1102 of file xRooNLLVar.cxx.

◆ setData() [2/3]

bool ROOT::Experimental::XRooFit::xRooNLLVar::setData ( const std::shared_ptr< RooAbsData > &  data,
const std::shared_ptr< const RooAbsCollection > &  globs 
)
inline

Definition at line 454 of file xRooNLLVar.h.

◆ setData() [3/3]

bool xRooNLLVar::setData ( const xRooNode data)

Definition at line 1093 of file xRooNLLVar.cxx.

◆ SetFitConfig()

void ROOT::Experimental::XRooFit::xRooNLLVar::SetFitConfig ( const std::shared_ptr< ROOT::Fit::FitConfig > &  in)
inline

Definition at line 155 of file xRooNLLVar.h.

◆ simTerm()

double xRooNLLVar::simTerm ( ) const

Definition at line 1252 of file xRooNLLVar.cxx.

Member Data Documentation

◆ fConstVars

std::shared_ptr<RooAbsCollection> ROOT::Experimental::XRooFit::xRooNLLVar::fConstVars

Definition at line 470 of file xRooNLLVar.h.

◆ fData

std::shared_ptr<RooAbsData> ROOT::Experimental::XRooFit::xRooNLLVar::fData

Definition at line 463 of file xRooNLLVar.h.

◆ fFitConfig

std::shared_ptr<ROOT::Fit::FitConfig> ROOT::Experimental::XRooFit::xRooNLLVar::fFitConfig

Definition at line 467 of file xRooNLLVar.h.

◆ fFuncCreationLog

std::string ROOT::Experimental::XRooFit::xRooNLLVar::fFuncCreationLog

Definition at line 472 of file xRooNLLVar.h.

◆ fFuncGlobs

std::shared_ptr<RooAbsCollection> ROOT::Experimental::XRooFit::xRooNLLVar::fFuncGlobs

Definition at line 471 of file xRooNLLVar.h.

◆ fFuncVars

std::shared_ptr<RooAbsCollection> ROOT::Experimental::XRooFit::xRooNLLVar::fFuncVars

Definition at line 469 of file xRooNLLVar.h.

◆ fGlobs

std::shared_ptr<const RooAbsCollection> ROOT::Experimental::XRooFit::xRooNLLVar::fGlobs

Definition at line 464 of file xRooNLLVar.h.

◆ fOpts

std::shared_ptr<RooLinkedList> ROOT::Experimental::XRooFit::xRooNLLVar::fOpts

Definition at line 466 of file xRooNLLVar.h.

◆ fPdf

std::shared_ptr<RooAbsPdf> ROOT::Experimental::XRooFit::xRooNLLVar::fPdf

Definition at line 462 of file xRooNLLVar.h.

◆ kReuseNLL

bool ROOT::Experimental::XRooFit::xRooNLLVar::kReuseNLL = true

Definition at line 474 of file xRooNLLVar.h.

Libraries for ROOT::Experimental::XRooFit::xRooNLLVar:

The documentation for this class was generated from the following files: